Path to this page:
Subject: CVS commit: pkgsrc/www/py-urllib3
From: Adam Ciarcinski
Date: 2024-06-17 17:26:36
Message id: 20240617152636.8C35FFC74@cvs.NetBSD.org
Log Message:
py-urllib3: updated to 2.2.2
2.2.2 (2024-06-17)
- Added the ``Proxy-Authorization`` header to the list of headers to strip from \
requests when redirecting to a different host. As before, different headers can \
be set via ``Retry.remove_headers_on_redirect``.
- Allowed passing negative integers as ``amt`` to read methods of \
``http.client.HTTPResponse`` as an alternative to ``None``.
- Fixed return types representing copying actions to use ``typing.Self``.
Files: