Accepting request 298595 from home:tbechtold:branches:devel:languages:python

New upstream bugfix release

OBS-URL: https://build.opensuse.org/request/show/298595
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=105
This commit is contained in:
Michal Čihař 2015-04-22 13:55:02 +00:00 committed by Git OBS Bridge
parent 00eeb094aa
commit 175de7e299
4 changed files with 31 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b9ff0437607113aea701fd5122c2afa40c05dff6f1da4f58b2f1ea18d9f2bf8d
size 374539

3
kombu-3.0.25.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d9de68e8d42403c10a2d28c32221f334da16a44801f02b59ca7ad22585c7261
size 375493

View File

@ -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

View File

@ -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