From e5dd14f468468e507be9c22b64d73479d9d6323ff70add98af4b72f100def5b5 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Fri, 17 Aug 2012 20:36:07 +0000 Subject: [PATCH] - Update to 2.4.0: - New experimental ZeroMQ transport. Contributed by John Watson. - Redis: Ack timed-out messages were not restored when using the eventloop. - Now uses pickle protocol 2 by default to be cross-compatible with Python 3. The protocol can also now be changed using the PICKLE_PROTOCOL environment variable. - Adds Transport.supports_ev attribute. - Pika: Queue purge was not working properly. Fix contributed by Steeve Morin. - Pika backend was no longer working since Kombu 2.3 Fix contributed by Steeve Morin. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=49 --- kombu-2.3.2.tar.gz | 3 --- kombu-2.4.0.tar.gz | 3 +++ python-kombu.changes | 16 ++++++++++++++++ python-kombu.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 kombu-2.3.2.tar.gz create mode 100644 kombu-2.4.0.tar.gz diff --git a/kombu-2.3.2.tar.gz b/kombu-2.3.2.tar.gz deleted file mode 100644 index 4fd0aa6..0000000 --- a/kombu-2.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3010c0b4d47ad1a3f3e815ec902f7c3818cead3d2778659bd924e88db421d70b -size 288062 diff --git a/kombu-2.4.0.tar.gz b/kombu-2.4.0.tar.gz new file mode 100644 index 0000000..331f0bf --- /dev/null +++ b/kombu-2.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2791c4e2bf8667b216a5d4de24a64e371e2249cfd361e658a6623b74f0340957 +size 290239 diff --git a/python-kombu.changes b/python-kombu.changes index 6ec4ce7..4973d61 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Aug 17 20:24:04 UTC 2012 - alexandre@exatati.com.br + +- Update to 2.4.0: + - New experimental ZeroMQ transport. + Contributed by John Watson. + - Redis: Ack timed-out messages were not restored when using the eventloop. + - Now uses pickle protocol 2 by default to be cross-compatible with Python 3. + The protocol can also now be changed using the PICKLE_PROTOCOL + environment variable. + - Adds Transport.supports_ev attribute. + - Pika: Queue purge was not working properly. + Fix contributed by Steeve Morin. + - Pika backend was no longer working since Kombu 2.3 + Fix contributed by Steeve Morin. + ------------------------------------------------------------------- Wed Aug 1 18:57:38 UTC 2012 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index 485b819..3921e79 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -16,7 +16,7 @@ # Name: python-kombu -Version: 2.3.2 +Version: 2.4.0 Release: 0 License: BSD-2-Clause Summary: AMQP Messaging Framework for Python