Index: head/net/py-urllib3/Makefile =================================================================== --- head/net/py-urllib3/Makefile (revision 421445) +++ head/net/py-urllib3/Makefile (revision 421446) @@ -1,34 +1,32 @@ # Created by: Olivier Duchateau # $FreeBSD$ PORTNAME= urllib3 -PORTVERSION= 1.16 +PORTVERSION= 1.17 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= olivierd@FreeBSD.org COMMENT= Enhance HTTP Python's standard library 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 .if ${PYTHON_REL} < 3400 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi -.endif - -post-extract: -.if ${PYTHON_REL} >= 3000 - @${RM} ${WRKSRC}/urllib3/contrib/pyopenssl.py .endif .include Index: head/net/py-urllib3/distinfo =================================================================== --- head/net/py-urllib3/distinfo (revision 421445) +++ head/net/py-urllib3/distinfo (revision 421446) @@ -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 Index: head/net/py-urllib3/files/patch-setup.py =================================================================== --- head/net/py-urllib3/files/patch-setup.py (nonexistent) +++ head/net/py-urllib3/files/patch-setup.py (revision 421446) @@ -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', + ] + }, + ) Property changes on: head/net/py-urllib3/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/py-urllib3/files/pkg-message.in =================================================================== --- head/net/py-urllib3/files/pkg-message.in (nonexistent) +++ head/net/py-urllib3/files/pkg-message.in (revision 421446) @@ -0,0 +1 @@ +Be careful, support of IPv6 is broken with PySocks 1.5.7. Property changes on: head/net/py-urllib3/files/pkg-message.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property