- 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:
Dirk Mueller 2023-11-27 20:30:05 +00:00 committed by Git OBS Bridge
parent 2e198fd675
commit e748795144
4 changed files with 18 additions and 5 deletions

View File

@ -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>

View File

@ -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}

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84
size 282546

BIN
urllib3-2.1.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.