From owner-svn-ports-all@freebsd.org Tue Sep 6 17:07:56 2016 Return-Path: Delivered-To: svn-ports-all@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 AAAC1BC63E0; Tue, 6 Sep 2016 17:07:56 +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 66A25CAF; Tue, 6 Sep 2016 17:07:56 +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 u86H7tEP033588; Tue, 6 Sep 2016 17:07:55 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u86H7tEH033583; Tue, 6 Sep 2016 17:07:55 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201609061707.u86H7tEH033583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Tue, 6 Sep 2016 17:07:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421446 - in head/net/py-urllib3: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2016 17:07:56 -0000 Author: olivierd Date: Tue Sep 6 17:07:55 2016 New Revision: 421446 URL: https://svnweb.freebsd.org/changeset/ports/421446 Log: - Update to 1.17 - Add pkg-message, because PySocks (net/py-pysocks) 1.5.7 causes problems with IPv6 (bug #964) Added: head/net/py-urllib3/files/ head/net/py-urllib3/files/patch-setup.py (contents, props changed) head/net/py-urllib3/files/pkg-message.in (contents, props changed) Modified: head/net/py-urllib3/Makefile head/net/py-urllib3/distinfo Modified: head/net/py-urllib3/Makefile ============================================================================== --- head/net/py-urllib3/Makefile Tue Sep 6 17:02:11 2016 (r421445) +++ head/net/py-urllib3/Makefile Tue Sep 6 17:07:55 2016 (r421446) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= urllib3 -PORTVERSION= 1.16 +PORTVERSION= 1.17 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,11 +14,14 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pysocks>=1.5.7:net/py-pysocks \ - ${PYTHON_PKGNAMEPREFIX}ndg_httpsclient>=0.4.1:net/py-ndg_httpsclient + ${PYTHON_PKGNAMEPREFIX}cryptography>=1.3.4:security/py-cryptography \ + ${PYTHON_PKGNAMEPREFIX}openssl>=16.0:security/py-openssl \ + ${PYTHON_PKGNAMEPREFIX}idna>=2.0:dns/py-idna USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes +SUB_FILES= pkg-message .include @@ -26,9 +29,4 @@ NO_ARCH= yes RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi .endif -post-extract: -.if ${PYTHON_REL} >= 3000 - @${RM} ${WRKSRC}/urllib3/contrib/pyopenssl.py -.endif - .include Modified: head/net/py-urllib3/distinfo ============================================================================== --- head/net/py-urllib3/distinfo Tue Sep 6 17:02:11 2016 (r421445) +++ head/net/py-urllib3/distinfo Tue Sep 6 17:07:55 2016 (r421446) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465766320 -SHA256 (urllib3-1.16.tar.gz) = 63d479478ddfc83bbc11577dc16d47835c5179ac13e550118ca143b62c4bf9ab -SIZE (urllib3-1.16.tar.gz) = 179763 +TIMESTAMP = 1473186455 +SHA256 (urllib3-1.17.tar.gz) = fe57c15f1973d55c948619efcbd1d1150bb4256214aabab3322b395d023a2603 +SIZE (urllib3-1.17.tar.gz) = 181176 Added: head/net/py-urllib3/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-urllib3/files/patch-setup.py Tue Sep 6 17:07:55 2016 (r421446) @@ -0,0 +1,11 @@ +--- setup.py.orig 2016-09-06 14:39:59 UTC ++++ setup.py +@@ -61,7 +61,7 @@ setup(name='urllib3', + 'certifi', + ], + 'socks': [ +- 'PySocks>=1.5.6,<2.0,!=1.5.7', ++ 'PySocks>=1.5.6', + ] + }, + ) Added: head/net/py-urllib3/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-urllib3/files/pkg-message.in Tue Sep 6 17:07:55 2016 (r421446) @@ -0,0 +1 @@ +Be careful, support of IPv6 is broken with PySocks 1.5.7.