diff --git a/kombu-2.5.10.tar.gz b/kombu-2.5.10.tar.gz deleted file mode 100644 index bc1798f..0000000 --- a/kombu-2.5.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01c1e56fe88053b6e7801682277c4cc8318c485d8bd47c830c08567bfac680e2 -size 304810 diff --git a/kombu-2.5.12.tar.gz b/kombu-2.5.12.tar.gz new file mode 100644 index 0000000..7a708d0 --- /dev/null +++ b/kombu-2.5.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc5b33eb96fd2d3846bd0b2fec34cfacf8205b69a1669a17c97af77bc6f1aa09 +size 306807 diff --git a/python-kombu.changes b/python-kombu.changes index 6feace3..89337e2 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Aug 8 21:12:17 UTC 2013 - dmueller@suse.com + +- update to 1.0.12: + * Redis: Ignore errors about keys missing in the round-robin cycle. + * Fixed test suite errors on Python 3. + * Fixed msgpack test failures. + * librabbitmq: Fixed a cyclic reference at connection close. + * Now depends on amqp 1.0.12 (Py3 compatibility issues). + ------------------------------------------------------------------- Tue Apr 30 09:45:52 UTC 2013 - speilicke@suse.com diff --git a/python-kombu.spec b/python-kombu.spec index 57c9e24..4241b47 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -17,7 +17,7 @@ Name: python-kombu -Version: 2.5.10 +Version: 2.5.12 Release: 0 Summary: AMQP Messaging Framework for Python License: BSD-3-Clause @@ -25,20 +25,17 @@ Group: Development/Languages/Python Url: http://github.com/ask/kombu/ Source: http://pypi.python.org/packages/source/k/kombu/kombu-%{version}.tar.gz BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools # Test requirements: BuildRequires: python-PyYAML BuildRequires: python-amqp BuildRequires: python-amqplib BuildRequires: python-anyjson BuildRequires: python-boto -#BuildRequires: python-couchdb BuildRequires: python-mock #NOTE(saschpe): Disable optional test for now util issues are resolved #BuildRequires: python-msgpack-python BuildRequires: python-nose-cover3 -#BuildRequires: python-pymongo -#BuildRequires: python-redis BuildRequires: python-unittest2 >= 0.5.0 %if 0%{?suse_version} && 0%{?suse_version} <= 1110 BuildRequires: python-importlib @@ -46,7 +43,7 @@ BuildRequires: python-ordereddict Requires: python-importlib Requires: python-ordereddict %endif -Requires: python-amqp >= 1.0.11 +Requires: python-amqp >= 1.0.12 Requires: python-anyjson >= 0.3.3 Recommends: couchdb Recommends: mongodb @@ -75,7 +72,7 @@ provide proven and tested solutions to common messaging problems. # For rpmlint warning: remove shebang from python library: sed -i '/^#!/d' ./kombu/tests/test_serialization.py # NOTE(saschpe): We have a newer python-amqp, but this shouldn't be an issue: -sed -i -e "s|amqp>=1.0.11,<1.1.0|amqp>=1.0.11|" requirements/default.txt kombu.egg-info/requires.txt +sed -i -e "s|amqp>=1.0.12,<1.1.0|amqp>=1.0.12|" requirements/default.txt kombu.egg-info/requires.txt # NOTE(saschpe): Testsuite requires mkgpack-python < 0.2.0 because it dropped # Python-2.5 support. This makes no sense for us, thus: #sed -i "s/msgpack-python.*/msgpack-python/" requirements/test.txt