diff --git a/python-urllib3.changes b/python-urllib3.changes index 28c9897..f990689 100644 --- a/python-urllib3.changes +++ b/python-urllib3.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Sep 1 19:12:32 UTC 2016 - tbechtold@suse.com + +- update to 1.16: + * Disable IPv6 DNS when IPv6 connections are not possible. (Issue #840) + * Provide ``key_fn_by_scheme`` pool keying mechanism that can be + overridden. (Issue #830) + * Normalize scheme and host to lowercase for pool keys, and include + ``source_address``. (Issue #830) + * Cleaner exception chain in Python 3 for ``_make_request``. + (Issue #861) + * Fixed installing ``urllib3[socks]`` extra. (Issue #864) + * Fixed signature of ``ConnectionPool.close`` so it can actually safely be + called by subclasses. (Issue #873) + * Retain ``release_conn`` state across retries. (Issues #651, #866) + * Add customizable ``HTTPConnectionPool.ResponseCls``, which defaults to + ``HTTPResponse`` but can be replaced with a subclass. (Issue #879) +- Use pypi.io as Source url + ------------------------------------------------------------------- Fri May 20 07:19:50 UTC 2016 - dmueller@suse.com diff --git a/python-urllib3.spec b/python-urllib3.spec index 3feaae8..9798901 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -17,13 +17,13 @@ Name: python-urllib3 -Version: 1.15.1 +Version: 1.16 Release: 0 Summary: HTTP library with thread-safe connection pooling, file post, and more License: MIT Group: Development/Languages/Python Url: http://urllib3.readthedocs.org/ -Source: https://pypi.python.org/packages/49/26/a7d12ea00cb4b9fa1e13b5980e5a04a1fe7c477eb8f657ce0b757a7a497d/urllib3-%{version}.tar.gz +Source: https://pypi.io/packages/source/u/urllib3/urllib3-%{version}.tar.gz # PATCH-FIX-OPENSUSE speilicke@suse.com -- We need no coverage report Patch1: urllib3-test-no-coverage.patch # PATCH-FEATURE-UPSTREAM -- use set_default_verify_paths() if no certificate path is supplied diff --git a/urllib3-1.15.1.tar.gz b/urllib3-1.15.1.tar.gz deleted file mode 100644 index 366e681..0000000 --- a/urllib3-1.15.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0a1dc60433f7e9b90b4f085f1d45753174b4594558b29eda0009abe0b82da4c -size 169242 diff --git a/urllib3-1.16.tar.gz b/urllib3-1.16.tar.gz new file mode 100644 index 0000000..36dd7a4 --- /dev/null +++ b/urllib3-1.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63d479478ddfc83bbc11577dc16d47835c5179ac13e550118ca143b62c4bf9ab +size 179763