Path to this page:
Subject: CVS commit: pkgsrc/www/py-urllib3
From: Adam Ciarcinski
Date: 2023-11-19 18:38:36
Message id: 20231119173836.A35E5FA3D@cvs.NetBSD.org
Log Message:
py-urllib3: updated to 2.1.0
2.1.0 (2023-11-13)
Read the `v2 migration guide \
<https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html>`__ for \
help upgrading to the latest version of urllib3.
Removals
- Removed support for the deprecated urllib3[secure] extra.
- Removed support for the deprecated SecureTransport TLS implementation.
- Removed support for the end-of-life Python 3.7.
Bugfixes
- Allowed loading CA certificates from memory for proxies.
- Fixed decoding Gzip-encoded responses which specified ``x-gzip`` content-encoding.
Files: