- 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
This commit is contained in:
Alexandre Rogoski 2011-03-01 03:46:30 +00:00 committed by Git OBS Bridge
parent fb1b7c6522
commit 5a9998cefb
4 changed files with 14 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f9cb9c1ae21a1fb43e19963ae3fe9beb74bf56d5f6e5980d4a67fb6d4244f5e1
size 196376

3
kombu-1.0.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8bfed7bc9b30389037b3288c2f5d2ef3a82291dd65d98ab30da91cb2b35bc858
size 196644

View File

@ -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

View File

@ -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