Hello community,

here is the log from the commit of package python-urllib3 for openSUSE:Factory 
checked in at 2017-08-14 12:39:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-urllib3 (Old)
 and      /work/SRC/openSUSE:Factory/.python-urllib3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-urllib3"

Mon Aug 14 12:39:08 2017 rev:13 rq:516172 version:1.22

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-urllib3/python-urllib3.changes    
2017-06-23 09:17:19.135302240 +0200
+++ /work/SRC/openSUSE:Factory/.python-urllib3.new/python-urllib3.changes       
2017-08-14 12:39:15.694391525 +0200
@@ -1,0 +2,19 @@
+Fri Aug 11 14:55:33 UTC 2017 - toddrme2...@gmail.com
+
+- Disable tests that timeout
+
+-------------------------------------------------------------------
+Tue Aug  8 06:57:44 UTC 2017 - tbecht...@suse.com
+
+- update to 1.22:
+  * Fixed missing brackets in ``HTTP CONNECT`` when connecting to IPv6 address 
via
+    IPv6 proxy. (Issue #1222)
+  * Made the connection pool retry on ``SSLError``.  The original ``SSLError``
+    is available on ``MaxRetryError.reason``. (Issue #1112)
+  * Drain and release connection before recursing on retry/redirect.  Fixes
+    deadlocks with a blocking connectionpool. (Issue #1167)
+  * Fixed compatibility for cookiejar. (Issue #1229)
+  * pyopenssl: Use vendored version of ``six``. (Issue #1231)
+- use pytest for running the tests. That is what upstream is doing
+
+-------------------------------------------------------------------

Old:
----
  urllib3-1.21.1.tar.gz

New:
----
  urllib3-1.22.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-urllib3.spec ++++++
--- /var/tmp/diff_new_pack.pHZ7dF/_old  2017-08-14 12:39:20.985648489 +0200
+++ /var/tmp/diff_new_pack.pHZ7dF/_new  2017-08-14 12:39:20.997646804 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-urllib3
-Version:        1.21.1
+Version:        1.22
 Release:        0
 Summary:        HTTP library with thread-safe connection pooling, file post, 
and more
 License:        MIT
@@ -38,8 +38,8 @@
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module mock >= 1.3.0}
 BuildRequires:  %{python_module nose >= 1.3.7}
-BuildRequires:  %{python_module nose-exclude >= 0.4.1}
 BuildRequires:  %{python_module psutil}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module tornado >= 4.2.1}
 Recommends:     python-pyOpenSSL
 Recommends:     python-cryptography
@@ -84,19 +84,12 @@
 rm -rf build
 # pretend to be TRAVIS (this triggers timing tolerance)
 export TRAVIS=1
-%{python_expand PYTHONPATH="%{buildroot}%{$python_sitelib}" $python -m nose \
-       
--exclude-test=test.with_dummyserver.test_proxy_poolmanager.TestHTTPProxyManager.test_https_proxy_timeout
 \
-       
--exclude-test=test.with_dummyserver.test_proxy_poolmanager.TestHTTPProxyManager.test_https_proxy_pool_timeout
 \
-%if 0%{?suse_version} && 0%{?suse_version} <= 1320
-       
--exclude-test=test.with_dummyserver.test_proxy_poolmanager.TestIPv6HTTPProxyManager.test_basic_ipv6_proxy
 \
-%endif
-       
--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_proxy_poolmanager.TestIPv6HTTPProxyManager
 \
-       --exclude-test=test.with_dummyserver.test_https.TestHTTPS_IPSAN
-}
+%{python_expand PYTHONPATH="%{buildroot}%{$python_sitelib}" py.test \
+                --ignore=test/appengine \
+                --ignore=test/with_dummyserver/test_proxy_poolmanager.py \
+                --ignore=test/with_dummyserver/test_poolmanager.py \
+                -k 'not test_select_interrupt_exception and not 
test_selector_error and not timeout' \
+                urllib3 test}
 
 %files %{python_files}
 %defattr(-,root,root,-)

++++++ urllib3-1.21.1.tar.gz -> urllib3-1.22.tar.gz ++++++
++++ 5209 lines of diff (skipped)


Reply via email to