diff --git a/kombu-3.0.23.tar.gz b/kombu-3.0.23.tar.gz deleted file mode 100644 index 3513854..0000000 --- a/kombu-3.0.23.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:448c3e3ce671a10f00ee03979ba3c7866b4bfce49f65edec9f93a0cefa87ec16 -size 343923 diff --git a/kombu-3.0.24.tar.gz b/kombu-3.0.24.tar.gz new file mode 100644 index 0000000..24ff1b1 --- /dev/null +++ b/kombu-3.0.24.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ff0437607113aea701fd5122c2afa40c05dff6f1da4f58b2f1ea18d9f2bf8d +size 374539 diff --git a/python-kombu.changes b/python-kombu.changes index f4f3f7d..7e5022e 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Thu Nov 20 15:35:08 UTC 2014 - mcihar@suse.cz + +- update to version 3.0.24: + - The `Qpid `_ 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 diff --git a/python-kombu.spec b/python-kombu.spec index d9de4f4..03476c1 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -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