From 251e840d6702e2aae09af6afceb0b9b1b1a6d63a9be2a27112c02dd2d187a94c Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Mon, 27 Aug 2012 14:28:08 +0000 Subject: [PATCH] - Update to 2.4.3: - Fixed problem with amqp transport alias (Issue #154). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=51 --- kombu-2.4.2.tar.gz | 3 --- kombu-2.4.3.tar.gz | 3 +++ python-kombu.changes | 6 ++++++ python-kombu.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 kombu-2.4.2.tar.gz create mode 100644 kombu-2.4.3.tar.gz diff --git a/kombu-2.4.2.tar.gz b/kombu-2.4.2.tar.gz deleted file mode 100644 index f5bd5ef..0000000 --- a/kombu-2.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:383c28b787360890ad049ab8a271a7bde782e8feb1c4ff1b3678e0199944ee22 -size 290518 diff --git a/kombu-2.4.3.tar.gz b/kombu-2.4.3.tar.gz new file mode 100644 index 0000000..63916a4 --- /dev/null +++ b/kombu-2.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dac6b3720e5e31b38b626e7247c07b10c8cc39e2f32aec80559fa643d2db021 +size 290543 diff --git a/python-kombu.changes b/python-kombu.changes index 5485cc9..c521cb8 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 27 14:24:17 UTC 2012 - alexandre@exatati.com.br + +- Update to 2.4.3: + - Fixed problem with amqp transport alias (Issue #154). + ------------------------------------------------------------------- Fri Aug 24 19:46:11 UTC 2012 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index c71f6d0..01850d9 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -16,7 +16,7 @@ # Name: python-kombu -Version: 2.4.2 +Version: 2.4.3 Release: 0 License: BSD-2-Clause Summary: AMQP Messaging Framework for Python