Accepting request 424325 from home:tbechtold:branches:devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/424325 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=21
This commit is contained in:
parent
81f985711d
commit
dd412cd3b8
@ -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
|
Fri May 20 07:19:50 UTC 2016 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-urllib3
|
Name: python-urllib3
|
||||||
Version: 1.15.1
|
Version: 1.16
|
||||||
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
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: http://urllib3.readthedocs.org/
|
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
|
# PATCH-FIX-OPENSUSE speilicke@suse.com -- We need no coverage report
|
||||||
Patch1: urllib3-test-no-coverage.patch
|
Patch1: urllib3-test-no-coverage.patch
|
||||||
# PATCH-FEATURE-UPSTREAM -- use set_default_verify_paths() if no certificate path is supplied
|
# PATCH-FEATURE-UPSTREAM -- use set_default_verify_paths() if no certificate path is supplied
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d0a1dc60433f7e9b90b4f085f1d45753174b4594558b29eda0009abe0b82da4c
|
|
||||||
size 169242
|
|
3
urllib3-1.16.tar.gz
Normal file
3
urllib3-1.16.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:63d479478ddfc83bbc11577dc16d47835c5179ac13e550118ca143b62c4bf9ab
|
||||||
|
size 179763
|
Loading…
x
Reference in New Issue
Block a user