diff --git a/kombu-2.2.0.tar.bz2 b/kombu-2.2.0.tar.bz2 deleted file mode 100644 index 5f24d93..0000000 --- a/kombu-2.2.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de1d67ebe78ec62719fca78a7df002997539c8ad8ad68a004e638859ca950e83 -size 253702 diff --git a/kombu-2.2.1.tar.bz2 b/kombu-2.2.1.tar.bz2 new file mode 100644 index 0000000..850d78d --- /dev/null +++ b/kombu-2.2.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af7e042bef917b4719d2ccd0cab4dbacb5e9e6d7bfc359447271b430eb0a4e3 +size 255026 diff --git a/python-kombu.changes b/python-kombu.changes index 70cf18c..9af83ce 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Jun 21 14:40:14 UTC 2012 - alexandre@exatati.com.br + +- Update to 2.2.1: + + - SQS: Default visibility timeout is now 30 minutes. + Since we have ack emulation the visibility timeout is + only in effect if the consumer is abrubtly terminated. + - retry argument to ``Producer.publish`` now works properly, + when the declare argument is specified. + - Json serializer: didn't handle buffer objects (Issue #135). + Fix contributed by Jens Hoffrichter. + - Virtual: Now supports passive argument to exchange_declare. + - Exchange & Queue can now be bound to connections (which will use + the default channel): + >>> exchange = Exchange("name") + >>> bound_exchange = exchange(connection) + >>> bound_exchange.declare() + - SimpleQueue & SimpleBuffer can now be bound to connections (which + will use the default channel). + - Connection.manager.get_bindings now works for librabbitmq and pika. + - Adds new transport info attributes: + - Transport.driver_type + Type of underlying driver, e.g. "amqp", "redis", "sql". + - Transport.driver_name + Name of library used e.g. "amqplib", "redis", "pymongo". + - Transport.driver_version() + Version of underlying library. + ------------------------------------------------------------------- Fri Jun 8 12:58:07 UTC 2012 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index 2706349..a2b77da 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -19,7 +19,7 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-kombu -Version: 2.2.0 +Version: 2.2.1 Release: 0 License: BSD-2-Clause Summary: AMQP Messaging Framework for Python