Go to file
Alexandre Rogoski 95c4bae812 - 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
2011-07-29 12:46:53 +00:00
.gitattributes Accepting request 60656 from home:aledr 2011-02-14 16:14:53 +00:00
.gitignore Accepting request 60656 from home:aledr 2011-02-14 16:14:53 +00:00
kombu-1.2.1.tar.bz2 - Update to 1.2.1: 2011-07-29 12:46:53 +00:00
python-kombu.changes - Update to 1.2.1: 2011-07-29 12:46:53 +00:00
python-kombu.spec - Update to 1.2.1: 2011-07-29 12:46:53 +00:00