From f674b3f66d8ecf37f0606a40c152a83df26b8705642aa1957728a4f263f120ae Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Mon, 13 Jun 2011 22:53:01 +0000 Subject: [PATCH] - Update to 1.1.6: * Redis: Fixes issue introduced in 1.1.4, where a redis connection failure could leave consumer hanging forever. * SQS: Now supports fanout messaging by using SimpleDB to store routing tables. This can be disabled by setting the `supports_fanout` transport option: >>> BrokerConnection(transport="SQS", ... transport_options={"supports_fanout": False}) * SQS: Now properly deletes a message when a message is acked. * SQS: Can now set the Amazon AWS region, by using the ``region`` transport option. * amqplib: Now uses `localhost` as default hostname instead of raising an error. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=11 --- kombu-1.1.5.tar.bz2 | 3 --- kombu-1.1.6.tar.bz2 | 3 +++ python-kombu.changes | 19 +++++++++++++++++++ python-kombu.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 kombu-1.1.5.tar.bz2 create mode 100644 kombu-1.1.6.tar.bz2 diff --git a/kombu-1.1.5.tar.bz2 b/kombu-1.1.5.tar.bz2 deleted file mode 100644 index b0016a1..0000000 --- a/kombu-1.1.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ca2dbf5b836c723bbdd14e25d35985a584d2a7eed7cddcadfc270ca760a2748 -size 206169 diff --git a/kombu-1.1.6.tar.bz2 b/kombu-1.1.6.tar.bz2 new file mode 100644 index 0000000..ea8acec --- /dev/null +++ b/kombu-1.1.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09885c2818bc4409518ed9c0b7b33bd9cb3f97d0aee156a697a1a2cf09d961a0 +size 207710 diff --git a/python-kombu.changes b/python-kombu.changes index c038694..bd24a5d 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Jun 13 22:42:00 UTC 2011 - alexandre@exatati.com.br + +- Update to 1.1.6: + * Redis: Fixes issue introduced in 1.1.4, where a redis connection + failure could leave consumer hanging forever. + * SQS: Now supports fanout messaging by using SimpleDB to store routing + tables. + + This can be disabled by setting the `supports_fanout` transport option: + + >>> BrokerConnection(transport="SQS", + ... transport_options={"supports_fanout": False}) + * SQS: Now properly deletes a message when a message is acked. + * SQS: Can now set the Amazon AWS region, by using the ``region`` + transport option. + * amqplib: Now uses `localhost` as default hostname instead of raising an + error. + ------------------------------------------------------------------- Tue Jun 7 22:57:44 UTC 2011 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index 2b8e326..6071b97 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -21,7 +21,7 @@ %define mod_name kombu Name: python-%{mod_name} -Version: 1.1.5 +Version: 1.1.6 Release: 0 License: BSD License Summary: AMQP Messaging Framework for Python