From 292a72c75633dff444bb749990303574aa0ef903cac306f92f0b0bd40b5786e6 Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Tue, 21 Jan 2014 23:29:45 +0000
Subject: [PATCH] Accepting request 214588 from Cloud:OpenStack:Master
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 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.
OBS-URL: https://build.opensuse.org/request/show/214588
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=93
---
kombu-3.0.10.tar.gz | 3 +++
kombu-3.0.8.tar.gz | 3 ---
python-kombu.changes | 31 +++++++++++++++++++++++++++++++
python-kombu.spec | 4 ++--
4 files changed, 36 insertions(+), 5 deletions(-)
create mode 100644 kombu-3.0.10.tar.gz
delete mode 100644 kombu-3.0.8.tar.gz
diff --git a/kombu-3.0.10.tar.gz b/kombu-3.0.10.tar.gz
new file mode 100644
index 0000000..b31ad58
--- /dev/null
+++ b/kombu-3.0.10.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:796f5a65a95bf518eab1ad04b10e1a45ddb84918348781391d547c943b87f7bc
+size 337255
diff --git a/kombu-3.0.8.tar.gz b/kombu-3.0.8.tar.gz
deleted file mode 100644
index 1021133..0000000
--- a/kombu-3.0.8.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:de8eea1b9dc83c268a135bcaa9b89aedec1b07f63ebb487f3ba09d35d37f07d2
-size 335226
diff --git a/python-kombu.changes b/python-kombu.changes
index f4b4073..b58b69d 100644
--- a/python-kombu.changes
+++ b/python-kombu.changes
@@ -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
diff --git a/python-kombu.spec b/python-kombu.spec
index 97f1a9a..fa1ea61 100644
--- a/python-kombu.spec
+++ b/python-kombu.spec
@@ -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