Accepting request 1130850 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1130850 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-urllib3?expand=0&rev=65
This commit is contained in:
commit
6533ff8336
@ -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>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-urllib3%{psuffix}
|
||||
Version: 2.0.7
|
||||
Version: 2.1.0
|
||||
Release: 0
|
||||
Summary: HTTP library with thread-safe connection pooling, file post, and more
|
||||
License: MIT
|
||||
@ -56,6 +56,7 @@ BuildRequires: %{python_module idna >= 3.4}
|
||||
BuildRequires: %{python_module psutil}
|
||||
BuildRequires: %{python_module pytest >= 7.4.0}
|
||||
BuildRequires: %{python_module pytest-timeout >= 2.1.0}
|
||||
BuildRequires: %{python_module pytest-xdist}
|
||||
BuildRequires: %{python_module tornado >= 6.2}
|
||||
BuildRequires: %{python_module trustme >= 0.9.0}
|
||||
BuildRequires: %{python_module urllib3 >= %{version}}
|
||||
@ -111,7 +112,7 @@ skiplist+=" or test_recent_date"
|
||||
skiplist+=" or test_requesting_large_resources_via_ssl"
|
||||
# Try to access external evil.com
|
||||
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
|
||||
|
||||
%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