Accepting request 121280 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/121280
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=13
This commit is contained in:
Stephan Kulow 2012-05-21 05:30:27 +00:00 committed by Git OBS Bridge
commit 9424084e44
4 changed files with 41 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:db51eded72a2853e3d63518ac09c9df56907ebd9dec175f0f803270ea93d8e05
size 245785

3
kombu-2.1.8.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10074681b4bf332c21dcd8bc5fe576e73dea025c155564a37719d3de193dbfe0
size 247464

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Mon May 7 20:49:30 UTC 2012 - alexandre@exatati.com.br
- Update to 2.1.8:
* Bound Exchange/Queue's are now pickleable.
* Consumer/Producer can now be instantiated without a channel,
and only later bound using ``.revive(channel)``.
* ProducerPool now takes ``Producer`` argument.
* kombu.utils.fxrange now counts forever if the
stop argument is set to None.
(fxrange is like xrange but for decimals).
* Auto delete support for virtual transports were incomplete
and could lead to problems so it was removed.
* Cached declarations (kombu.common.maybe_declare)
are now bound to the underlying connection, so that
entities are redeclared if the connection is lost.
This also means that previously uncacheable entities
(e.g. non-durable) can now be cached.
* compat ConsumerSet: can now specify channel.
-------------------------------------------------------------------
Fri Apr 27 18:59:01 UTC 2012 - alexandre@exatati.com.br
- Update to 2.1.7:
* compat consumerset now accepts optional channel argument.
-------------------------------------------------------------------
Mon Apr 23 14:41:50 UTC 2012 - alexandre@exatati.com.br
- Update to 2.1.6:
* SQLAlchemy transport was not working correctly after URL parser change.
* maybe_declare now stores cached declarations per underlying connection
instead of globally, in the rare case that data disappears from the
broker after connection loss.
* Django: Added South migrations.
Contributed by Joseph Crosland.
-------------------------------------------------------------------
Fri Apr 13 17:37:56 UTC 2012 - alexandre@exatati.com.br

View File

@ -19,7 +19,7 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: python-kombu
Version: 2.1.5
Version: 2.1.8
Release: 0
License: BSD-2-Clause
Summary: AMQP Messaging Framework for Python