From f985f88490b90dbf92832aa15272cff0834bef6b66498ec0cb92e11c65e493a7 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Thu, 27 Oct 2011 22:33:54 +0000 Subject: [PATCH] - Update to 1.4.3: - Fixes bug in ProducerPool where too many resources would be acquired. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=22 --- kombu-1.4.2.tar.bz2 | 3 --- kombu-1.4.3.tar.bz2 | 3 +++ python-kombu.changes | 6 ++++++ python-kombu.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 kombu-1.4.2.tar.bz2 create mode 100644 kombu-1.4.3.tar.bz2 diff --git a/kombu-1.4.2.tar.bz2 b/kombu-1.4.2.tar.bz2 deleted file mode 100644 index 3ddfc55..0000000 --- a/kombu-1.4.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:893e765f9984e922f73787aeab0c07cb8eab6a30b856044a9b02c870190b4df5 -size 222668 diff --git a/kombu-1.4.3.tar.bz2 b/kombu-1.4.3.tar.bz2 new file mode 100644 index 0000000..d525cc2 --- /dev/null +++ b/kombu-1.4.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:541813f23655dcd5c48bc55b5997f641eec9d3686844fd768c03bba28b76a743 +size 222679 diff --git a/python-kombu.changes b/python-kombu.changes index 8a19a78..16a8d43 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 27 22:33:03 UTC 2011 - alexandre@exatati.com.br + +- Update to 1.4.3: + - Fixes bug in ProducerPool where too many resources would be acquired. + ------------------------------------------------------------------- Wed Oct 26 18:12:33 UTC 2011 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index ba5f768..0283ff0 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -21,7 +21,7 @@ %define mod_name kombu Name: python-%{mod_name} -Version: 1.4.2 +Version: 1.4.3 Release: 0 License: BSD License Summary: AMQP Messaging Framework for Python