Path to this page:
Subject: CVS commit: pkgsrc/www/py-urllib3
From: Adam Ciarcinski
Date: 2024-01-30 21:04:53
Message id: 20240130200453.CDB20FA42@cvs.NetBSD.org
Log Message:
py-urllib3: updated to 2.2.0
2.2.0 (2024-01-30)
- Added support for `Emscripten and Pyodide \
<https://urllib3.readthedocs.io/en/latest/reference/contrib/emscripten.html>`__, \
including streaming support in cross-origin isolated browser environments where \
threading is enabled.
- Added support for ``HTTPResponse.read1()`` method.
- Added rudimentary support for HTTP/2.
- Fixed issue where requests against urls with trailing dots were failing due to \
SSL errors
when using proxy.
- Fixed ``HTTPConnection.proxy_is_verified`` and \
``HTTPSConnection.proxy_is_verified``
to be always set to a boolean after connecting to a proxy. It could be
``None`` in some cases previously.
- Fixed an issue where ``headers`` passed in a request with ``json=`` would be \
mutated
- Fixed ``HTTPSConnection.is_verified`` to be set to ``False`` when connecting
from a HTTPS proxy to an HTTP target. It was set to ``True`` previously.
- Fixed handling of new error message from OpenSSL 3.2.0 when configuring an \
HTTP proxy as HTTPS
- Fixed TLS 1.3 post-handshake auth when the server certificate validation is \
disabled
- Note for downstream distributors: To run integration tests, you now need to \
run the tests a second
time with the ``--integration`` pytest flag.
Files: