- update to 2.1.0:
* Removed support for the deprecated urllib3[secure] extra. * Removed support for the deprecated SecureTransport TLS implementation. * Removed support for the end-of-life Python 3.7. * Allowed loading CA certificates from memory for proxies. * Fixed decoding Gzip-encoded responses which specified ``x-gzip`` content-encoding. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=174
This commit is contained in:
parent
2e198fd675
commit
e748795144
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 27 20:29:27 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.1.0:
|
||||||
|
* Removed support for the deprecated urllib3[secure] extra.
|
||||||
|
* Removed support for the deprecated SecureTransport TLS
|
||||||
|
implementation.
|
||||||
|
* Removed support for the end-of-life Python 3.7.
|
||||||
|
* Allowed loading CA certificates from memory for proxies.
|
||||||
|
* Fixed decoding Gzip-encoded responses which specified
|
||||||
|
``x-gzip`` content-encoding.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 18 14:21:44 UTC 2023 - Daniel Garcia Moreno <daniel.garcia@suse.com>
|
Wed Oct 18 14:21:44 UTC 2023 - Daniel Garcia Moreno <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-urllib3%{psuffix}
|
Name: python-urllib3%{psuffix}
|
||||||
Version: 2.0.7
|
Version: 2.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: HTTP library with thread-safe connection pooling, file post, and more
|
Summary: HTTP library with thread-safe connection pooling, file post, and more
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -56,6 +56,7 @@ BuildRequires: %{python_module idna >= 3.4}
|
|||||||
BuildRequires: %{python_module psutil}
|
BuildRequires: %{python_module psutil}
|
||||||
BuildRequires: %{python_module pytest >= 7.4.0}
|
BuildRequires: %{python_module pytest >= 7.4.0}
|
||||||
BuildRequires: %{python_module pytest-timeout >= 2.1.0}
|
BuildRequires: %{python_module pytest-timeout >= 2.1.0}
|
||||||
|
BuildRequires: %{python_module pytest-xdist}
|
||||||
BuildRequires: %{python_module tornado >= 6.2}
|
BuildRequires: %{python_module tornado >= 6.2}
|
||||||
BuildRequires: %{python_module trustme >= 0.9.0}
|
BuildRequires: %{python_module trustme >= 0.9.0}
|
||||||
BuildRequires: %{python_module urllib3 >= %{version}}
|
BuildRequires: %{python_module urllib3 >= %{version}}
|
||||||
@ -111,7 +112,7 @@ skiplist+=" or test_recent_date"
|
|||||||
skiplist+=" or test_requesting_large_resources_via_ssl"
|
skiplist+=" or test_requesting_large_resources_via_ssl"
|
||||||
# Try to access external evil.com
|
# Try to access external evil.com
|
||||||
skiplist+=" or test_deprecated_no_scheme"
|
skiplist+=" or test_deprecated_no_scheme"
|
||||||
%pytest -k "not (${skiplist})" --ignore test/with_dummyserver/test_socketlevel.py
|
%pytest %{?jobs:-n %jobs} -k "not (${skiplist})" --ignore test/with_dummyserver/test_socketlevel.py
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if ! %{with test}
|
%if ! %{with test}
|
||||||
|
BIN
urllib3-2.0.7.tar.gz
(Stored with Git LFS)
BIN
urllib3-2.0.7.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
urllib3-2.1.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
urllib3-2.1.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user