- update to 1.15.1:
* Fix packaging to include backports module. (Issue #841) * Added Retry(raise_on_status=False). (Issue #720) * Always use setuptools, no more distutils fallback. (Issue #785) * Dropped support for Python 3.2. (Issue #786) * Chunked transfer encoding when requesting with ``chunked=True``. * Fixed regression with IPv6 port parsing. (Issue #801) * Append SNIMissingWarning messages to allow users to specify it in the PYTHONWARNINGS environment variable. (Issue #816) * Handle unicode headers in Py2. (Issue #818) * Log certificate when there is a hostname mismatch. (Issue #820) * Preserve order of request/response headers. (Issue #821) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=19
This commit is contained in:
parent
f0b100ad6b
commit
81f985711d
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 20 07:19:50 UTC 2016 - dmueller@suse.com
|
||||||
|
|
||||||
|
- update to 1.15.1:
|
||||||
|
* Fix packaging to include backports module. (Issue #841)
|
||||||
|
* Added Retry(raise_on_status=False). (Issue #720)
|
||||||
|
* Always use setuptools, no more distutils fallback. (Issue #785)
|
||||||
|
* Dropped support for Python 3.2. (Issue #786)
|
||||||
|
* Chunked transfer encoding when requesting with ``chunked=True``.
|
||||||
|
* Fixed regression with IPv6 port parsing. (Issue #801)
|
||||||
|
* Append SNIMissingWarning messages to allow users to specify it in
|
||||||
|
the PYTHONWARNINGS environment variable. (Issue #816)
|
||||||
|
* Handle unicode headers in Py2. (Issue #818)
|
||||||
|
* Log certificate when there is a hostname mismatch. (Issue #820)
|
||||||
|
* Preserve order of request/response headers. (Issue #821)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 2 15:54:26 UTC 2016 - jmatejek@suse.com
|
Wed Mar 2 15:54:26 UTC 2016 - jmatejek@suse.com
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-urllib3
|
Name: python-urllib3
|
||||||
Version: 1.14
|
Version: 1.15.1
|
||||||
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/source/u/urllib3/urllib3-%{version}.tar.gz
|
Source: https://pypi.python.org/packages/49/26/a7d12ea00cb4b9fa1e13b5980e5a04a1fe7c477eb8f657ce0b757a7a497d/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
|
||||||
@ -88,7 +88,8 @@ PYTHONPATH="%{buildroot}%{python_sitelib}" nosetests \
|
|||||||
--exclude-test=test.with_dummyserver.test_proxy_poolmanager.TestHTTPProxyManager.test_headerdict \
|
--exclude-test=test.with_dummyserver.test_proxy_poolmanager.TestHTTPProxyManager.test_headerdict \
|
||||||
--exclude-test=test.with_dummyserver.test_proxy_poolmanager.TestHTTPProxyManager.test_headers \
|
--exclude-test=test.with_dummyserver.test_proxy_poolmanager.TestHTTPProxyManager.test_headers \
|
||||||
--exclude-test=test.with_dummyserver.test_poolmanager.TestPoolManager.test_headers \
|
--exclude-test=test.with_dummyserver.test_poolmanager.TestPoolManager.test_headers \
|
||||||
--exclude-test=test.with_dummyserver.test_https.TestHTTPS_IPv6Addr
|
--exclude-test=test.with_dummyserver.test_https.TestHTTPS_IPv6Addr \
|
||||||
|
--exclude-test=test.with_dummyserver.test_proxy_poolmanager.TestIPv6HTTPProxyManager
|
||||||
|
|
||||||
#%pre
|
#%pre
|
||||||
# previous versions of the package installed .egg-info as a directory,
|
# previous versions of the package installed .egg-info as a directory,
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dd4fb13a4ce50b18338c7e4d665b21fd38632c5d4b1d9f1a1379276bd3c08d37
|
|
||||||
size 161497
|
|
3
urllib3-1.15.1.tar.gz
Normal file
3
urllib3-1.15.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d0a1dc60433f7e9b90b4f085f1d45753174b4594558b29eda0009abe0b82da4c
|
||||||
|
size 169242
|
Loading…
x
Reference in New Issue
Block a user