forked from pool/python-kombu
- 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
This commit is contained in:
parent
17271b8000
commit
a30ab228f7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3d14608c5ee16af8015abc0365c8ebdc47432ec1b34b8939f56dcb5d98918e74
|
|
||||||
size 268769
|
|
3
kombu-2.1.4.tar.bz2
Normal file
3
kombu-2.1.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8a5577f220757749a2b39da26170edfa32d6f3c3481e73ecc109215e83afb135
|
||||||
|
size 245408
|
@ -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
|
Tue Mar 27 08:35:53 UTC 2012 - saschpe@suse.de
|
||||||
|
|
||||||
|
@ -11,18 +11,18 @@
|
|||||||
# case the license is the MIT License). An "Open Source License" is a
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
#
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
Name: python-kombu
|
Name: python-kombu
|
||||||
Version: 2.1.2
|
Version: 2.1.4
|
||||||
Release: 0
|
Release: 0
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Summary: AMQP Messaging Framework for Python
|
Summary: AMQP Messaging Framework for Python
|
||||||
Url: http://github.com/ask/kombu/
|
Url: http://github.com/ask/kombu/
|
||||||
Group: Development/Languages/Python
|
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-amqplib
|
||||||
BuildRequires: python-anyjson
|
BuildRequires: python-anyjson
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user