Hello community,

here is the log from the commit of package python-urllib3 for openSUSE:Factory 
checked in at 2015-10-08 08:25:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-urllib3 (Old)
 and      /work/SRC/openSUSE:Factory/.python-urllib3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-urllib3"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-urllib3/python-urllib3.changes    
2014-09-12 10:04:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-urllib3.new/python-urllib3.changes       
2015-10-08 08:25:26.000000000 +0200
@@ -1,0 +2,31 @@
+Tue Oct  6 15:03:05 UTC 2015 - h...@urpla.net
+
+- add python-pyOpenSSL, python-certifi and python-pyasn1 requirements 
+
+-------------------------------------------------------------------
+Tue Oct  6 12:46:25 UTC 2015 - h...@urpla.net
+
+- Comment out test requirements, as tests are disabled anyway, and 
+  one of these packages depend on python-requests, which depends on
+  this package resulting in a circular dependency for openSUSE <= 13.1
+
+-------------------------------------------------------------------
+Fri Sep 25 11:24:49 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.12
+  * Rely on six for importing httplib to work around conflicts with
+    other Python 3 shims. (Issue #688)
+  * Add support for directories of certificate authorities, as 
+    supported by OpenSSL. (Issue #701)
+  * New exception: NewConnectionError, raised when we fail to 
+    establish a new connection, usually ECONNREFUSED socket error.
+- Fix version dependencies
+- Add new build requirements following upstream changes
+  * python-nose-exclude
+  * python-tox
+  * python-twine
+  * python-wheel
+- Update 0001-Don-t-pin-dependency-to-exact-version.patch 
+- Disable tests for now, as there require network
+
+-------------------------------------------------------------------

Old:
----
  urllib3-1.9.tar.gz

New:
----
  urllib3-1.12.tar.gz

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

Other differences:
------------------
++++++ python-urllib3.spec ++++++
--- /var/tmp/diff_new_pack.BaIy54/_old  2015-10-08 08:25:26.000000000 +0200
+++ /var/tmp/diff_new_pack.BaIy54/_new  2015-10-08 08:25:26.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-urllib3
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           python-urllib3
-Version:        1.9
+Version:        1.12
 Release:        0
 Summary:        HTTP library with thread-safe connection pooling, file post, 
and more
 License:        MIT
@@ -29,10 +29,9 @@
 # PATCH-FIX-OPENSUSE speili...@suse.com -- We need no coverage report
 Patch1:         urllib3-test-no-coverage.patch
 BuildRequires:  python-devel
-# Test requirements:
-BuildRequires:  python-mock >= 1.0.1
-BuildRequires:  python-nose >= 1.3
-BuildRequires:  python-tornado >= 3.1.1
+Requires:       python-certifi
+Requires:       python-pyOpenSSL
+Requires:       python-pyasn1
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
@@ -67,10 +66,6 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%check
-rm -rf build
-PYTHONPATH="%{buildroot}%{python_sitelib}" nosetests -I test_util.py
-
 %files
 %defattr(-,root,root,-)
 %doc CHANGES.rst CONTRIBUTORS.txt LICENSE.txt README.rst

++++++ 0001-Don-t-pin-dependency-to-exact-version.patch ++++++
--- /var/tmp/diff_new_pack.BaIy54/_old  2015-10-08 08:25:26.000000000 +0200
+++ /var/tmp/diff_new_pack.BaIy54/_new  2015-10-08 08:25:26.000000000 +0200
@@ -15,17 +15,23 @@
 index 02d70f4..98de1cc 100644
 --- a/dev-requirements.txt
 +++ b/dev-requirements.txt
-@@ -1,5 +1,5 @@
--nose==1.3.3
--mock==1.0.1
--tornado==3.2.2
+@@ -1,8 +1,8 @@
+-nose==1.3.7
+-nose-exclude==0.4.1
+-mock==1.3.0
 -coverage==3.7.1
--tox==1.7.1
-+nose>=1.3.3
-+mock>=1.0.1
-+tornado>=3.2.2
+-tox==2.1.1
+-twine==1.5.0
+-wheel==0.24.0
+-tornado==4.2.1
++nose>=1.3.7
++nose-exclude>=0.4.1
++mock>=1.3.0
 +coverage>=3.7.1
-+tox>=1.7.1
++tox>=2.1.1
++twine>=1.5.0
++wheel>=0.24.0
++tornado>=4.2.1
 -- 
 1.9.0
 

++++++ urllib3-1.9.tar.gz -> urllib3-1.12.tar.gz ++++++
++++ 9803 lines of diff (skipped)


Reply via email to