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