From 81f985711dce6003781dcf23df72e812f2545bd1469fca1d2c7ac8df89a5260e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 20 May 2016 07:20:41 +0000 Subject: [PATCH] - 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 --- python-urllib3.changes | 16 ++++++++++++++++ python-urllib3.spec | 7 ++++--- urllib3-1.14.tar.gz | 3 --- urllib3-1.15.1.tar.gz | 3 +++ 4 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 urllib3-1.14.tar.gz create mode 100644 urllib3-1.15.1.tar.gz diff --git a/python-urllib3.changes b/python-urllib3.changes index 89313d2..28c9897 100644 --- a/python-urllib3.changes +++ b/python-urllib3.changes @@ -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 diff --git a/python-urllib3.spec b/python-urllib3.spec index fb913b1..3feaae8 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -17,13 +17,13 @@ Name: python-urllib3 -Version: 1.14 +Version: 1.15.1 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/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 Patch1: urllib3-test-no-coverage.patch # 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_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 # previous versions of the package installed .egg-info as a directory, diff --git a/urllib3-1.14.tar.gz b/urllib3-1.14.tar.gz deleted file mode 100644 index 6902501..0000000 --- a/urllib3-1.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd4fb13a4ce50b18338c7e4d665b21fd38632c5d4b1d9f1a1379276bd3c08d37 -size 161497 diff --git a/urllib3-1.15.1.tar.gz b/urllib3-1.15.1.tar.gz new file mode 100644 index 0000000..366e681 --- /dev/null +++ b/urllib3-1.15.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a1dc60433f7e9b90b4f085f1d45753174b4594558b29eda0009abe0b82da4c +size 169242