Wed Nov 13 06:59:32 2019 UTC ()
py-urllib3: updated to 1.25.7

1.25.7:
* Preserve ``chunked`` parameter on retries
* Allow unset ``SERVER_SOFTWARE`` in App Engine
* Fix issue where URL fragment was sent within the request target.
* Fix issue where an empty query section in a URL would fail to parse.
* Remove TLS 1.3 support in SecureTransport due to Apple removing support


(adam)
diff -r1.18 -r1.19 pkgsrc/www/py-urllib3/Makefile
diff -r1.16 -r1.17 pkgsrc/www/py-urllib3/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/www/py-urllib3/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-urllib3/Makefile 2019/10/03 08:57:48 1.18
+++ pkgsrc/www/py-urllib3/Makefile 2019/11/13 06:59:32 1.19
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.18 2019/10/03 08:57:48 adam Exp $ 1# $NetBSD: Makefile,v 1.19 2019/11/13 06:59:32 adam Exp $
2 2
3DISTNAME= urllib3-1.25.6 3DISTNAME= urllib3-1.25.7
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=u/urllib3/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=u/urllib3/}
7 7
8MAINTAINER= imil@NetBSD.org 8MAINTAINER= imil@NetBSD.org
9HOMEPAGE= https://urllib3.readthedocs.io/ 9HOMEPAGE= https://urllib3.readthedocs.io/
10COMMENT= HTTP library with thread-safe connection pooling 10COMMENT= HTTP library with thread-safe connection pooling
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.14:../../security/py-OpenSSL 13DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.14:../../security/py-OpenSSL
14DEPENDS+= ${PYPKGPREFIX}-Socks>=1.6.0:../../net/py-Socks 14DEPENDS+= ${PYPKGPREFIX}-Socks>=1.6.0:../../net/py-Socks
15DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi 15DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
16DEPENDS+= ${PYPKGPREFIX}-cryptography>=1.3.4:../../security/py-cryptography 16DEPENDS+= ${PYPKGPREFIX}-cryptography>=1.3.4:../../security/py-cryptography

cvs diff -r1.16 -r1.17 pkgsrc/www/py-urllib3/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-urllib3/distinfo 2019/10/03 08:57:48 1.16
+++ pkgsrc/www/py-urllib3/distinfo 2019/11/13 06:59:32 1.17
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.16 2019/10/03 08:57:48 adam Exp $ 1$NetBSD: distinfo,v 1.17 2019/11/13 06:59:32 adam Exp $
2 2
3SHA1 (urllib3-1.25.6.tar.gz) = 6c14b5baec001af6a7f23f2a6e67df1c02d7784a 3SHA1 (urllib3-1.25.7.tar.gz) = bc884ec08f58d42b777266d34b150a8f502907c6
4RMD160 (urllib3-1.25.6.tar.gz) = ac87ad7f9bfebeb8599ce8b15a36b0f2264772f6 4RMD160 (urllib3-1.25.7.tar.gz) = 497e8a5fd4ae244fe46cd6b9576e1b44d61345da
5SHA512 (urllib3-1.25.6.tar.gz) = 52ed59e1866e81421711ee135b69334f5998fb02cd02d173f7b533b6fcb170a35b4e18b52f342bb23a47ecb644567cb6e5eba2757046f98c0a54a486924ac256 5SHA512 (urllib3-1.25.7.tar.gz) = e43c1b7893488b77a38a9fdcfc9760ceea72c53cf176eb8e4d1d9990732c5c1936f85c653a646eaadb3eaf72a99ccdbb5023430b97beca6458b868095005eac2
6Size (urllib3-1.25.6.tar.gz) = 248292 bytes 6Size (urllib3-1.25.7.tar.gz) = 264636 bytes