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:           Sun Feb 18 08:24:12 UTC 2024

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

Log Message:
py-urllib3: updated to 2.2.1

2.2.1 (2024-02-16)

- Fixed issue where ``InsecureRequestWarning`` was emitted for HTTPS connections when using Emscripten.
- Fixed ``HTTPConnectionPool.urlopen`` to stop automatically casting non-proxy headers to ``HTTPHeaderDict``. This change was premature as it did not apply to proxy headers and ``HTTPHeaderDict`` 
does not handle byte header values correctly yet.
- Changed ``ProtocolError`` to ``InvalidChunkLength`` when response terminates before the chunk length is sent.
- Changed ``ProtocolError`` to be more verbose on incomplete reads with excess content.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/www/py-urllib3/Makefile
cvs rdiff -u -r1.47 -r1.48 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.57 pkgsrc/www/py-urllib3/Makefile:1.58
--- pkgsrc/www/py-urllib3/Makefile:1.57 Tue Jan 30 20:04:53 2024
+++ pkgsrc/www/py-urllib3/Makefile      Sun Feb 18 08:24:11 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2024/01/30 20:04:53 adam Exp $
+# $NetBSD: Makefile,v 1.58 2024/02/18 08:24:11 adam Exp $
 
-DISTNAME=      urllib3-2.2.0
+DISTNAME=      urllib3-2.2.1
 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.47 pkgsrc/www/py-urllib3/distinfo:1.48
--- pkgsrc/www/py-urllib3/distinfo:1.47 Tue Jan 30 20:04:53 2024
+++ pkgsrc/www/py-urllib3/distinfo      Sun Feb 18 08:24:11 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.47 2024/01/30 20:04:53 adam Exp $
+$NetBSD: distinfo,v 1.48 2024/02/18 08:24:11 adam Exp $
 
-BLAKE2s (urllib3-2.2.0.tar.gz) = 1c983c8a1e94fb404272431f8e16d2ebc62d3a2430f99fdb67153e6355876fb0
-SHA512 (urllib3-2.2.0.tar.gz) = 8fa2735ff623ec549802290a2317d3d24cdd18e43b8b0702dcee03ecba31428bd0dd12e5b8e129135a3f254bcf5bcd6a8b608c3a43192b50e3a815c73906f6cd
-Size (urllib3-2.2.0.tar.gz) = 287152 bytes
+BLAKE2s (urllib3-2.2.1.tar.gz) = 7eada737da233f1aff7be48631fa59fe3412bd40982456b53b753bfe576fa912
+SHA512 (urllib3-2.2.1.tar.gz) = dfadba099db678ee1567ee95aa11a72fcea0a76df094d04dd4bd7ed5df4ea2fda6917cc122a1e2bfa4f5303916f93a7e1c881fbbf3cbb9415a25bd7eca1b14b3
+Size (urllib3-2.2.1.tar.gz) = 291020 bytes



Home | Main Index | Thread Index | Old Index