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 Jul 20 07:38:53 UTC 2023

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

Log Message:
py-urllib3: updated to 2.0.4

2.0.4 (2023-07-19)
- Added support for union operators to ``HTTPHeaderDict``
- Added ``BaseHTTPResponse`` to ``urllib3.__all__``
- Fixed ``urllib3.connection.HTTPConnection`` to raise the ``http.client.connect`` audit event to have the same behavior as the standard library HTTP client
- Relied on the standard library for checking hostnames in supported PyPy releases


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/www/py-urllib3/Makefile
cvs rdiff -u -r1.41 -r1.42 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.49 pkgsrc/www/py-urllib3/Makefile:1.50
--- pkgsrc/www/py-urllib3/Makefile:1.49 Fri Jun  9 09:37:30 2023
+++ pkgsrc/www/py-urllib3/Makefile      Thu Jul 20 07:38:53 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2023/06/09 09:37:30 adam Exp $
+# $NetBSD: Makefile,v 1.50 2023/07/20 07:38:53 adam Exp $
 
-DISTNAME=      urllib3-2.0.3
+DISTNAME=      urllib3-2.0.4
 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.41 pkgsrc/www/py-urllib3/distinfo:1.42
--- pkgsrc/www/py-urllib3/distinfo:1.41 Fri Jun  9 09:37:30 2023
+++ pkgsrc/www/py-urllib3/distinfo      Thu Jul 20 07:38:53 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.41 2023/06/09 09:37:30 adam Exp $
+$NetBSD: distinfo,v 1.42 2023/07/20 07:38:53 adam Exp $
 
-BLAKE2s (urllib3-2.0.3.tar.gz) = 5a75ebd7b502233ba3e706c7da9f2268c1b47b263ed32aa0c55d45b140dd77e2
-SHA512 (urllib3-2.0.3.tar.gz) = fd586a12b25a30ea801cfd6e207854a0f762cefee54512d742b3fffcc772db9dd75f436f0b998edd32a60857a7bd818bd10f6984e26f2ea47f56b5c545ead45b
-Size (urllib3-2.0.3.tar.gz) = 280489 bytes
+BLAKE2s (urllib3-2.0.4.tar.gz) = 2b28dbc85bed36e60aaf3f5f058cbd729f1c15bb1cc8033db138f73330bcec8b
+SHA512 (urllib3-2.0.4.tar.gz) = 64d55714d871716730af5a691fc222722cffc13b0603ecae597e5f4cfd82297beede2b08cedc030b2419bd446f51c4c6e54f466ad96c71dd0848abbf806b4db4
+Size (urllib3-2.0.4.tar.gz) = 281517 bytes



Home | Main Index | Thread Index | Old Index