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.26.6
details: https://anonhg.NetBSD.org/pkgsrc/rev/617a010be507
branches: trunk
changeset: 455172:617a010be507
user: adam <adam%pkgsrc.org@localhost>
date: Tue Jun 29 06:50:11 2021 +0000
description:
py-urllib3: updated to 1.26.6
1.26.6 (2021-06-25)
-------------------
* Deprecated the ``urllib3.contrib.ntlmpool`` module. urllib3 is not able to support
it properly due to `reasons listed in this issue <https://github.com/urllib3/urllib3/issues/2282>`_.
If you are a user of this module please leave a comment.
* Changed ``HTTPConnection.request_chunked()`` to not erroneously emit multiple
``Transfer-Encoding`` headers in the case that one is already specified.
* Fixed typo in deprecation message to recommend ``Retry.DEFAULT_ALLOWED_METHODS``.
diffstat:
www/py-urllib3/Makefile | 4 ++--
www/py-urllib3/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 719909d95977 -r 617a010be507 www/py-urllib3/Makefile
--- a/www/py-urllib3/Makefile Tue Jun 29 06:48:05 2021 +0000
+++ b/www/py-urllib3/Makefile Tue Jun 29 06:50:11 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2021/05/31 12:27:54 adam Exp $
+# $NetBSD: Makefile,v 1.30 2021/06/29 06:50:11 adam Exp $
-DISTNAME= urllib3-1.26.5
+DISTNAME= urllib3-1.26.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=u/urllib3/}
diff -r 719909d95977 -r 617a010be507 www/py-urllib3/distinfo
--- a/www/py-urllib3/distinfo Tue Jun 29 06:48:05 2021 +0000
+++ b/www/py-urllib3/distinfo Tue Jun 29 06:50:11 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2021/05/31 12:27:54 adam Exp $
+$NetBSD: distinfo,v 1.27 2021/06/29 06:50:11 adam Exp $
-SHA1 (urllib3-1.26.5.tar.gz) = 31d7e239a9dbaf0a9602d3f272d911d05f98d8a0
-RMD160 (urllib3-1.26.5.tar.gz) = cec01303310e9c6e4b71bc6e517f86e0b80dd313
-SHA512 (urllib3-1.26.5.tar.gz) = 4a1899b223b00894d49f6dff5fc95d410e5b0ab28c11f7e3cd82d03e50438b0c5b0adf693a33fd80f1586312dc0012836713998674da15531bf82d52645881f6
-Size (urllib3-1.26.5.tar.gz) = 292865 bytes
+SHA1 (urllib3-1.26.6.tar.gz) = 92a9850f0e9fcc8d9d144a787855a4b90a6cae3f
+RMD160 (urllib3-1.26.6.tar.gz) = 23d8513df4935efece2de33dcf0410ae8059e336
+SHA512 (urllib3-1.26.6.tar.gz) = 19eb4b88b7a575db717db420ff79b304769d9a6d2b576a236d69719101c4d52d6b0079bd049c885e630f0dfd60471f8bb33836847e0569652cddece910ec2979
+Size (urllib3-1.26.6.tar.gz) = 289927 bytes
Home |
Main Index |
Thread Index |
Old Index