From f379f33d217edbc5dfc9df0b024f8c8679cf5dda4c140001faca6dcf35797fc4 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Tue, 29 Mar 2011 04:25:18 +0000 Subject: [PATCH] - Update to 1.0.7: * Now depends on anyjson 0.3.1 cjson is no longer a recommended json implementation, and anyjson will now emit a deprecation warning if used. * Please note that the Pika backend only works with version 0.5.2. The latest version (0.9.x) drastically changed API, and it is not compatible yet. * on_decode_error is now called for exceptions in message_to_python (Issue #24). * Redis: did not respect QoS settings. * Redis: Creating a connection now ensures the connection is established. This means BrokerConnection.ensure_connection works properly with Redis. * consumer_tag argument to Queue.consume can't be None (Issue #21). A None value is now automatically converted to empty string. An empty string will make the server generate a unique tag. * BrokerConnection now supports a transport_options argument. This can be used to pass additional arguments to transports. * Pika: drain_events raised socket.timeout even if no timeout set (Issue #8). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=4 --- kombu-1.0.6.tar.bz2 | 3 --- kombu-1.0.7.tar.bz2 | 3 +++ python-kombu.changes | 25 +++++++++++++++++++++++++ python-kombu.spec | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 kombu-1.0.6.tar.bz2 create mode 100644 kombu-1.0.7.tar.bz2 diff --git a/kombu-1.0.6.tar.bz2 b/kombu-1.0.6.tar.bz2 deleted file mode 100644 index 2cbc1cc..0000000 --- a/kombu-1.0.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:676b695872ae87e93473b7d9d6aeb4d9c0bc17ea153a096320883ab5fdd3de6a -size 197926 diff --git a/kombu-1.0.7.tar.bz2 b/kombu-1.0.7.tar.bz2 new file mode 100644 index 0000000..c654de2 --- /dev/null +++ b/kombu-1.0.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffddfad7edf0edcdb50aab684c1e04cd9df0d04ce5b5699685bea006ab20ca2a +size 198602 diff --git a/python-kombu.changes b/python-kombu.changes index 953efc5..7473ac8 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Tue Mar 29 01:14:55 UTC 2011 - alexandre@exatati.com.br + +- Update to 1.0.7: + * Now depends on anyjson 0.3.1 + cjson is no longer a recommended json implementation, and anyjson + will now emit a deprecation warning if used. + * Please note that the Pika backend only works with version 0.5.2. + The latest version (0.9.x) drastically changed API, and it is not + compatible yet. + * on_decode_error is now called for exceptions in message_to_python + (Issue #24). + * Redis: did not respect QoS settings. + * Redis: Creating a connection now ensures the connection is established. + This means BrokerConnection.ensure_connection works properly with + Redis. + * consumer_tag argument to Queue.consume can't be None + (Issue #21). + A None value is now automatically converted to empty string. + An empty string will make the server generate a unique tag. + * BrokerConnection now supports a transport_options argument. + This can be used to pass additional arguments to transports. + * Pika: drain_events raised socket.timeout even if no timeout + set (Issue #8). + ------------------------------------------------------------------- Tue Mar 22 16:59:52 UTC 2011 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index dc09f0b..b20cc74 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -21,7 +21,7 @@ %define mod_name kombu Name: python-%{mod_name} -Version: 1.0.6 +Version: 1.0.7 Release: 0 License: BSD License Summary: AMQP Messaging Framework for Python