From e24c6aed03e73e331f43164fba9c9ecf24ce406503f9f7b493c186e9c0e1566b Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Mon, 10 Dec 2012 17:36:49 +0000 Subject: [PATCH] - Update to 2.5.4: - Fixed problem with connection clone and multiple URLs (Issue #182). Fix contributed by Dane Guempel. - zeromq: Now compatible with libzmq 3.2.x. Fix contributed by Andrey Antukh. - Fixed Python 3 installation problem (Issue #187). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=63 --- kombu-2.5.3.tar.gz | 3 --- kombu-2.5.4.tar.gz | 3 +++ python-kombu.changes | 10 ++++++++++ python-kombu.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 kombu-2.5.3.tar.gz create mode 100644 kombu-2.5.4.tar.gz diff --git a/kombu-2.5.3.tar.gz b/kombu-2.5.3.tar.gz deleted file mode 100644 index 69ea38f..0000000 --- a/kombu-2.5.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f0708417777f573691eb793f401b444281dbe0ae9dc6a9a5784bf01e9471ad1 -size 300525 diff --git a/kombu-2.5.4.tar.gz b/kombu-2.5.4.tar.gz new file mode 100644 index 0000000..4b8dcfd --- /dev/null +++ b/kombu-2.5.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92cfb82af1d3e8753258d660003769461b75abe0f1a03d720709a211042f358b +size 300506 diff --git a/python-kombu.changes b/python-kombu.changes index d875efe..ebe8362 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Dec 10 17:35:21 UTC 2012 - alexandre@exatati.com.br + +- Update to 2.5.4: + - Fixed problem with connection clone and multiple URLs (Issue #182). + Fix contributed by Dane Guempel. +- zeromq: Now compatible with libzmq 3.2.x. + Fix contributed by Andrey Antukh. +- Fixed Python 3 installation problem (Issue #187). + ------------------------------------------------------------------- Thu Dec 6 12:50:10 UTC 2012 - saschpe@suse.de diff --git a/python-kombu.spec b/python-kombu.spec index 643f59f..32af7c8 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -16,7 +16,7 @@ # Name: python-kombu -Version: 2.5.3 +Version: 2.5.4 Release: 0 License: BSD-2-Clause Summary: AMQP Messaging Framework for Python