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 Apr 20 21:22:01 UTC 2025

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

Log Message:
py-urllib3: update to 2.4.0.

2.4.0 (2025-04-10)

Features

    Applied PEP 639 by specifying the license fields in pyproject.toml. (#3522)

    Updated exceptions to save and restore more properties during the pickle/serialization process. (#3567)

    Added verify_flags option to create_urllib3_context with a default of VERIFY_X509_PARTIAL_CHAIN and VERIFY_X509_STRICT for Python 3.13+. (#3571)

Bugfixes

    Fixed a bug with partial reads of streaming data in Emscripten. (#3555)

Misc

    Switched to uv for installing development dependecies. (#3550)

    Removed the multiple.intoto.jsonl asset from GitHub releases. Attestation of release files since v2.3.0 can be found on PyPI. (#3566)


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/www/py-urllib3/Makefile
cvs rdiff -u -r1.51 -r1.52 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.65 pkgsrc/www/py-urllib3/Makefile:1.66
--- pkgsrc/www/py-urllib3/Makefile:1.65 Sun Dec 29 21:03:41 2024
+++ pkgsrc/www/py-urllib3/Makefile      Sun Apr 20 21:22:01 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2024/12/29 21:03:41 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2025/04/20 21:22:01 wiz Exp $
 
-DISTNAME=      urllib3-2.3.0
+DISTNAME=      urllib3-2.4.0
 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.51 pkgsrc/www/py-urllib3/distinfo:1.52
--- pkgsrc/www/py-urllib3/distinfo:1.51 Sun Dec 29 21:03:41 2024
+++ pkgsrc/www/py-urllib3/distinfo      Sun Apr 20 21:22:01 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.51 2024/12/29 21:03:41 wiz Exp $
+$NetBSD: distinfo,v 1.52 2025/04/20 21:22:01 wiz Exp $
 
-BLAKE2s (urllib3-2.3.0.tar.gz) = 2a5d1f0ac13be40dcd4e70b349e673394058657ef109aabb25b3d0fa6a4a9f4d
-SHA512 (urllib3-2.3.0.tar.gz) = cf33a9082c304d8782fa054412686f9fac65fa860404243b72c75374f7459bf6c7668297b37b5fadc978f9a85b3e7653ddc7b2c415903f7eee5a70fe9ae281cb
-Size (urllib3-2.3.0.tar.gz) = 307268 bytes
+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



Home | Main Index | Thread Index | Old Index