diff --git a/kombu-1.2.0.tar.bz2 b/kombu-1.2.0.tar.bz2 deleted file mode 100644 index 447823f..0000000 --- a/kombu-1.2.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51db84d36f1d091611dd604dfce45661e0eb98283603c390f43522cdbdb360a1 -size 208771 diff --git a/kombu-1.2.1.tar.bz2 b/kombu-1.2.1.tar.bz2 new file mode 100644 index 0000000..9b31887 --- /dev/null +++ b/kombu-1.2.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f7ad3559c44b9d6bff0dc2fee66e01e764433ecda612b0dd2bcdeaf67d064e5 +size 210136 diff --git a/python-kombu.changes b/python-kombu.changes index ab3737c..4964dbc 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Fri Jul 29 12:44:33 UTC 2011 - alexandre@exatati.com.br + +- Update to 1.2.1: + * Now depends on amqplib >= 1.0.0. + * Redis: Now automatically deletes auto_delete queues at basic_cancel. + * serialization.unregister added so it is possible to remove unwanted + seralizers. + * Fixes MemoryError while importing ctypes on SELinux (Issue #52). + * BrokerConnection.autoretry is a version of ensure that works + with arbitrary functions (i.e. it does not need an associated object + that implements the revive method. + * ConnectionPool.acquire no longer force establishes the connection. + The connection will be established as needed. + * BrokerConnection.ensure now supports an on_revive callback + that is applied whenever the connection is re-established. + * Consumer.consuming_from(queue) returns True if the Consumer is + consuming from queue. + * Consumer.cancel_by_queue did not remove the queue from queues. + * compat.ConsumerSet.add_queue_from_dict now automatically declared + the queue if auto_declare set. + ------------------------------------------------------------------- Fri Jul 15 12:52:07 UTC 2011 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index 11ec273..6a705bd 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -21,7 +21,7 @@ %define mod_name kombu Name: python-%{mod_name} -Version: 1.2.0 +Version: 1.2.1 Release: 0 License: BSD License Summary: AMQP Messaging Framework for Python