forked from pool/python-urllib3
Accepting request 1287779 from devel:languages:python
- 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 []. OBS-URL: https://build.opensuse.org/request/show/1287779 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-urllib3?expand=0&rev=72
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 23 02:03:12 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- 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 <daniel.garcia@suse.com>
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466
|
||||
size 390672
|
BIN
urllib3-2.5.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
urllib3-2.5.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user