Hello community,

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



--------
--- python-kombu/python-kombu.changes   2011-07-29 14:46:51.000000000 +0200
+++ /mounts/work_src_done/STABLE/python-kombu/python-kombu.changes      
2011-09-19 20:47:09.000000000 +0200
@@ -1,0 +2,76 @@
+Mon Sep 19 18:45:36 UTC 2011 - [email protected]
+
+- Update to 1.3.5:
+  * Python 3: AMQP_PROTOCOL_HEADER must be bytes, not str.
+- Changes from 1.3.4:
+  * Fixes syntax error in pools.reset
+
+-------------------------------------------------------------------
+Thu Sep 15 16:55:35 UTC 2011 - [email protected]
+
+- Update to 1.3.3:
+  * pools.reset did not support after forker arguments.
+
+-------------------------------------------------------------------
+Sun Sep 11 01:15:42 UTC 2011 - [email protected]
+
+- Update to 1.3.2:
+  * Broke Python 2.5 compatibility by importing parse_qsl from urlparse
+  * Connection.default_channel is now closed when connection is revived
+    after connection failures.
+  * Pika: Channel now supports the connection.client attribute
+    as required by the simple interface.
+  * pools.set_limit now raises an exception if the limit is lower
+    than the previous limit.
+  * pools.set_limit no longer resets the pools.
+
+-------------------------------------------------------------------
+Thu Sep  8 01:40:01 UTC 2011 - [email protected]
+
+- Update to 1.3.1:
+  * Last release broke after fork for pool reinitialization.
+  * Producer/Consumer now has a connection attribute,
+    giving access to the BrokerConnection of the
+    instance.
+  * Pika: Channels now have access to the underlying
+    BrokerConnection instance using channel.connection.client.
+    This was previously required by the Simple classes and is now
+    also required by Consumer and Producer.
+  * Connection.default_channel is now closed at object revival.
+  * Adds kombu.clocks.LamportClock.
+  * compat.entry_to_queue has been moved to new module kombu.common.
+
+-------------------------------------------------------------------
+Mon Sep  5 22:53:31 UTC 2011 - [email protected]
+
+- Update to 1.3.0:
+  * Broker connection info can be now be specified using URLs
+  * Now comes with default global connection and producer pools
+  * SQS Transport: Persistence using SimpleDB is now disabled by
+    default, after reports of unstable SimpleDB connections leading
+    to errors
+  * Producer can now be used as a context manager
+  * Producer.__exit__ now properly calls release instead of close
+  * Now silences all exceptions from import ctypes to match behaviour
+    of the standard Python uuid module, and avoid passing on
+    MemoryError exceptions on SELinux-enabled systems (Issue #52 +
+    Issue #53)
+  * amqp is now an alias to the amqplib transport
+  * kombu.syn.detect_environment now returns ‘default’, ‘eventlet’,
+    or ‘gevent’ depending on what monkey patches have been installed
+  * Serialization registry has new attribute type_to_name so it is
+    possible to lookup serializater name by content type
+  * Exchange argument to Producer.publish can now be an Exchange
+    instance
+  * compat.Publisher now supports the channel keyword argument
+  * Acking a message on some transports could lead to KeyError being
+    raised (Issue #57)
+  * Connection pool: Connections are no long instantiated when the
+    pool is created, but instantiated as needed instead
+  * Tests now pass on PyPy
+  * Connection.as_uri now includes the password if the keyword
+    argument include_password is set
+  * Virtual transports now comes with a default
+    default_connection_params attribute
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  kombu-1.2.1.tar.bz2

New:
----
  kombu-1.3.5.tar.bz2

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

Other differences:
------------------
++++++ python-kombu.spec ++++++
--- /var/tmp/diff_new_pack.xzBilo/_old  2011-09-21 17:19:58.000000000 +0200
+++ /var/tmp/diff_new_pack.xzBilo/_new  2011-09-21 17:19:58.000000000 +0200
@@ -11,19 +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/
 #
 
-
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 %define mod_name kombu
 
 Name:           python-%{mod_name}
-Version:        1.2.1
-Release:        1
+Version:        1.3.5
+Release:        0
 License:        BSD License
 Summary:        AMQP Messaging Framework for Python
 Url:            http://github.com/ask/kombu/
@@ -69,7 +68,6 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS Changelog FAQ INSTALL README THANKS TODO
-%python_sitelib/%{mod_name}*
-%python_sitelib/*.egg-info
+%{python_sitelib}/*
 
 %changelog

++++++ kombu-1.2.1.tar.bz2 -> kombu-1.3.5.tar.bz2 ++++++
++++ 1709 lines of diff (skipped)


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



Remember to have fun...

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

Reply via email to