From 861a0aa8b124caed4974d70318f16415fcb3feb882e90ae58cd2f44dc7d5a67a Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Thu, 11 Apr 2013 17:01:36 +0000 Subject: [PATCH] - Update to 2.5.9: - Pidbox: Now warns if there are multiple nodes consuming from the same pidbox. - Adds Queue.on_declared A callback to be called when the queue is declared, with signature (name, messages, consumers). - Now uses fuzzy matching to suggest alternatives to typos in transport names. - SQS: Adds new transport option queue_prefix. Contributed by j0hnsmith. - pyamqp: No longer overrides verify_connection. - SQS: Now specifies the driver_type and driver_name attributes. Fix contributed by Mher Movsisyan. - Fixed bug with kombu.utils.retry_over_time when no errback specified. - Update to 2.5.9: - Pidbox: Now warns if there are multiple nodes consuming from the same pidbox. - Adds Queue.on_declared A callback to be called when the queue is declared, with signature (name, messages, consumers). - Now uses fuzzy matching to suggest alternatives to typos in transport names. - SQS: Adds new transport option queue_prefix. Contributed by j0hnsmith. - pyamqp: No longer overrides verify_connection. - SQS: Now specifies the driver_type and driver_name attributes. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=75 --- kombu-2.5.8.tar.gz | 3 --- kombu-2.5.9.tar.gz | 3 +++ python-kombu.changes | 20 ++++++++++++++++++++ python-kombu.spec | 2 +- python3-kombu.changes | 20 ++++++++++++++++++++ python3-kombu.spec | 2 +- 6 files changed, 45 insertions(+), 5 deletions(-) delete mode 100644 kombu-2.5.8.tar.gz create mode 100644 kombu-2.5.9.tar.gz diff --git a/kombu-2.5.8.tar.gz b/kombu-2.5.8.tar.gz deleted file mode 100644 index b777292..0000000 --- a/kombu-2.5.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92a4b6129e7a08f24a1b50f8853e3cad321b564a496e8ecc0c7f2bae3f3b71e4 -size 302410 diff --git a/kombu-2.5.9.tar.gz b/kombu-2.5.9.tar.gz new file mode 100644 index 0000000..9d33b93 --- /dev/null +++ b/kombu-2.5.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f9b7a412964af67e8ac013b5dbe2299eb8f1bd68b09a6d3d85717bdf1ea459 +size 303193 diff --git a/python-kombu.changes b/python-kombu.changes index 3d37e81..0440fc5 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Apr 11 16:51:37 UTC 2013 - alexandre@exatati.com.br + +- Update to 2.5.9: + - Pidbox: Now warns if there are multiple nodes consuming from + the same pidbox. + - Adds Queue.on_declared + A callback to be called when the queue is declared, + with signature (name, messages, consumers). + - Now uses fuzzy matching to suggest alternatives to typos in transport + names. + - SQS: Adds new transport option queue_prefix. + Contributed by j0hnsmith. + - pyamqp: No longer overrides verify_connection. + - SQS: Now specifies the driver_type and driver_name + attributes. + Fix contributed by Mher Movsisyan. + - Fixed bug with kombu.utils.retry_over_time when no errback + specified. + ------------------------------------------------------------------- Thu Mar 21 19:57:35 UTC 2013 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index f3536a4..ab3b13f 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -17,7 +17,7 @@ Name: python-kombu -Version: 2.5.8 +Version: 2.5.9 Release: 0 Summary: AMQP Messaging Framework for Python License: BSD-3-Clause diff --git a/python3-kombu.changes b/python3-kombu.changes index 10f26fa..f1a66f8 100644 --- a/python3-kombu.changes +++ b/python3-kombu.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Apr 11 16:51:37 UTC 2013 - alexandre@exatati.com.br + +- Update to 2.5.9: + - Pidbox: Now warns if there are multiple nodes consuming from + the same pidbox. + - Adds Queue.on_declared + A callback to be called when the queue is declared, + with signature (name, messages, consumers). + - Now uses fuzzy matching to suggest alternatives to typos in transport + names. + - SQS: Adds new transport option queue_prefix. + Contributed by j0hnsmith. + - pyamqp: No longer overrides verify_connection. + - SQS: Now specifies the driver_type and driver_name + attributes. + Fix contributed by Mher Movsisyan. + - Fixed bug with kombu.utils.retry_over_time when no errback + specified. + ------------------------------------------------------------------- Thu Mar 21 19:59:14 UTC 2013 - alexandre@exatati.com.br diff --git a/python3-kombu.spec b/python3-kombu.spec index 8af8d70..5cb899a 100644 --- a/python3-kombu.spec +++ b/python3-kombu.spec @@ -17,7 +17,7 @@ Name: python3-kombu -Version: 2.5.8 +Version: 2.5.9 Release: 0 Summary: AMQP Messaging Framework for Python License: BSD-2-Clause