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: wiz
Date: Sun Jun 22 17:41:13 UTC 2025
Modified Files:
pkgsrc/www/py-urllib3: Makefile distinfo
Log Message:
py-urllib3: update to 2.5.0.
Security fix release.
Features
Added support for the compression.zstd module that is new in
Python 3.14. See PEP 784 for more information. (#3610)
Added support for version 0.5 of hatch-vcs (#3612)
Bugfixes
Fixed a security issue where restricting the maximum number of
followed redirects at the urllib3.PoolManager level via the
retries parameter did not work.
Made the Node.js runtime respect redirect parameters such as
retries and redirects.
Raised exception for HTTPResponse.shutdown on a connection
already released to the pool. (#3581)
Fixed incorrect CONNECT statement when using an IPv6 proxy with
connection_from_host. Previously would not be wrapped in [].
(#3615)
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/www/py-urllib3/Makefile
cvs rdiff -u -r1.52 -r1.53 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.66 pkgsrc/www/py-urllib3/Makefile:1.67
--- pkgsrc/www/py-urllib3/Makefile:1.66 Sun Apr 20 21:22:01 2025
+++ pkgsrc/www/py-urllib3/Makefile Sun Jun 22 17:41:13 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.66 2025/04/20 21:22:01 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2025/06/22 17:41:13 wiz Exp $
-DISTNAME= urllib3-2.4.0
+DISTNAME= urllib3-2.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=u/urllib3/}
@@ -36,7 +36,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-trio>=0.26
TEST_DEPENDS+= ${PYPKGPREFIX}-trustme>=0.9.0:../../security/py-trustme
# quart
#hypercorn @ git+https://github.com/urllib3/hypercorn@urllib3-changes
-#pytest-memray==1.5.0; sys_platform!="win32" and implementation_name=="cpython"
+#pytest-memray 1.5.0; sys_platform!="win32" and implementation_name=="cpython"
USE_LANGUAGES= # none
Index: pkgsrc/www/py-urllib3/distinfo
diff -u pkgsrc/www/py-urllib3/distinfo:1.52 pkgsrc/www/py-urllib3/distinfo:1.53
--- pkgsrc/www/py-urllib3/distinfo:1.52 Sun Apr 20 21:22:01 2025
+++ pkgsrc/www/py-urllib3/distinfo Sun Jun 22 17:41:13 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.52 2025/04/20 21:22:01 wiz Exp $
+$NetBSD: distinfo,v 1.53 2025/06/22 17:41:13 wiz Exp $
-BLAKE2s (urllib3-2.4.0.tar.gz) = fcf144e0e0c8e09fd5228d00898464a017701cdf2a3b4e7e8fcd38b0c1e37861
-SHA512 (urllib3-2.4.0.tar.gz) = d5c5ffc6ace356769f0fa80279ce1f07f3fe5913942acadac93d965612a9225bc3da94f711184ecd5b76bf893a29c7c854903c2c4e4de84edc490e6d72a80693
-Size (urllib3-2.4.0.tar.gz) = 390672 bytes
+BLAKE2s (urllib3-2.5.0.tar.gz) = 03454a77e9cad4ae1bddf6f65d1dc5d4dd795025c2154e73cec563346dba6c81
+SHA512 (urllib3-2.5.0.tar.gz) = f417a2745bc9750da23916690937e5c0dfe0534354f2c1c9f056baf16554a831a28937acca2b1f23941d5b6e87a372f2e074508eaf2c3304fd1014b8afc3295e
+Size (urllib3-2.5.0.tar.gz) = 393185 bytes
Home |
Main Index |
Thread Index |
Old Index