- update to 1.25.9:
* Added ``InvalidProxyConfigurationWarning`` which is raised when erroneously specifying an HTTPS proxy URL. urllib3 doesn't currently support connecting to HTTPS proxies but will soon be able to and we would like users to migrate properly without much breakage. * Drain connection after ``PoolManager`` redirect (Pull #1817) * Ensure ``load_verify_locations`` raises ``SSLError`` for all backends (Pull #1812) * Rename ``VerifiedHTTPSConnection`` to ``HTTPSConnection`` (Pull #1805) * Allow the CA certificate data to be passed as a string (Pull #1804) * Raise ``ValueError`` if method contains control characters (Pull #1800) * Add ``__repr__`` to ``Timeout`` (Pull #1795) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=98
This commit is contained in:
parent
52870d7ca2
commit
14b36f9891
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 2 17:19:23 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.25.9:
|
||||||
|
* Added ``InvalidProxyConfigurationWarning`` which is raised when
|
||||||
|
erroneously specifying an HTTPS proxy URL. urllib3 doesn't currently
|
||||||
|
support connecting to HTTPS proxies but will soon be able to
|
||||||
|
and we would like users to migrate properly without much breakage.
|
||||||
|
* Drain connection after ``PoolManager`` redirect (Pull #1817)
|
||||||
|
* Ensure ``load_verify_locations`` raises ``SSLError`` for all backends (Pull #1812)
|
||||||
|
* Rename ``VerifiedHTTPSConnection`` to ``HTTPSConnection`` (Pull #1805)
|
||||||
|
* Allow the CA certificate data to be passed as a string (Pull #1804)
|
||||||
|
* Raise ``ValueError`` if method contains control characters (Pull #1800)
|
||||||
|
* Add ``__repr__`` to ``Timeout`` (Pull #1795)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 21 21:07:06 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
Tue Apr 21 21:07:06 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-urllib3%{psuffix}
|
Name: python-urllib3%{psuffix}
|
||||||
Version: 1.25.8
|
Version: 1.25.9
|
||||||
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
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:87716c2d2a7121198ebcb7ce7cccf6ce5e9ba539041cfbaeecfb641dc0bf6acc
|
|
||||||
size 261077
|
|
3
urllib3-1.25.9.tar.gz
Normal file
3
urllib3-1.25.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3018294ebefce6572a474f0604c2021e33b3fd8006ecd11d62107a5d2a963527
|
||||||
|
size 254921
|
Loading…
x
Reference in New Issue
Block a user