Hello community,

here is the log from the commit of package python-kombu for openSUSE:Factory 
checked in at 2015-05-10 10:46:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-kombu (Old)
 and      /work/SRC/openSUSE:Factory/.python-kombu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-kombu"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-kombu/python-kombu.changes        
2015-04-23 08:05:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-kombu.new/python-kombu.changes   
2015-05-10 10:46:42.000000000 +0200
@@ -1,0 +2,11 @@
+Thu May  7 09:39:00 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to 3.0.26:
+  * Fixed compatibility with py-redis versions before 2.10.3
+    (Issue #470)
+- update project URL
+- set a minimum version for python-anyjson in BuildRequires
+- add back python-msgpack-python as test requirement
+- pass -q to test to avoid spamming the build log
+
+-------------------------------------------------------------------

Old:
----
  kombu-3.0.25.tar.gz

New:
----
  kombu-3.0.26.tar.gz

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

Other differences:
------------------
++++++ python-kombu.spec ++++++
--- /var/tmp/diff_new_pack.9TCYIk/_old  2015-05-10 10:46:42.000000000 +0200
+++ /var/tmp/diff_new_pack.9TCYIk/_new  2015-05-10 10:46:42.000000000 +0200
@@ -17,23 +17,22 @@
 
 
 Name:           python-kombu
-Version:        3.0.25
+Version:        3.0.26
 Release:        0
 Summary:        AMQP Messaging Framework for Python
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Url:            http://github.com/ask/kombu/
+Url:            https://github.com/celery/kombu
 Source:         
http://pypi.python.org/packages/source/k/kombu/kombu-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 # Test requirements:
 BuildRequires:  python-PyYAML
 BuildRequires:  python-amqp >= 1.4.6
-BuildRequires:  python-anyjson
+BuildRequires:  python-anyjson >= 0.3.3
 BuildRequires:  python-boto
 BuildRequires:  python-mock
-#NOTE(saschpe): Disable optional test for now util issues are resolved
-#BuildRequires:  python-msgpack-python
+BuildRequires:  python-msgpack-python
 BuildRequires:  python-nose-cover3
 BuildRequires:  python-unittest2 >= 0.5.0
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -78,7 +77,7 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-python setup.py test
+python setup.py -q test
 
 %files
 %defattr(-,root,root,-)

++++++ kombu-3.0.25.tar.gz -> kombu-3.0.26.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.25/Changelog new/kombu-3.0.26/Changelog
--- old/kombu-3.0.25/Changelog  2015-04-21 16:09:36.000000000 +0200
+++ new/kombu-3.0.26/Changelog  2015-04-22 20:12:33.000000000 +0200
@@ -4,12 +4,21 @@
  Change history
 ================
 
+.. _version-3.0.26"
+
+3.0.26
+======
+:release-date: 2015-04-22 06:00 P.M UTC
+:release-by: Ask Solem
+
+- Fixed compatibility with py-redis versions before 2.10.3 (Issue #470).
+
 .. _version-3.0.25:
 
 3.0.25
 ======
 :release-date: 2015-04-21 02:00 P.M UTC
-:releasy-by: Ask Solem
+:release-by: Ask Solem
 
 - pyamqp/librabbitmq now uses 5671 as default port when SSL is enabled
   (Issue #459).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.25/PKG-INFO new/kombu-3.0.26/PKG-INFO
--- old/kombu-3.0.25/PKG-INFO   2015-04-21 16:26:29.000000000 +0200
+++ new/kombu-3.0.26/PKG-INFO   2015-04-22 20:16:52.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: kombu
-Version: 3.0.25
+Version: 3.0.26
 Summary: Messaging library for Python
 Home-page: http://kombu.readthedocs.org
 Author: Ask Solem
@@ -12,7 +12,7 @@
          kombu - Messaging library for Python
         ========================================
         
-        :Version: 3.0.24
+        :Version: 3.0.26
         
         `Kombu` is a messaging library for Python.
         
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.25/README.rst new/kombu-3.0.26/README.rst
--- old/kombu-3.0.25/README.rst 2015-04-17 15:49:28.000000000 +0200
+++ new/kombu-3.0.26/README.rst 2015-04-22 20:12:42.000000000 +0200
@@ -4,7 +4,7 @@
  kombu - Messaging library for Python
 ========================================
 
-:Version: 3.0.24
+:Version: 3.0.26
 
 `Kombu` is a messaging library for Python.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.25/docs/changelog.rst 
new/kombu-3.0.26/docs/changelog.rst
--- old/kombu-3.0.25/docs/changelog.rst 2015-04-21 16:09:36.000000000 +0200
+++ new/kombu-3.0.26/docs/changelog.rst 2015-04-22 20:12:33.000000000 +0200
@@ -4,12 +4,21 @@
  Change history
 ================
 
+.. _version-3.0.26"
+
+3.0.26
+======
+:release-date: 2015-04-22 06:00 P.M UTC
+:release-by: Ask Solem
+
+- Fixed compatibility with py-redis versions before 2.10.3 (Issue #470).
+
 .. _version-3.0.25:
 
 3.0.25
 ======
 :release-date: 2015-04-21 02:00 P.M UTC
-:releasy-by: Ask Solem
+:release-by: Ask Solem
 
 - pyamqp/librabbitmq now uses 5671 as default port when SSL is enabled
   (Issue #459).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.25/docs/introduction.rst 
new/kombu-3.0.26/docs/introduction.rst
--- old/kombu-3.0.25/docs/introduction.rst      2015-04-17 15:49:28.000000000 
+0200
+++ new/kombu-3.0.26/docs/introduction.rst      2015-04-22 20:12:42.000000000 
+0200
@@ -4,7 +4,7 @@
  kombu - Messaging library for Python
 ========================================
 
-:Version: 3.0.24
+:Version: 3.0.26
 
 `Kombu` is a messaging library for Python.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.25/kombu/__init__.py 
new/kombu-3.0.26/kombu/__init__.py
--- old/kombu-3.0.25/kombu/__init__.py  2015-04-21 15:53:16.000000000 +0200
+++ new/kombu-3.0.26/kombu/__init__.py  2015-04-22 20:12:39.000000000 +0200
@@ -7,7 +7,7 @@
     'version_info_t', ('major', 'minor', 'micro', 'releaselevel', 'serial'),
 )
 
-VERSION = version_info_t(3, 0, 25, '', '')
+VERSION = version_info_t(3, 0, 26, '', '')
 __version__ = '{0.major}.{0.minor}.{0.micro}{0.releaselevel}'.format(VERSION)
 __author__ = 'Ask Solem'
 __contact__ = 'a...@celeryproject.org'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.25/kombu/transport/redis.py 
new/kombu-3.0.26/kombu/transport/redis.py
--- old/kombu-3.0.25/kombu/transport/redis.py   2015-04-17 15:49:28.000000000 
+0200
+++ new/kombu-3.0.26/kombu/transport/redis.py   2015-04-22 20:10:19.000000000 
+0200
@@ -82,14 +82,14 @@
     else:
         DataError = exceptions.DataError
     return error_classes_t(
-        (virtual.Transport.connection_errors + (
+        (virtual.Transport.connection_errors + tuple(filter(None, (
             InconsistencyError,
             socket.error,
             IOError,
             OSError,
             exceptions.ConnectionError,
             exceptions.AuthenticationError,
-            exceptions.TimeoutError)),
+            getattr(exceptions, 'TimeoutError', None))))),
         (virtual.Transport.channel_errors + (
             DataError,
             exceptions.InvalidResponse,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.25/kombu.egg-info/PKG-INFO 
new/kombu-3.0.26/kombu.egg-info/PKG-INFO
--- old/kombu-3.0.25/kombu.egg-info/PKG-INFO    2015-04-21 16:26:22.000000000 
+0200
+++ new/kombu-3.0.26/kombu.egg-info/PKG-INFO    2015-04-22 20:16:47.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: kombu
-Version: 3.0.25
+Version: 3.0.26
 Summary: Messaging library for Python
 Home-page: http://kombu.readthedocs.org
 Author: Ask Solem
@@ -12,7 +12,7 @@
          kombu - Messaging library for Python
         ========================================
         
-        :Version: 3.0.24
+        :Version: 3.0.26
         
         `Kombu` is a messaging library for Python.
         
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.25/kombu.egg-info/requires.txt 
new/kombu-3.0.26/kombu.egg-info/requires.txt
--- old/kombu-3.0.25/kombu.egg-info/requires.txt        2015-04-21 
16:26:22.000000000 +0200
+++ new/kombu-3.0.26/kombu.egg-info/requires.txt        2015-04-22 
20:16:47.000000000 +0200
@@ -33,7 +33,7 @@
 couchdb
 
 [redis]
-redis>=2.8.0
+redis>=2.10.3
 
 [:python_version=="2.6"]
 importlib
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.25/requirements/extras/redis.txt 
new/kombu-3.0.26/requirements/extras/redis.txt
--- old/kombu-3.0.25/requirements/extras/redis.txt      2014-07-10 
18:50:16.000000000 +0200
+++ new/kombu-3.0.26/requirements/extras/redis.txt      2015-04-22 
20:10:44.000000000 +0200
@@ -1 +1 @@
-redis>=2.8.0
+redis>=2.10.3


Reply via email to