diff --git a/python-requests.changes b/python-requests.changes index e9d3cb7..e846c66 100644 --- a/python-requests.changes +++ b/python-requests.changes @@ -1,23 +1,32 @@ +------------------------------------------------------------------- +Thu Jun 6 19:38:03 UTC 2024 - Dirk Müller + +- update to 2.32.3: + * Fixed bug breaking the ability to specify custom SSLContexts + in sub-classes of HTTPAdapter. + * Fixed issue where Requests started failing to run on Python + versions compiled without the `ssl` module. + ------------------------------------------------------------------- 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 + * 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á - Update to 2.32.1 - * Fixed an issue where setting verify=False on the first request from a Session - will cause subsequent requests to the same origin to also ignore cert verification, + * Fixed an issue where setting verify=False on the first request from a Session + will cause subsequent requests to the same origin to also ignore cert verification, regardless of the value of verify. (bsc#1224788, CVE-2024-35195) - * verify=True now reuses a global SSLContext which should improve request time + * verify=True now reuses a global SSLContext which should improve request time variance between first and subsequent requests. - * Requests now supports optional use of character detection (chardet or charset_normalizer) - when repackaged or vendored. This enables pip and other projects to minimize their + * Requests now supports optional use of character detection (chardet or charset_normalizer) + when repackaged or vendored. This enables pip and other projects to minimize their vendoring surface area. * Requests has officially added support for CPython 3.12 and dropped support for CPython 3.7. * Starting in Requests 2.33.0, Requests will migrate to a PEP 517 build system using hatchling. diff --git a/python-requests.spec b/python-requests.spec index 90d1061..864d5ba 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.2 +Version: 2.32.3 Release: 0 Summary: Python HTTP Library License: Apache-2.0 diff --git a/requests-2.32.2.tar.gz b/requests-2.32.2.tar.gz deleted file mode 100644 index 47f4b74..0000000 --- a/requests-2.32.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289 -size 130327 diff --git a/requests-2.32.3.tar.gz b/requests-2.32.3.tar.gz new file mode 100644 index 0000000..d2e0256 --- /dev/null +++ b/requests-2.32.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760 +size 131218