From owner-svn-ports-head@freebsd.org Mon Nov 28 05:54:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A73CC51145; Mon, 28 Nov 2016 05:54:05 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CDC171DF9; Mon, 28 Nov 2016 05:54:04 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAS5s3d8001930; Mon, 28 Nov 2016 05:54:03 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAS5s3YE001927; Mon, 28 Nov 2016 05:54:03 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201611280554.uAS5s3YE001927@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 28 Nov 2016 05:54:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427283 - head/net/py-pysocks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2016 05:54:05 -0000 Author: olivierd Date: Mon Nov 28 05:54:03 2016 New Revision: 427283 URL: https://svnweb.freebsd.org/changeset/ports/427283 Log: Update to 1.6.1 Modified: head/net/py-pysocks/Makefile head/net/py-pysocks/distinfo head/net/py-pysocks/pkg-descr Modified: head/net/py-pysocks/Makefile ============================================================================== --- head/net/py-pysocks/Makefile Mon Nov 28 05:10:48 2016 (r427282) +++ head/net/py-pysocks/Makefile Mon Nov 28 05:54:03 2016 (r427283) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pysocks -PORTVERSION= 1.5.7 +PORTVERSION= 1.6.1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-pysocks/distinfo ============================================================================== --- head/net/py-pysocks/distinfo Mon Nov 28 05:10:48 2016 (r427282) +++ head/net/py-pysocks/distinfo Mon Nov 28 05:54:03 2016 (r427283) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464039441 -SHA256 (PySocks-1.5.7.tar.gz) = e51c7694b10288e6fd9a28e15c0bcce9aca0327e7b32ebcd9af05fcd56f38b88 -SIZE (PySocks-1.5.7.tar.gz) = 32480 +TIMESTAMP = 1480311226 +SHA256 (PySocks-1.6.1.tar.gz) = 3fa203da62c79ca7f8b02175bf7ad3219dadf0a8d8651d9d3a9f3f09b0b308f0 +SIZE (PySocks-1.6.1.tar.gz) = 32557 Modified: head/net/py-pysocks/pkg-descr ============================================================================== --- head/net/py-pysocks/pkg-descr Mon Nov 28 05:10:48 2016 (r427282) +++ head/net/py-pysocks/pkg-descr Mon Nov 28 05:54:03 2016 (r427283) @@ -5,3 +5,5 @@ Derived from SocksiPy - a Python SOCKS m this module can be used with urllib2. See example code in sockshandler.py. - urllib3, which powers the requests module, is working on integrating SOCKS proxy support based on this branch + +WWW: https://github.com/Anorov/PySocks