diff --git a/python-urllib3.changes b/python-urllib3.changes index be34ba5..53d52c6 100644 --- a/python-urllib3.changes +++ b/python-urllib3.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Jun 2 17:19:23 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-urllib3.spec b/python-urllib3.spec index d6b9d57..9ffb55d 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -28,7 +28,7 @@ %bcond_with test %endif Name: python-urllib3%{psuffix} -Version: 1.25.8 +Version: 1.25.9 Release: 0 Summary: HTTP library with thread-safe connection pooling, file post, and more License: MIT diff --git a/urllib3-1.25.8.tar.gz b/urllib3-1.25.8.tar.gz deleted file mode 100644 index b69f048..0000000 --- a/urllib3-1.25.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87716c2d2a7121198ebcb7ce7cccf6ce5e9ba539041cfbaeecfb641dc0bf6acc -size 261077 diff --git a/urllib3-1.25.9.tar.gz b/urllib3-1.25.9.tar.gz new file mode 100644 index 0000000..cacb067 --- /dev/null +++ b/urllib3-1.25.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3018294ebefce6572a474f0604c2021e33b3fd8006ecd11d62107a5d2a963527 +size 254921