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 Dec 29 21:03:41 UTC 2024

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

Log Message:
py-urllib3: update to 2.3.0.

2.3.0 (2024-12-22)
==================

Features
--------

- Added ``HTTPResponse.shutdown()`` to stop any ongoing or future reads for a specific response. It calls ``shutdown(SHUT_RD)`` on the underlying socket. This feature was `sponsored by LaunchDarkly 
<https://opencollective.com/urllib3/contributions/815307>`__.
- Added support for JavaScript Promise Integration on Emscripten. This enables more efficient WebAssembly
  requests and streaming, and makes it possible to use in Node.js if you launch it as  ``node --experimental-wasm-stack-switching``.
- Added the ``proxy_is_tunneling`` property to ``HTTPConnection`` and ``HTTPSConnection``.
- Added pickling support to ``NewConnectionError`` and ``NameResolutionError``.

Bugfixes
--------

- Fixed an issue in debug logs where the HTTP version was rendering as "HTTP/11" instead of "HTTP/1.1".

Deprecations and Removals
-------------------------

- Removed support for Python 3.8.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/www/py-urllib3/Makefile
cvs rdiff -u -r1.50 -r1.51 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.64 pkgsrc/www/py-urllib3/Makefile:1.65
--- pkgsrc/www/py-urllib3/Makefile:1.64 Tue Sep 17 17:21:36 2024
+++ pkgsrc/www/py-urllib3/Makefile      Sun Dec 29 21:03:41 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.64 2024/09/17 17:21:36 jklos Exp $
+# $NetBSD: Makefile,v 1.65 2024/12/29 21:03:41 wiz Exp $
 
-DISTNAME=      urllib3-2.2.3
+DISTNAME=      urllib3-2.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/urllib3/}
@@ -34,6 +34,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-timeo
 TEST_DEPENDS+= ${PYPKGPREFIX}-tornado>=6.2:../../www/py-tornado
 TEST_DEPENDS+= ${PYPKGPREFIX}-trio>=0.26.2:../../devel/py-trio
 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"
 

Index: pkgsrc/www/py-urllib3/distinfo
diff -u pkgsrc/www/py-urllib3/distinfo:1.50 pkgsrc/www/py-urllib3/distinfo:1.51
--- pkgsrc/www/py-urllib3/distinfo:1.50 Thu Sep 12 19:38:21 2024
+++ pkgsrc/www/py-urllib3/distinfo      Sun Dec 29 21:03:41 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.50 2024/09/12 19:38:21 adam Exp $
+$NetBSD: distinfo,v 1.51 2024/12/29 21:03:41 wiz Exp $
 
-BLAKE2s (urllib3-2.2.3.tar.gz) = fa2d83f23011f575035e8b90c6aab2b02122742c0fcfca3e086dcc311d08fa0a
-SHA512 (urllib3-2.2.3.tar.gz) = f461cc959d675b8b13c2f40f4b021cab01ccb3a5033143f5c3eae3fce7486115994d198c78db9ef353fce47c17b25e0ecb010fbdebc1b8731d4fd708054b39cc
-Size (urllib3-2.2.3.tar.gz) = 300677 bytes
+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



Home | Main Index | Thread Index | Old Index