Path to this page:
Subject: CVS commit: pkgsrc/www/py-urllib3
From: Adam Ciarcinski
Date: 2022-11-27 14:30:19
Message id: 20221127133019.BC3C8FA90@cvs.NetBSD.org
Log Message:
py-urllib3: updated to 1.26.13
1.26.13 (2022-11-23)
--------------------
* Deprecated the ``HTTPResponse.getheaders()`` and ``HTTPResponse.getheader()`` \
methods.
* Fixed an issue where parsing a URL with leading zeroes in the port would be \
rejected
even when the port number after removing the zeroes was valid.
* Fixed a deprecation warning when using cryptography v39.0.0.
* Removed the ``<4`` in the ``Requires-Python`` packaging metadata field.
Files: