forked from pool/python-kombu
Accepting request 262477 from home:Nijel:branches:devel:languages:python
- update to version 3.0.24: - The `Qpid <http://qpid.apache.org/>`_ broker is supported for Python 2.x environments. The Qpid transport includes full SSL support within Kombu. See the :mod:`kombu.transport.qpid` docs for more info. - Dependencies: extra[librabbitmq] now requires librabbitmq 1.6.0 - Docstrings for :class:`~kombu.utils.limit.TokenBucket` did not match implementation. - :func:`~kombu.common.oid_from` accidentally called ``uuid.getnode()`` but did not use the return value. - Redis: Now ignores errors when cosing the underlying connection. - Redis: Restoring messages will now use a single connection. - ``kombu.five.monotonic``: Can now be imported even if ctypes is not available for some reason (e.g. App Engine) - Documentation: Improved example to use the ``declare`` argument to ``Producer`` (Issue #423). - Django: Fixed ``app_label`` for older Django versions (``< 1.7``). (Issue #414). - fixed python-amqp BuildRequire OBS-URL: https://build.opensuse.org/request/show/262477 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=103
This commit is contained in:
committed by
Git OBS Bridge
parent
18585b7a2d
commit
00eeb094aa
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 20 15:35:08 UTC 2014 - mcihar@suse.cz
|
||||
|
||||
- update to version 3.0.24:
|
||||
- The `Qpid <http://qpid.apache.org/>`_ broker is supported for Python 2.x
|
||||
environments. The Qpid transport includes full SSL support within Kombu. See
|
||||
the :mod:`kombu.transport.qpid` docs for more info.
|
||||
- Dependencies: extra[librabbitmq] now requires librabbitmq 1.6.0
|
||||
- Docstrings for :class:`~kombu.utils.limit.TokenBucket` did not match
|
||||
implementation.
|
||||
- :func:`~kombu.common.oid_from` accidentally called ``uuid.getnode()`` but
|
||||
did not use the return value.
|
||||
- Redis: Now ignores errors when cosing the underlying connection.
|
||||
- Redis: Restoring messages will now use a single connection.
|
||||
- ``kombu.five.monotonic``: Can now be imported even if ctypes is not
|
||||
available for some reason (e.g. App Engine)
|
||||
- Documentation: Improved example to use the ``declare`` argument to
|
||||
``Producer`` (Issue #423).
|
||||
- Django: Fixed ``app_label`` for older Django versions (``< 1.7``).
|
||||
(Issue #414).
|
||||
- fixed python-amqp BuildRequire
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 15 13:47:41 UTC 2014 - tbechtold@suse.com
|
||||
|
||||
|
Reference in New Issue
Block a user