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: Mon Oct 19 18:55:29 UTC 2020
Modified Files:
pkgsrc/www/py-urllib3: Makefile distinfo
Log Message:
py-urllib3: updated to 1.25.11
1.25.11
* Fix retry backoff time parsed from ``Retry-After`` header when given
in the HTTP date format. The HTTP date was parsed as the local timezone
rather than accounting for the timezone in the HTTP date (typically
UTC)
* Fix issue where an error would be raised when the ``SSLKEYLOGFILE``
environment variable was set to the empty string. Now ``SSLContext.keylog_file``
is not set in this situation
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/py-urllib3/Makefile
cvs rdiff -u -r1.20 -r1.21 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.23 pkgsrc/www/py-urllib3/Makefile:1.24
--- pkgsrc/www/py-urllib3/Makefile:1.23 Mon Jul 27 10:06:52 2020
+++ pkgsrc/www/py-urllib3/Makefile Mon Oct 19 18:55:29 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2020/07/27 10:06:52 adam Exp $
+# $NetBSD: Makefile,v 1.24 2020/10/19 18:55:29 adam Exp $
-DISTNAME= urllib3-1.25.10
+DISTNAME= urllib3-1.25.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=u/urllib3/}
Index: pkgsrc/www/py-urllib3/distinfo
diff -u pkgsrc/www/py-urllib3/distinfo:1.20 pkgsrc/www/py-urllib3/distinfo:1.21
--- pkgsrc/www/py-urllib3/distinfo:1.20 Mon Jul 27 10:06:52 2020
+++ pkgsrc/www/py-urllib3/distinfo Mon Oct 19 18:55:29 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2020/07/27 10:06:52 adam Exp $
+$NetBSD: distinfo,v 1.21 2020/10/19 18:55:29 adam Exp $
-SHA1 (urllib3-1.25.10.tar.gz) = 71f01909d2713c7f51c423f29939cd556cf1c7b5
-RMD160 (urllib3-1.25.10.tar.gz) = 4cdf1de72e5872e1c317efa072f8ebcf30578265
-SHA512 (urllib3-1.25.10.tar.gz) = 5718dab472a476bfd555753758ceef46c81dc358131205b6db05d186a66f397dc07252eda1622d12586390ccf14e8e17acdb9486c17cb7d34e323287a67373af
-Size (urllib3-1.25.10.tar.gz) = 256875 bytes
+SHA1 (urllib3-1.25.11.tar.gz) = fb096161db7025d6fefd716f7da878e887f91082
+RMD160 (urllib3-1.25.11.tar.gz) = 4134912b78d7da31e244a4e80ad9c75bcd12303e
+SHA512 (urllib3-1.25.11.tar.gz) = 58f77edb9ced62cbac7b0baf2651c07f9f413267f103730ee25f08c5d4d0bf52a2ace02f58841bcd55652db677c7a1dc9a756681e7e32d590bc69d8b93e8f173
+Size (urllib3-1.25.11.tar.gz) = 260300 bytes
Home |
Main Index |
Thread Index |
Old Index