From a30ab228f7c529489d08a7d0c7cae1762e624706fcb29d5a4b2ccbbf254e7759 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Tue, 10 Apr 2012 16:20:15 +0000 Subject: [PATCH] - Update to 2.1.4: * MongoDB: URL parsing are now delegated to the pymongo library (Fixes Issue #103 and Issue #87). Fix contributed by Flavio Percoco Premoli and James Sullivan * SQS: A bug caused SimpleDB to be used even if sdb persistence was not enabled (Issue #108). Fix contributed by Anand Kumria. * Django: Transaction was committed in the wrong place, causing data cleanup to fail (Issue #115). Fix contributed by Daisuke Fujiwara. * MongoDB: Now supports replica set URLs. Contributed by Flavio Percoco Premoli. * Redis: Now raises a channel error if a queue key that is currently being consumed from disappears. Fix contributed by Stephan Jaekel. * All transport 'channel_errors' lists now includes kombu.exception.StdChannelError. * All kombu exceptions now inherit from a common kombu.exceptions.KombuError. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=35 --- kombu-2.1.2.tar.gz | 3 --- kombu-2.1.4.tar.bz2 | 3 +++ python-kombu.changes | 23 +++++++++++++++++++++++ python-kombu.spec | 6 +++--- 4 files changed, 29 insertions(+), 6 deletions(-) delete mode 100644 kombu-2.1.2.tar.gz create mode 100644 kombu-2.1.4.tar.bz2 diff --git a/kombu-2.1.2.tar.gz b/kombu-2.1.2.tar.gz deleted file mode 100644 index 83254a9..0000000 --- a/kombu-2.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d14608c5ee16af8015abc0365c8ebdc47432ec1b34b8939f56dcb5d98918e74 -size 268769 diff --git a/kombu-2.1.4.tar.bz2 b/kombu-2.1.4.tar.bz2 new file mode 100644 index 0000000..c6ceb21 --- /dev/null +++ b/kombu-2.1.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a5577f220757749a2b39da26170edfa32d6f3c3481e73ecc109215e83afb135 +size 245408 diff --git a/python-kombu.changes b/python-kombu.changes index b315c10..be2b026 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Apr 3 16:49:46 UTC 2012 - alexandre@exatati.com.br + +- Update to 2.1.4: + * MongoDB: URL parsing are now delegated to the pymongo library + (Fixes Issue #103 and Issue #87). + Fix contributed by Flavio Percoco Premoli and James Sullivan + * SQS: A bug caused SimpleDB to be used even if sdb persistence + was not enabled (Issue #108). + Fix contributed by Anand Kumria. + * Django: Transaction was committed in the wrong place, causing + data cleanup to fail (Issue #115). + Fix contributed by Daisuke Fujiwara. + * MongoDB: Now supports replica set URLs. + Contributed by Flavio Percoco Premoli. + * Redis: Now raises a channel error if a queue key that is currently + being consumed from disappears. + Fix contributed by Stephan Jaekel. + * All transport 'channel_errors' lists now includes + kombu.exception.StdChannelError. + * All kombu exceptions now inherit from a common + kombu.exceptions.KombuError. + ------------------------------------------------------------------- Tue Mar 27 08:35:53 UTC 2012 - saschpe@suse.de diff --git a/python-kombu.spec b/python-kombu.spec index ba0a261..fb752b1 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -11,18 +11,18 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. - +# # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: python-kombu -Version: 2.1.2 +Version: 2.1.4 Release: 0 License: BSD-2-Clause Summary: AMQP Messaging Framework for Python Url: http://github.com/ask/kombu/ Group: Development/Languages/Python -Source: http://pypi.python.org/packages/source/k/kombu/kombu-%{version}.tar.gz +Source: kombu-%{version}.tar.bz2 BuildRequires: python-amqplib BuildRequires: python-anyjson BuildRequires: python-devel