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:
parent
18585b7a2d
commit
00eeb094aa
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:448c3e3ce671a10f00ee03979ba3c7866b4bfce49f65edec9f93a0cefa87ec16
|
||||
size 343923
|
3
kombu-3.0.24.tar.gz
Normal file
3
kombu-3.0.24.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9ff0437607113aea701fd5122c2afa40c05dff6f1da4f58b2f1ea18d9f2bf8d
|
||||
size 374539
|
@ -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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-kombu
|
||||
Version: 3.0.23
|
||||
Version: 3.0.24
|
||||
Release: 0
|
||||
Summary: AMQP Messaging Framework for Python
|
||||
License: BSD-3-Clause
|
||||
@ -28,7 +28,7 @@ BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools
|
||||
# Test requirements:
|
||||
BuildRequires: python-PyYAML
|
||||
BuildRequires: python-amqp >= 1.4.5
|
||||
BuildRequires: python-amqp >= 1.4.6
|
||||
BuildRequires: python-anyjson
|
||||
BuildRequires: python-boto
|
||||
BuildRequires: python-mock
|
||||
|
Loading…
Reference in New Issue
Block a user