From 39e0dc91967577355944f165d561649e5bec403b2ef1e5680aa4b951edb82293 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Sun, 11 Sep 2011 01:22:41 +0000 Subject: [PATCH] - 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=16 --- kombu-1.3.1.tar.bz2 | 3 --- kombu-1.3.2.tar.bz2 | 3 +++ python-kombu.changes | 13 +++++++++++++ python-kombu.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 kombu-1.3.1.tar.bz2 create mode 100644 kombu-1.3.2.tar.bz2 diff --git a/kombu-1.3.1.tar.bz2 b/kombu-1.3.1.tar.bz2 deleted file mode 100644 index b91d655..0000000 --- a/kombu-1.3.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16ca33314a2d3b2e23813f353c316aad4b630bdfe240a2db7c136d0a332b262a -size 214717 diff --git a/kombu-1.3.2.tar.bz2 b/kombu-1.3.2.tar.bz2 new file mode 100644 index 0000000..61fe0d8 --- /dev/null +++ b/kombu-1.3.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d599b74ea6b1407c1f878157368941239c03d013b7c3f0e114f4f36045612ad2 +size 683291 diff --git a/python-kombu.changes b/python-kombu.changes index 4192bc7..556216e 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Sep 11 01:15:42 UTC 2011 - alexandre@exatati.com.br + +- 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 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index c760423..ba28914 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -21,7 +21,7 @@ %define mod_name kombu Name: python-%{mod_name} -Version: 1.3.1 +Version: 1.3.2 Release: 0 License: BSD License Summary: AMQP Messaging Framework for Python