diff --git a/python-urllib3.changes b/python-urllib3.changes index 3cf6d46..06c4d8f 100644 --- a/python-urllib3.changes +++ b/python-urllib3.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Jun 23 02:03:12 UTC 2025 - Steve Kowalik + +- Update to 2.5.0: + * Security issues + Pool managers now properly control redirects when retries is passed + (CVE-2025-50181, GHSA-pq67-6m6q-mj2v, bsc#1244925) + Redirects are now controlled by urllib3 in the Node.js runtime + (CVE-2025-50182, GHSA-48p4-8xcf-vxj5, bsc#1244924) + * Features + Added support for the compression.zstd module that is new in Python 3.14. + Added support for version 0.5 of hatch-vcs + * Bugfixes + Raised exception for HTTPResponse.shutdown on a connection already + released to the pool. + Fixed incorrect CONNECT statement when using an IPv6 proxy with + connection_from_host. Previously would not be wrapped in []. + ------------------------------------------------------------------- Tue May 27 08:56:43 UTC 2025 - Daniel Garcia diff --git a/python-urllib3.spec b/python-urllib3.spec index 88bb794..d48de8c 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -18,8 +18,6 @@ %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" -# No Quart for Python 3.10 -%define skip_python310 1 %define psuffix -test %bcond_without test %else @@ -28,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-urllib3%{psuffix} -Version: 2.4.0 +Version: 2.5.0 Release: 0 Summary: HTTP library with thread-safe connection pooling, file post, and more License: MIT diff --git a/urllib3-2.4.0.tar.gz b/urllib3-2.4.0.tar.gz deleted file mode 100644 index 739ac59..0000000 --- a/urllib3-2.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466 -size 390672 diff --git a/urllib3-2.5.0.tar.gz b/urllib3-2.5.0.tar.gz new file mode 100644 index 0000000..bb4c83b --- /dev/null +++ b/urllib3-2.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760 +size 393185