Hello community,

here is the log from the commit of package python-kombu for openSUSE:Factory 
checked in at 2012-05-21 07:30:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-kombu (Old)
 and      /work/SRC/openSUSE:Factory/.python-kombu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-kombu", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-kombu/python-kombu.changes        
2012-04-20 15:19:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-kombu.new/python-kombu.changes   
2012-05-21 07:30:28.000000000 +0200
@@ -1,0 +2,37 @@
+Mon May  7 20:49:30 UTC 2012 - [email protected]
+
+- 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 - [email protected]
+
+- Update to 2.1.7:
+  * compat consumerset now accepts optional channel argument.
+
+-------------------------------------------------------------------
+Mon Apr 23 14:41:50 UTC 2012 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  kombu-2.1.5.tar.bz2

New:
----
  kombu-2.1.8.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-kombu.spec ++++++
--- /var/tmp/diff_new_pack.0RAhec/_old  2012-05-21 07:30:30.000000000 +0200
+++ /var/tmp/diff_new_pack.0RAhec/_new  2012-05-21 07:30:30.000000000 +0200
@@ -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

++++++ kombu-2.1.5.tar.bz2 -> kombu-2.1.8.tar.bz2 ++++++
++++ 5573 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to