- Update to 1.2.1:
* Now depends on amqplib >= 1.0.0. * Redis: Now automatically deletes auto_delete queues at basic_cancel. * serialization.unregister added so it is possible to remove unwanted seralizers. * Fixes MemoryError while importing ctypes on SELinux (Issue #52). * BrokerConnection.autoretry is a version of ensure that works with arbitrary functions (i.e. it does not need an associated object that implements the revive method. * ConnectionPool.acquire no longer force establishes the connection. The connection will be established as needed. * BrokerConnection.ensure now supports an on_revive callback that is applied whenever the connection is re-established. * Consumer.consuming_from(queue) returns True if the Consumer is consuming from queue. * Consumer.cancel_by_queue did not remove the queue from queues. * compat.ConsumerSet.add_queue_from_dict now automatically declared the queue if auto_declare set. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=13
This commit is contained in:
parent
7a2590bfcd
commit
95c4bae812
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51db84d36f1d091611dd604dfce45661e0eb98283603c390f43522cdbdb360a1
|
||||
size 208771
|
3
kombu-1.2.1.tar.bz2
Normal file
3
kombu-1.2.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f7ad3559c44b9d6bff0dc2fee66e01e764433ecda612b0dd2bcdeaf67d064e5
|
||||
size 210136
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 29 12:44:33 UTC 2011 - alexandre@exatati.com.br
|
||||
|
||||
- Update to 1.2.1:
|
||||
* Now depends on amqplib >= 1.0.0.
|
||||
* Redis: Now automatically deletes auto_delete queues at basic_cancel.
|
||||
* serialization.unregister added so it is possible to remove unwanted
|
||||
seralizers.
|
||||
* Fixes MemoryError while importing ctypes on SELinux (Issue #52).
|
||||
* BrokerConnection.autoretry is a version of ensure that works
|
||||
with arbitrary functions (i.e. it does not need an associated object
|
||||
that implements the revive method.
|
||||
* ConnectionPool.acquire no longer force establishes the connection.
|
||||
The connection will be established as needed.
|
||||
* BrokerConnection.ensure now supports an on_revive callback
|
||||
that is applied whenever the connection is re-established.
|
||||
* Consumer.consuming_from(queue) returns True if the Consumer is
|
||||
consuming from queue.
|
||||
* Consumer.cancel_by_queue did not remove the queue from queues.
|
||||
* compat.ConsumerSet.add_queue_from_dict now automatically declared
|
||||
the queue if auto_declare set.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 15 12:52:07 UTC 2011 - alexandre@exatati.com.br
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define mod_name kombu
|
||||
|
||||
Name: python-%{mod_name}
|
||||
Version: 1.2.0
|
||||
Version: 1.2.1
|
||||
Release: 0
|
||||
License: BSD License
|
||||
Summary: AMQP Messaging Framework for Python
|
||||
|
Loading…
Reference in New Issue
Block a user