Accepting request 214649 from devel:languages:python
- update to 3.0.10: * Now depends on amqp 1.4.1. * maybe_declare now raises a “recoverable connection error” if the channel is disconnected * Redis: Consumer.cancel() is now thread safe. * Fixed “unhashable type” error on Python 3 * Do not attempt to unregister operations on an already closed poller instance - update to 3.0.9: - Now depends on :mod:`amqp` 1.4.0. - Redis: Basic cancel for fanout based queues now sends a corresponding ``UNSUBSCRIBE`` command to the server. - MongoDB: Improved connection string and options handling (Issue #266 + Issue #120). - SQS: Limit the number of messages when receiving in batch to 10. - ConsumerMixin: ``consume`` now checks heartbeat every time the socket times out. - Retry Policy: A max retries of 0 did not retry forever. - Simple: If passing a Queue object the simple utils will now take default routing key from that queue. - Redis: The map of Redis error classes are now exposed at the module level using the :func:`kombu.transport.redis.get_redis_error_classes` function. - Async: ``Hub.close`` now sets ``.poller`` to None. (forwarded request 214588 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/214649 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=37
This commit is contained in:
commit
38f71291be
3
kombu-3.0.10.tar.gz
Normal file
3
kombu-3.0.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:796f5a65a95bf518eab1ad04b10e1a45ddb84918348781391d547c943b87f7bc
|
||||
size 337255
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de8eea1b9dc83c268a135bcaa9b89aedec1b07f63ebb487f3ba09d35d37f07d2
|
||||
size 335226
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 21 13:48:22 UTC 2014 - dmueller@suse.com
|
||||
|
||||
- update to 3.0.10:
|
||||
* Now depends on amqp 1.4.1.
|
||||
* maybe_declare now raises a “recoverable connection error”
|
||||
if the channel is disconnected
|
||||
* Redis: Consumer.cancel() is now thread safe.
|
||||
* Fixed “unhashable type” error on Python 3
|
||||
* Do not attempt to unregister operations on an already closed
|
||||
poller instance
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 10:52:55 UTC 2014 - dmueller@suse.com
|
||||
|
||||
- update to 3.0.9:
|
||||
- Now depends on :mod:`amqp` 1.4.0.
|
||||
- Redis: Basic cancel for fanout based queues now sends a corresponding
|
||||
``UNSUBSCRIBE`` command to the server.
|
||||
- MongoDB: Improved connection string and options handling
|
||||
(Issue #266 + Issue #120).
|
||||
- SQS: Limit the number of messages when receiving in batch to 10.
|
||||
- ConsumerMixin: ``consume`` now checks heartbeat every time the
|
||||
socket times out.
|
||||
- Retry Policy: A max retries of 0 did not retry forever.
|
||||
- Simple: If passing a Queue object the simple utils will now take
|
||||
default routing key from that queue.
|
||||
- Redis: The map of Redis error classes are now exposed at the module level
|
||||
using the :func:`kombu.transport.redis.get_redis_error_classes` function.
|
||||
- Async: ``Hub.close`` now sets ``.poller`` to None.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 13:36:27 UTC 2014 - dmueller@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-kombu
|
||||
Version: 3.0.8
|
||||
Version: 3.0.10
|
||||
Release: 0
|
||||
Summary: AMQP Messaging Framework for Python
|
||||
License: BSD-3-Clause
|
||||
@ -43,7 +43,7 @@ BuildRequires: python-ordereddict
|
||||
Requires: python-importlib
|
||||
Requires: python-ordereddict
|
||||
%endif
|
||||
Requires: python-amqp >= 1.0.13
|
||||
Requires: python-amqp >= 1.4.0
|
||||
Requires: python-anyjson >= 0.3.3
|
||||
Recommends: couchdb
|
||||
Recommends: mongodb
|
||||
|
Loading…
Reference in New Issue
Block a user