From ad43ea6e208b66f236399246c1036c7d81eb91603fe2ae108fd34a5151a45e17 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Thu, 22 Sep 2011 17:05:09 +0000 Subject: [PATCH] - Update to 1.4.0: - Adds module kombu.mixins. - New example: Task Queue Example - MongoDB transport did not work with MongoDB >= 2.0 (Issue #66) - Redis-py version check did not account for beta identifiers in version string. - Producer and Consumer now accepts a connection instance as the first argument. - BrokerConnection has aquired a connected attribute that can be used to check if the connection instance has established a connection. - ConnectionPool.acquire_channel now returns the connections default channel rather than establising a new channel that must be manually handled. - Added kombu.common.maybe_declare - kombu.compat.entry_to_queue() has been moved to kombu.common - New module kombu.clocks now contains an implementation of Lamports logical clock. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=19 --- kombu-1.3.5.tar.bz2 | 3 --- kombu-1.4.0.tar.bz2 | 3 +++ python-kombu.changes | 21 +++++++++++++++++++++ python-kombu.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 kombu-1.3.5.tar.bz2 create mode 100644 kombu-1.4.0.tar.bz2 diff --git a/kombu-1.3.5.tar.bz2 b/kombu-1.3.5.tar.bz2 deleted file mode 100644 index de898e1..0000000 --- a/kombu-1.3.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0dc63365b10c2f060e161b7e0b1ed23dc6e4c2d7333ae2edc924e447b9543336 -size 213058 diff --git a/kombu-1.4.0.tar.bz2 b/kombu-1.4.0.tar.bz2 new file mode 100644 index 0000000..c6eb1ad --- /dev/null +++ b/kombu-1.4.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d9389f10c4b136c77fbeaff17a30c80c98ee0167b1fd87d6b1adc0d70433a2 +size 220344 diff --git a/python-kombu.changes b/python-kombu.changes index 4aeb459..d0f10db 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Sep 22 16:59:42 UTC 2011 - alexandre@exatati.com.br + +- Update to 1.4.0: + - Adds module kombu.mixins. + - New example: Task Queue Example + - MongoDB transport did not work with MongoDB >= 2.0 (Issue #66) + - Redis-py version check did not account for beta identifiers in + version string. + - Producer and Consumer now accepts a connection instance as the + first argument. + - BrokerConnection has aquired a connected attribute that can be + used to check if the connection instance has established a + connection. + - ConnectionPool.acquire_channel now returns the connections + default channel rather than establising a new channel that must be manually handled. + - Added kombu.common.maybe_declare + - kombu.compat.entry_to_queue() has been moved to kombu.common + - New module kombu.clocks now contains an implementation of + Lamports logical clock. + ------------------------------------------------------------------- Mon Sep 19 18:45:36 UTC 2011 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index 232138a..f53ebf9 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -21,7 +21,7 @@ %define mod_name kombu Name: python-%{mod_name} -Version: 1.3.5 +Version: 1.4.0 Release: 0 License: BSD License Summary: AMQP Messaging Framework for Python