Hello community, here is the log from the commit of package python-kombu for openSUSE:Factory checked in at Wed Jul 20 16:43:34 CEST 2011.
-------- --- python-kombu/python-kombu.changes 2011-04-06 19:55:54.000000000 +0200 +++ /mounts/work_src_done/STABLE/python-kombu/python-kombu.changes 2011-06-14 00:52:59.000000000 +0200 @@ -1,0 +2,52 @@ +Mon Jun 13 22:42:00 UTC 2011 - [email protected] + +- Update to 1.1.6: + * Redis: Fixes issue introduced in 1.1.4, where a redis connection + failure could leave consumer hanging forever. + * SQS: Now supports fanout messaging by using SimpleDB to store routing + tables. + + This can be disabled by setting the `supports_fanout` transport option: + + >>> BrokerConnection(transport="SQS", + ... transport_options={"supports_fanout": False}) + * SQS: Now properly deletes a message when a message is acked. + * SQS: Can now set the Amazon AWS region, by using the ``region`` + transport option. + * amqplib: Now uses `localhost` as default hostname instead of raising an + error. + +------------------------------------------------------------------- +Tue Jun 7 22:57:44 UTC 2011 - [email protected] + +- Update to 1.1.5: + * Fixes compatibility with redis-py 2.4.4. +- Aditional changes from: + * Redis transport: Now requires redis-py version 2.4.4 or later. + * New Amazon SQS transport added. + * librabbitmq transport: Fixes default credentials support. + * amqplib transport: Now supports `login_method` for SSL auth. + Default login_method is AMQPLAIN. + +------------------------------------------------------------------- +Thu Apr 21 18:07:47 UTC 2011 - [email protected] + +- Update to 1.1.3: + * Redis: Consuming from multiple connections now works with + Eventlet. + * Redis: Can now perform channel operations while the channel + is in BRPOP/LISTEN mode (Issue #35). + Also the async BRPOP now times out after 1 second, this + means that cancelling consuming from a queue/starting + consuming from additional queues has a latency of up to + one second (BRPOP does not support subsecond timeouts). + * Virtual: Allow channel objects to be closed multiple times + without error. + * amqplib: AttributeError has been added to the list of known + connection related errors (Connection.connection_errors). + * amqplib: Now converts SSLError timeout errors to + socket.timeout (http://bugs.python.org/issue10272) + * Ensures cyclic references are destroyed when the connection + is closed. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- kombu-1.1.2.tar.bz2 New: ---- kombu-1.1.6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-kombu.spec ++++++ --- /var/tmp/diff_new_pack.e3b7k7/_old 2011-07-20 16:43:14.000000000 +0200 +++ /var/tmp/diff_new_pack.e3b7k7/_new 2011-07-20 16:43:14.000000000 +0200 @@ -22,7 +22,7 @@ %define mod_name kombu Name: python-%{mod_name} -Version: 1.1.2 +Version: 1.1.6 Release: 1 License: BSD License Summary: AMQP Messaging Framework for Python ++++++ kombu-1.1.2.tar.bz2 -> kombu-1.1.6.tar.bz2 ++++++ ++++ 2892 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
