SHA256
1
0
forked from pool/python-kombu
Go to file
Alexandre Rogoski 8edf8e476d - Update to 2.1.8:
* Bound Exchange/Queue's are now pickleable.
  * Consumer/Producer can now be instantiated without a channel,
    and only later bound using ``.revive(channel)``.
  * ProducerPool now takes ``Producer`` argument.
  * kombu.utils.fxrange now counts forever if the
    stop argument is set to None.
    (fxrange is like xrange but for decimals).
  * Auto delete support for virtual transports were incomplete
    and could lead to problems so it was removed.
  * Cached declarations (kombu.common.maybe_declare)
    are now bound to the underlying connection, so that
    entities are redeclared if the connection is lost.
    This also means that previously uncacheable entities
    (e.g. non-durable) can now be cached.
  * compat ConsumerSet: can now specify channel.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=39
2012-05-07 20:52:34 +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-2.1.8.tar.bz2 - Update to 2.1.8: 2012-05-07 20:52:34 +00:00
python-kombu.changes - Update to 2.1.8: 2012-05-07 20:52:34 +00:00
python-kombu.spec - Update to 2.1.8: 2012-05-07 20:52:34 +00:00