diff --git a/kombu-2.4.7.tar.gz b/kombu-2.4.7.tar.gz deleted file mode 100644 index acd09a6..0000000 --- a/kombu-2.4.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d86d179111fa347bbb40d946feb579a5cf4d93f8b4db946e8a0c12c7257d7cc3 -size 289883 diff --git a/kombu-2.4.8.tar.gz b/kombu-2.4.8.tar.gz new file mode 100644 index 0000000..0cf414c --- /dev/null +++ b/kombu-2.4.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6613158dcb21d630300dbb53fb76dabdc28c21ba2b13386ce39fda136c5907e +size 290975 diff --git a/python-kombu.changes b/python-kombu.changes index e5013e3..0674c1d 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Nov 3 02:58:14 UTC 2012 - alexandre@exatati.com.br + +- Update to 2.4.8: + - Redis: Fair queue cyle implementation improved (Issue #166). + Contributed by Kevin McCarthy. + - Redis: Number of messages to restore in one iteration is now + unlimited, but can be configured using the unacked_restore_limit + transport option. + - Redis: A Redis based mutex is now used while restoring messages. + - LamportClock.adjust now returns the new clock value. + - Heartbeats can now be specified in URLs. + Fix contributed by Mher Movsisyan. + - Kombu can now be used with PyDev, PyCharm and other static + analysis tools. + - Fixes problem with msgpack on Python 3 (Issue #162). + Fix contributed by Jasper Bryant-Greene + ------------------------------------------------------------------- Wed Sep 19 01:53:45 UTC 2012 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index c0b3f91..cc378f9 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -16,7 +16,7 @@ # Name: python-kombu -Version: 2.4.7 +Version: 2.4.8 Release: 0 License: BSD-2-Clause Summary: AMQP Messaging Framework for Python