diff --git a/kombu-3.0.21.tar.gz b/kombu-3.0.21.tar.gz deleted file mode 100644 index 4d7954a..0000000 --- a/kombu-3.0.21.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2eaca88496bcfcf9b6d597999776853792ef35f919c37e2f0f151dfe38a60d3a -size 343363 diff --git a/kombu-3.0.23.tar.gz b/kombu-3.0.23.tar.gz new file mode 100644 index 0000000..3513854 --- /dev/null +++ b/kombu-3.0.23.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:448c3e3ce671a10f00ee03979ba3c7866b4bfce49f65edec9f93a0cefa87ec16 +size 343923 diff --git a/python-kombu.changes b/python-kombu.changes index 9bb86c9..f4f3f7d 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Sep 15 13:47:41 UTC 2014 - tbechtold@suse.com + +- update to version 3.0.23: + * Django: Fixed bug in the Django 1.7 compatibility improvements related + to autocommit handling. + * Django: The Django transport models would not be created on syncdb + after app label rename (Issue #406). + * kombu.async: Min. delay between waiting for timer was always increased to + one second. + * Fixed bug in itermessages where message is received after the with + statement exits the block. + * Connection.autoretry: Now works with functions missing wrapped attributes + (``__module__``, ``__name__``, ``__doc__``). Fixes #392. + * Django: Now sets custom app label for ``kombu.transport.django`` to work + with recent changes in Django 1.7. + * SimpleQueue removed messages from the wrong end of buffer (Issue #380). + * Tests: Now using ``unittest.mock`` if available (Issue #381). +- adjust python-amqp Require + ------------------------------------------------------------------- Fri Aug 15 11:42:32 UTC 2014 - mcihar@suse.cz diff --git a/python-kombu.spec b/python-kombu.spec index 2c13c0d..d9de4f4 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -17,7 +17,7 @@ Name: python-kombu -Version: 3.0.21 +Version: 3.0.23 Release: 0 Summary: AMQP Messaging Framework for Python License: BSD-3-Clause @@ -42,7 +42,7 @@ BuildRequires: python-ordereddict Requires: python-importlib Requires: python-ordereddict %endif -Requires: python-amqp >= 1.4.5 +Requires: python-amqp >= 1.4.6 Requires: python-anyjson >= 0.3.3 Suggests: couchdb Suggests: mongodb