Accepting request 772471 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/772471 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-urllib3?expand=0&rev=37
This commit is contained in:
commit
feb9b404d6
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 7 15:24:03 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- update to 1.25.8
|
||||||
|
* Drop support for EOL Python 3.4
|
||||||
|
* Optimize _encode_invalid_chars
|
||||||
|
* Preserve chunked parameter on retries
|
||||||
|
* Allow unset SERVER_SOFTWARE in App Engine
|
||||||
|
* Fix issue where URL fragment was sent within the request target.
|
||||||
|
* Fix issue where an empty query section in a URL would fail to parse.
|
||||||
|
* Remove TLS 1.3 support in SecureTransport due to Apple removing support.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 15 10:53:45 UTC 2019 - Ralf Haferkamp <rhafer@suse.de>
|
Tue Oct 15 10:53:45 UTC 2019 - Ralf Haferkamp <rhafer@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-urllib3
|
# spec file for package python-urllib3
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -28,7 +28,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
Name: python-urllib3%{psuffix}
|
Name: python-urllib3%{psuffix}
|
||||||
Version: 1.25.6
|
Version: 1.25.8
|
||||||
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
|
||||||
@ -71,6 +71,7 @@ BuildRequires: %{python_module psutil}
|
|||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module six >= 1.12.0}
|
BuildRequires: %{python_module six >= 1.12.0}
|
||||||
BuildRequires: %{python_module tornado < 6}
|
BuildRequires: %{python_module tornado < 6}
|
||||||
|
BuildRequires: %{python_module trustme >= 0.5.3}
|
||||||
BuildRequires: %{python_module urllib3 >= %{version}}
|
BuildRequires: %{python_module urllib3 >= %{version}}
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
|
%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9a107b99a5393caf59c7aa3c1249c16e6879447533d0887f4336dde834c7be86
|
|
||||||
size 248292
|
|
3
urllib3-1.25.8.tar.gz
Normal file
3
urllib3-1.25.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:87716c2d2a7121198ebcb7ce7cccf6ce5e9ba539041cfbaeecfb641dc0bf6acc
|
||||||
|
size 261077
|
Loading…
x
Reference in New Issue
Block a user