From 530f8bd11e29f15c853354fcadcd60fffeca9853395e7a0611c9cbf5dbb1a2ef Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Fri, 2 Dec 2022 13:19:29 +0000 Subject: [PATCH] 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 --- python-urllib3.changes | 10 ++++++++++ python-urllib3.spec | 2 +- urllib3-1.26.12.tar.gz | 3 --- urllib3-1.26.13.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 urllib3-1.26.12.tar.gz create mode 100644 urllib3-1.26.13.tar.gz diff --git a/python-urllib3.changes b/python-urllib3.changes index e3b911b..e655c73 100644 --- a/python-urllib3.changes +++ b/python-urllib3.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Dec 2 13:02:46 UTC 2022 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-urllib3.spec b/python-urllib3.spec index 0d7df97..e7cc32c 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -25,7 +25,7 @@ %bcond_with test %endif Name: python-urllib3%{psuffix} -Version: 1.26.12 +Version: 1.26.13 Release: 0 Summary: HTTP library with thread-safe connection pooling, file post, and more License: MIT diff --git a/urllib3-1.26.12.tar.gz b/urllib3-1.26.12.tar.gz deleted file mode 100644 index 79abf01..0000000 --- a/urllib3-1.26.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e -size 299806 diff --git a/urllib3-1.26.13.tar.gz b/urllib3-1.26.13.tar.gz new file mode 100644 index 0000000..945a3af --- /dev/null +++ b/urllib3-1.26.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c083dd0dce68dbfbe1129d5271cb90f9447dea7d52097c6e0126120c521ddea8 +size 300476