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.24



details:   https://anonhg.NetBSD.org/pkgsrc/rev/022d9ecf0e4c
branches:  trunk
changeset: 314114:022d9ecf0e4c
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Oct 18 19:46:20 2018 +0000

description:
py-urllib3: updated to 1.24

1.24:
Allow key_server_hostname to be specified when initializing a PoolManager to allow custom SNI to be overridden.
Test against Python 3.7 on AppVeyor.
Early-out ipv6 checks when running on App Engine.
Change ambiguous description of backoff_factor
Add ability to handle multiple Content-Encodings
Skip DNS names that can't be idna-decoded when using pyOpenSSL
Add a server_hostname parameter to HTTPSConnection which allows for overriding the SNI hostname sent in the handshake.
Drop support for EOL Python 2.6
Fixed bug where responses with header Content-Type: message/* erroneously raised HeaderParsingError, resulting in a warning being logged.
Move urllib3 to src/urllib3

diffstat:

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

diffs (56 lines):

diff -r 31683428d876 -r 022d9ecf0e4c www/py-urllib3/Makefile
--- a/www/py-urllib3/Makefile   Thu Oct 18 19:44:30 2018 +0000
+++ b/www/py-urllib3/Makefile   Thu Oct 18 19:46:20 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2018/09/06 13:43:18 adam Exp $
+# $NetBSD: Makefile,v 1.10 2018/10/18 19:46:20 adam Exp $
 
-DISTNAME=      urllib3-1.23
+DISTNAME=      urllib3-1.24
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/urllib3/}
diff -r 31683428d876 -r 022d9ecf0e4c www/py-urllib3/PLIST
--- a/www/py-urllib3/PLIST      Thu Oct 18 19:44:30 2018 +0000
+++ b/www/py-urllib3/PLIST      Thu Oct 18 19:46:20 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2018/06/16 12:10:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2018/10/18 19:46:20 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -19,6 +19,9 @@
 ${PYSITELIB}/urllib3/contrib/__init__.py
 ${PYSITELIB}/urllib3/contrib/__init__.pyc
 ${PYSITELIB}/urllib3/contrib/__init__.pyo
+${PYSITELIB}/urllib3/contrib/_appengine_environ.py
+${PYSITELIB}/urllib3/contrib/_appengine_environ.pyc
+${PYSITELIB}/urllib3/contrib/_appengine_environ.pyo
 ${PYSITELIB}/urllib3/contrib/_securetransport/__init__.py
 ${PYSITELIB}/urllib3/contrib/_securetransport/__init__.pyc
 ${PYSITELIB}/urllib3/contrib/_securetransport/__init__.pyo
@@ -61,9 +64,6 @@
 ${PYSITELIB}/urllib3/packages/backports/makefile.py
 ${PYSITELIB}/urllib3/packages/backports/makefile.pyc
 ${PYSITELIB}/urllib3/packages/backports/makefile.pyo
-${PYSITELIB}/urllib3/packages/ordered_dict.py
-${PYSITELIB}/urllib3/packages/ordered_dict.pyc
-${PYSITELIB}/urllib3/packages/ordered_dict.pyo
 ${PYSITELIB}/urllib3/packages/six.py
 ${PYSITELIB}/urllib3/packages/six.pyc
 ${PYSITELIB}/urllib3/packages/six.pyo
diff -r 31683428d876 -r 022d9ecf0e4c www/py-urllib3/distinfo
--- a/www/py-urllib3/distinfo   Thu Oct 18 19:44:30 2018 +0000
+++ b/www/py-urllib3/distinfo   Thu Oct 18 19:46:20 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2018/06/16 12:10:40 adam Exp $
+$NetBSD: distinfo,v 1.9 2018/10/18 19:46:20 adam Exp $
 
-SHA1 (urllib3-1.23.tar.gz) = 0c54209c397958a7cebe13cb453ec8ef5833998d
-RMD160 (urllib3-1.23.tar.gz) = 0831e3a2ea2d93791554bfec130ba915c5c4b7d0
-SHA512 (urllib3-1.23.tar.gz) = 6baa76ad3bebc639d7ec0a042d809fba7ef3110de6164a321756389c250e218728d178708611049d91f39d17f24b8b08585edb2f2c260c987bd4c7204e0c0b5f
-Size (urllib3-1.23.tar.gz) = 228314 bytes
+SHA1 (urllib3-1.24.tar.gz) = 5103babe2a1df5bc61b1559b27f9a711bff51753
+RMD160 (urllib3-1.24.tar.gz) = 23e466f1b98e3238ba31b229df91185dc4d9a7c2
+SHA512 (urllib3-1.24.tar.gz) = 557e3fa616f064e4447faf9cbbcc9ca14c29077e70871d8bfa7d7271acc3ae012bf4c0dae76ddc8760195c31da90b204168dbf5c99bcf5a1b72158d460a3bcdf
+Size (urllib3-1.24.tar.gz) = 229200 bytes



Home | Main Index | Thread Index | Old Index