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:           Tue Jul 26 08:15:32 UTC 2022

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

Log Message:
py-urllib3: updated to 1.26.11

1.26.11 (2022-07-25)
--------------------
* Fixed an issue where reading more than 2 GiB in a call to ``HTTPResponse.read`` would
  raise an ``OverflowError`` on Python 3.9 and earlier.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/www/py-urllib3/Makefile
cvs rdiff -u -r1.33 -r1.34 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.37 pkgsrc/www/py-urllib3/Makefile:1.38
--- pkgsrc/www/py-urllib3/Makefile:1.37 Fri Jul  8 07:23:49 2022
+++ pkgsrc/www/py-urllib3/Makefile      Tue Jul 26 08:15:32 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2022/07/08 07:23:49 adam Exp $
+# $NetBSD: Makefile,v 1.38 2022/07/26 08:15:32 adam Exp $
 
-DISTNAME=      urllib3-1.26.10
+DISTNAME=      urllib3-1.26.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.33 pkgsrc/www/py-urllib3/distinfo:1.34
--- pkgsrc/www/py-urllib3/distinfo:1.33 Fri Jul  8 07:23:49 2022
+++ pkgsrc/www/py-urllib3/distinfo      Tue Jul 26 08:15:32 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2022/07/08 07:23:49 adam Exp $
+$NetBSD: distinfo,v 1.34 2022/07/26 08:15:32 adam Exp $
 
-BLAKE2s (urllib3-1.26.10.tar.gz) = a3e9207ff209bbcc4b3f2ea4bcc687977d4bf72b5ca63841f391bd3432febb24
-SHA512 (urllib3-1.26.10.tar.gz) = 76c1cc9420c267986c7775a9d9eadfd08e980643c2da16602f755e11a274ffbbf1813f30245fb0d84ee3a99bb3aa33b98893f285cabec8dd4aee1304420cb15b
-Size (urllib3-1.26.10.tar.gz) = 297854 bytes
+BLAKE2s (urllib3-1.26.11.tar.gz) = c1469f5c112ce020860b3d6dcde16350a0f3ed4aaa37262b8739af89dc2eae8c
+SHA512 (urllib3-1.26.11.tar.gz) = d2cc0f57469b640147f2087e2844a7c2c45e5a374ad0f28c1639d9a38ff6d6760f65b9b3187409cee29782d854468a1e4bc1b20d96e010fdd1fd4213bf1cd924
+Size (urllib3-1.26.11.tar.gz) = 299255 bytes



Home | Main Index | Thread Index | Old Index