diff --git a/kombu-3.0.24.tar.gz b/kombu-3.0.24.tar.gz deleted file mode 100644 index 24ff1b1..0000000 --- a/kombu-3.0.24.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9ff0437607113aea701fd5122c2afa40c05dff6f1da4f58b2f1ea18d9f2bf8d -size 374539 diff --git a/kombu-3.0.25.tar.gz b/kombu-3.0.25.tar.gz new file mode 100644 index 0000000..3bc7736 --- /dev/null +++ b/kombu-3.0.25.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d9de68e8d42403c10a2d28c32221f334da16a44801f02b59ca7ad22585c7261 +size 375493 diff --git a/python-kombu.changes b/python-kombu.changes index 7e5022e..ca32cb8 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Wed Apr 22 13:39:19 UTC 2015 - tbechtold@suse.com + +- update to 3.0.25: + - pyamqp/librabbitmq now uses 5671 as default port when SSL is enabled + (Issue #459). + - Redis: Now supports passwords in ``redis+socket://:pass@host:port`` URLs + (Issue #460). + - ``Producer.publish`` now defines the ``expiration`` property in support + of the `RabbitMQ per-message TTL extension`_. + - Connection transport attribute now set correctly for all transports. + - qpid: Fixed bug where the connectionw as not being closed properly. + - :class:`~kombu.entity.bindings` is now JSON serializable (Issue #453). + - Fixed typo in error when yaml is not installed (said ``msgpack``). + - Redis: Now properly handles ``TimeoutError raised by py-redis. + - qpid: Adds additional string to check for when connecting to qpid. + When we connect to qpid, we need to ensure that we skip to the next SASL + mechanism if the current mechanism fails. Otherwise, we will keep retrying + the connection with a non-working mech. + - qpid: Handle ``NotFound`` exceptions. + - :class:`Queue.__repr__` now makes sure return value is not unicode + (Issue #440). + - qpid: ``Queue.purge`` incorrectly raised :exc:`AttributeErrror` if the + does not exist (Issue #439). + - Linux: Now ignores permission errors on epoll unregister. + ------------------------------------------------------------------- Thu Nov 20 15:35:08 UTC 2014 - mcihar@suse.cz diff --git a/python-kombu.spec b/python-kombu.spec index 03476c1..98352b8 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -1,7 +1,7 @@ # # spec file for package python-kombu # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-kombu -Version: 3.0.24 +Version: 3.0.25 Release: 0 Summary: AMQP Messaging Framework for Python License: BSD-3-Clause