From 5a9998cefb9008bd782964f5fea15df51a00ca81afccdb6946c614ec17abfbb0 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Tue, 1 Mar 2011 03:46:30 +0000 Subject: [PATCH] - Update to 1.0.4: * Added Transport.polling_interval Used by django-kombu to increase the time to sleep between SELECTs when there are no messages in the queue. Users of django-kombu should upgrade to django-kombu v0.9.2. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=2 --- kombu-1.0.3.tar.bz2 | 3 --- kombu-1.0.4.tar.bz2 | 3 +++ python-kombu.changes | 10 ++++++++++ python-kombu.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 kombu-1.0.3.tar.bz2 create mode 100644 kombu-1.0.4.tar.bz2 diff --git a/kombu-1.0.3.tar.bz2 b/kombu-1.0.3.tar.bz2 deleted file mode 100644 index d37bedd..0000000 --- a/kombu-1.0.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9cb9c1ae21a1fb43e19963ae3fe9beb74bf56d5f6e5980d4a67fb6d4244f5e1 -size 196376 diff --git a/kombu-1.0.4.tar.bz2 b/kombu-1.0.4.tar.bz2 new file mode 100644 index 0000000..6a413f9 --- /dev/null +++ b/kombu-1.0.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bfed7bc9b30389037b3288c2f5d2ef3a82291dd65d98ab30da91cb2b35bc858 +size 196644 diff --git a/python-kombu.changes b/python-kombu.changes index 32dce45..2f4990b 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 1 00:31:41 UTC 2011 - alexandre@exatati.com.br + +- Update to 1.0.4: + * Added Transport.polling_interval + Used by django-kombu to increase the time to sleep between SELECTs when + there are no messages in the queue. + + Users of django-kombu should upgrade to django-kombu v0.9.2. + ------------------------------------------------------------------- Sat Feb 12 17:17:22 UTC 2011 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index f78895b..e315c94 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -21,7 +21,7 @@ %define mod_name kombu Name: python-%{mod_name} -Version: 1.0.3 +Version: 1.0.4 Release: 0 License: BSD License Summary: AMQP Messaging Framework for Python