pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-urllib3 py-urllib3: updated to 1.25.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1bba7232e91a
branches:  trunk
changeset: 341483:1bba7232e91a
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Oct 03 08:57:48 2019 +0000

description:
py-urllib3: updated to 1.25.6

1.25.6:
* Fix issue where tilde (``~``) characters were incorrectly
  percent-encoded in the path.

1.25.5:
* Add mitigation for BPO-37428 affecting Python <3.7.4 and OpenSSL 1.1.1+ which
  caused certificate verification to be enabled when using ``cert_reqs=CERT_NONE``.

1.25.4:
* Propagate Retry-After header settings to subsequent retries.
* Fix edge case where Retry-After header was still respected even when
  explicitly opted out of.
* Remove dependency on ``rfc3986`` for URL parsing.
* Fix issue where URLs containing invalid characters within ``Url.auth`` would
  raise an exception instead of percent-encoding those characters.
* Add support for ``HTTPResponse.auto_close = False`` which makes HTTP responses
  work well with BufferedReaders and other ``io`` module features.
* Percent-encode invalid characters in URL for ``HTTPConnectionPool.request()``

diffstat:

 www/py-urllib3/Makefile |   4 ++--
 www/py-urllib3/PLIST    |  41 +----------------------------------------
 www/py-urllib3/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 47 deletions(-)

diffs (82 lines):

diff -r d2b5a7599615 -r 1bba7232e91a www/py-urllib3/Makefile
--- a/www/py-urllib3/Makefile   Thu Oct 03 08:11:01 2019 +0000
+++ b/www/py-urllib3/Makefile   Thu Oct 03 08:57:48 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2019/07/09 11:35:14 nia Exp $
+# $NetBSD: Makefile,v 1.18 2019/10/03 08:57:48 adam Exp $
 
-DISTNAME=      urllib3-1.25.3
+DISTNAME=      urllib3-1.25.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/urllib3/}
diff -r d2b5a7599615 -r 1bba7232e91a www/py-urllib3/PLIST
--- a/www/py-urllib3/PLIST      Thu Oct 03 08:11:01 2019 +0000
+++ b/www/py-urllib3/PLIST      Thu Oct 03 08:57:48 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2019/04/23 09:51:33 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2019/10/03 08:57:48 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -64,45 +64,6 @@
 ${PYSITELIB}/urllib3/packages/backports/makefile.py
 ${PYSITELIB}/urllib3/packages/backports/makefile.pyc
 ${PYSITELIB}/urllib3/packages/backports/makefile.pyo
-${PYSITELIB}/urllib3/packages/rfc3986/__init__.py
-${PYSITELIB}/urllib3/packages/rfc3986/__init__.pyc
-${PYSITELIB}/urllib3/packages/rfc3986/__init__.pyo
-${PYSITELIB}/urllib3/packages/rfc3986/_mixin.py
-${PYSITELIB}/urllib3/packages/rfc3986/_mixin.pyc
-${PYSITELIB}/urllib3/packages/rfc3986/_mixin.pyo
-${PYSITELIB}/urllib3/packages/rfc3986/abnf_regexp.py
-${PYSITELIB}/urllib3/packages/rfc3986/abnf_regexp.pyc
-${PYSITELIB}/urllib3/packages/rfc3986/abnf_regexp.pyo
-${PYSITELIB}/urllib3/packages/rfc3986/api.py
-${PYSITELIB}/urllib3/packages/rfc3986/api.pyc
-${PYSITELIB}/urllib3/packages/rfc3986/api.pyo
-${PYSITELIB}/urllib3/packages/rfc3986/builder.py
-${PYSITELIB}/urllib3/packages/rfc3986/builder.pyc
-${PYSITELIB}/urllib3/packages/rfc3986/builder.pyo
-${PYSITELIB}/urllib3/packages/rfc3986/compat.py
-${PYSITELIB}/urllib3/packages/rfc3986/compat.pyc
-${PYSITELIB}/urllib3/packages/rfc3986/compat.pyo
-${PYSITELIB}/urllib3/packages/rfc3986/exceptions.py
-${PYSITELIB}/urllib3/packages/rfc3986/exceptions.pyc
-${PYSITELIB}/urllib3/packages/rfc3986/exceptions.pyo
-${PYSITELIB}/urllib3/packages/rfc3986/iri.py
-${PYSITELIB}/urllib3/packages/rfc3986/iri.pyc
-${PYSITELIB}/urllib3/packages/rfc3986/iri.pyo
-${PYSITELIB}/urllib3/packages/rfc3986/misc.py
-${PYSITELIB}/urllib3/packages/rfc3986/misc.pyc
-${PYSITELIB}/urllib3/packages/rfc3986/misc.pyo
-${PYSITELIB}/urllib3/packages/rfc3986/normalizers.py
-${PYSITELIB}/urllib3/packages/rfc3986/normalizers.pyc
-${PYSITELIB}/urllib3/packages/rfc3986/normalizers.pyo
-${PYSITELIB}/urllib3/packages/rfc3986/parseresult.py
-${PYSITELIB}/urllib3/packages/rfc3986/parseresult.pyc
-${PYSITELIB}/urllib3/packages/rfc3986/parseresult.pyo
-${PYSITELIB}/urllib3/packages/rfc3986/uri.py
-${PYSITELIB}/urllib3/packages/rfc3986/uri.pyc
-${PYSITELIB}/urllib3/packages/rfc3986/uri.pyo
-${PYSITELIB}/urllib3/packages/rfc3986/validators.py
-${PYSITELIB}/urllib3/packages/rfc3986/validators.pyc
-${PYSITELIB}/urllib3/packages/rfc3986/validators.pyo
 ${PYSITELIB}/urllib3/packages/six.py
 ${PYSITELIB}/urllib3/packages/six.pyc
 ${PYSITELIB}/urllib3/packages/six.pyo
diff -r d2b5a7599615 -r 1bba7232e91a www/py-urllib3/distinfo
--- a/www/py-urllib3/distinfo   Thu Oct 03 08:11:01 2019 +0000
+++ b/www/py-urllib3/distinfo   Thu Oct 03 08:57:48 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2019/05/27 12:44:46 adam Exp $
+$NetBSD: distinfo,v 1.16 2019/10/03 08:57:48 adam Exp $
 
-SHA1 (urllib3-1.25.3.tar.gz) = 003947906541e330b6b382e513ff42dc1231164d
-RMD160 (urllib3-1.25.3.tar.gz) = 9e757aa32cc73a2da8ff72ab5df726eb977fcb76
-SHA512 (urllib3-1.25.3.tar.gz) = f75d83bd13db17ededf511e189fac0f4873784db288eb008aee844e2b9bc6a058ac2843398253014ea0e101494ecc61970c0afb0338f25be24acd7382ac7440f
-Size (urllib3-1.25.3.tar.gz) = 262150 bytes
+SHA1 (urllib3-1.25.6.tar.gz) = 6c14b5baec001af6a7f23f2a6e67df1c02d7784a
+RMD160 (urllib3-1.25.6.tar.gz) = ac87ad7f9bfebeb8599ce8b15a36b0f2264772f6
+SHA512 (urllib3-1.25.6.tar.gz) = 52ed59e1866e81421711ee135b69334f5998fb02cd02d173f7b533b6fcb170a35b4e18b52f342bb23a47ecb644567cb6e5eba2757046f98c0a54a486924ac256
+Size (urllib3-1.25.6.tar.gz) = 248292 bytes



Home | Main Index | Thread Index | Old Index