diff --git a/python-requests.changes b/python-requests.changes index aad2991..e9d3cb7 100644 --- a/python-requests.changes +++ b/python-requests.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed May 22 14:00:50 UTC 2024 - Markéta Machová + +- Update to 2.32.2 + * To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes in 2.32.0, + we've renamed _get_connection to a new public API, get_connection_with_tls_context. Existing + custom HTTPAdapters will need to migrate their code to use this new API. get_connection is + considered deprecated in all versions of Requests>=2.32.0. + ------------------------------------------------------------------- Tue May 21 12:33:41 UTC 2024 - Markéta Machová diff --git a/python-requests.spec b/python-requests.spec index 42decd6..90d1061 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-requests%{psuffix} -Version: 2.32.1 +Version: 2.32.2 Release: 0 Summary: Python HTTP Library License: Apache-2.0 diff --git a/requests-2.32.1.tar.gz b/requests-2.32.1.tar.gz deleted file mode 100644 index 5ca12c5..0000000 --- a/requests-2.32.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb97e87e64c79e64e5b8ac75cee9dd1f97f49e289b083ee6be96268930725685 -size 129920 diff --git a/requests-2.32.2.tar.gz b/requests-2.32.2.tar.gz new file mode 100644 index 0000000..47f4b74 --- /dev/null +++ b/requests-2.32.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289 +size 130327