From 9904760537230f3d8ee65af941f196750b9ecd848d1b6277694d21b7dea7e856 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Sat, 3 Nov 2012 03:00:31 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=56 --- kombu-2.4.7.tar.gz | 3 --- kombu-2.4.8.tar.gz | 3 +++ python-kombu.changes | 18 ++++++++++++++++++ python-kombu.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 kombu-2.4.7.tar.gz create mode 100644 kombu-2.4.8.tar.gz 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