summaryrefslogtreecommitdiff
path: root/www/py-urllib3/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-05-10 17:12:16 +0000
committeradam <adam@pkgsrc.org>2017-05-10 17:12:16 +0000
commit0879b4ed324c64878d028dd25623dbb5ba85ce87 (patch)
tree5399b5a78d19d747050b7c0f2ef15b67f249d16d /www/py-urllib3/Makefile
parentf9208f3d5bf3a805e9271fed76c22351b77d8074 (diff)
downloadpkgsrc-0879b4ed324c64878d028dd25623dbb5ba85ce87.tar.gz
Changes 1.21.1:
Fixed SecureTransport issue that would cause long delays in response body delivery. Fixed regression in 1.21 that threw exceptions when users passed the socket_options flag to the PoolManager. Fixed regression in 1.21 that threw exceptions when users passed the assert_hostname or assert_fingerprint flag to the PoolManager.
Diffstat (limited to 'www/py-urllib3/Makefile')
-rw-r--r--www/py-urllib3/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/py-urllib3/Makefile b/www/py-urllib3/Makefile
index f522da5a85d..e6beb36c79a 100644
--- a/www/py-urllib3/Makefile
+++ b/www/py-urllib3/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/04/08 20:10:31 adam Exp $
+# $NetBSD: Makefile,v 1.6 2017/05/10 17:12:16 adam Exp $
-DISTNAME= urllib3-1.20
+DISTNAME= urllib3-1.21.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_PYPI:=u/urllib3/}
@@ -32,8 +32,8 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-tornado-[0-9]*:../../www/py-tornado
# four test failures as of 1.14, reported as
# https://github.com/shazow/urllib3/issues/774
-do-test:
- cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
+#do-test:
+# cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"