14
0

Accepting request 1039590 from home:glaubitz:branches:devel:languages:python

- update to 1.26.13
  * 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.

OBS-URL: https://build.opensuse.org/request/show/1039590
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=142
This commit is contained in:
2022-12-02 13:19:29 +00:00
committed by Git OBS Bridge
parent 243ed02cf0
commit 530f8bd11e
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Dec 2 13:02:46 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- update to 1.26.13
* 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.
-------------------------------------------------------------------
Sun Oct 23 10:39:36 UTC 2022 - Ben Greiner <code@bnavigator.de>