From e16065ad07ce4a92e71e225d7058bd7075fb73964ad7b3baac49a8dfd7b03c6e Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Mon, 26 Sep 2011 18:48:26 +0000 Subject: [PATCH] - Update to 1.4.1: - 1.4.0 broke the producer pool, resulting in new connections being established for every acquire. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=20 --- kombu-1.4.0.tar.bz2 | 3 --- kombu-1.4.1.tar.bz2 | 3 +++ python-kombu.changes | 8 ++++++++ python-kombu.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 kombu-1.4.0.tar.bz2 create mode 100644 kombu-1.4.1.tar.bz2 diff --git a/kombu-1.4.0.tar.bz2 b/kombu-1.4.0.tar.bz2 deleted file mode 100644 index c6eb1ad..0000000 --- a/kombu-1.4.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08d9389f10c4b136c77fbeaff17a30c80c98ee0167b1fd87d6b1adc0d70433a2 -size 220344 diff --git a/kombu-1.4.1.tar.bz2 b/kombu-1.4.1.tar.bz2 new file mode 100644 index 0000000..e96a4b7 --- /dev/null +++ b/kombu-1.4.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db667f8e043e216fd4bb18f42e3e737e9140c1c74942b583e155e253a43d35e +size 221983 diff --git a/python-kombu.changes b/python-kombu.changes index d0f10db..eb92196 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Sep 26 18:46:36 UTC 2011 - alexandre@exatati.com.br + +- Update to 1.4.1: + - 1.4.0 broke the producer pool, resulting in new connections being + established for every acquire. + + ------------------------------------------------------------------- Thu Sep 22 16:59:42 UTC 2011 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index f53ebf9..4711b37 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -21,7 +21,7 @@ %define mod_name kombu Name: python-%{mod_name} -Version: 1.4.0 +Version: 1.4.1 Release: 0 License: BSD License Summary: AMQP Messaging Framework for Python