pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-urllib3



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Oct 18 19:46:20 UTC 2018

Modified Files:
        pkgsrc/www/py-urllib3: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-urllib3/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-urllib3/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-urllib3/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-urllib3/Makefile
diff -u pkgsrc/www/py-urllib3/Makefile:1.9 pkgsrc/www/py-urllib3/Makefile:1.10
--- pkgsrc/www/py-urllib3/Makefile:1.9  Thu Sep  6 13:43:18 2018
+++ pkgsrc/www/py-urllib3/Makefile      Thu Oct 18 19:46:20 2018
@@ -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/}

Index: pkgsrc/www/py-urllib3/PLIST
diff -u pkgsrc/www/py-urllib3/PLIST:1.6 pkgsrc/www/py-urllib3/PLIST:1.7
--- pkgsrc/www/py-urllib3/PLIST:1.6     Sat Jun 16 12:10:40 2018
+++ pkgsrc/www/py-urllib3/PLIST Thu Oct 18 19:46:20 2018
@@ -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/connectionpool.pyo
 ${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/
 ${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

Index: pkgsrc/www/py-urllib3/distinfo
diff -u pkgsrc/www/py-urllib3/distinfo:1.8 pkgsrc/www/py-urllib3/distinfo:1.9
--- pkgsrc/www/py-urllib3/distinfo:1.8  Sat Jun 16 12:10:40 2018
+++ pkgsrc/www/py-urllib3/distinfo      Thu Oct 18 19:46:20 2018
@@ -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