Hello community,

here is the log from the commit of package python-kombu for openSUSE:Factory
checked in at Mon Sep 5 17:02:35 CEST 2011.



--------
--- python-kombu/python-kombu.changes   2011-06-14 00:52:59.000000000 +0200
+++ python-kombu/python-kombu.changes   2011-07-29 14:46:51.000000000 +0200
@@ -1,0 +2,35 @@
+Fri Jul 29 12:44:33 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 1.2.1:
+  * Now depends on amqplib >= 1.0.0.
+  * Redis: Now automatically deletes auto_delete queues at basic_cancel.
+  * serialization.unregister added so it is possible to remove unwanted
+    seralizers.
+  * Fixes MemoryError while importing ctypes on SELinux (Issue #52).
+  * BrokerConnection.autoretry is a version of ensure that works
+    with arbitrary functions (i.e. it does not need an associated object
+    that implements the revive method.
+  * ConnectionPool.acquire no longer force establishes the connection.
+     The connection will be established as needed.
+  * BrokerConnection.ensure now supports an on_revive callback
+    that is applied whenever the connection is re-established.
+  * Consumer.consuming_from(queue) returns True if the Consumer is
+    consuming from queue.
+  * Consumer.cancel_by_queue did not remove the queue from queues.
+  * compat.ConsumerSet.add_queue_from_dict now automatically declared
+    the queue if auto_declare set.
+
+-------------------------------------------------------------------
+Fri Jul 15 12:52:07 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 1.2.0:
+  * Virtual: Fixes cyclic reference in Channel.close (Issue #49).
+  * Producer.publish: Can now set additional properties using keyword
+    arguments (Issue #48).
+  * Adds Queue.no_ack option to control the no_ack option for individual 
queues.
+  * Recent versions broke pylibrabbitmq support.
+  * SimpleQueue and SimpleBuffer can now be used as contexts.
+  * Test requirements specifies PyYAML==3.09 as 3.10 dropped Python 2.4 support
+  * Now properly reports default values in Connection.info/.as_uri
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  kombu-1.1.6.tar.bz2

New:
----
  kombu-1.2.1.tar.bz2

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

Other differences:
------------------
++++++ python-kombu.spec ++++++
--- /var/tmp/diff_new_pack.aXZGRa/_old  2011-09-05 16:55:32.000000000 +0200
+++ /var/tmp/diff_new_pack.aXZGRa/_new  2011-09-05 16:55:32.000000000 +0200
@@ -22,7 +22,7 @@
 %define mod_name kombu
 
 Name:           python-%{mod_name}
-Version:        1.1.6
+Version:        1.2.1
 Release:        1
 License:        BSD License
 Summary:        AMQP Messaging Framework for Python
@@ -30,7 +30,7 @@
 Group:          Development/Languages/Python
 Source:         %{mod_name}-%{version}.tar.bz2
 BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+BuildRequires:  python-distribute
 Requires:       python-amqplib
 Requires:       python-anyjson
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ kombu-1.1.6.tar.bz2 -> kombu-1.2.1.tar.bz2 ++++++
++++ 1632 lines of diff (skipped)


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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to