From 7403713438fec139c00fe4750f0310d9bfe70ec3720fde810c9a43b67c58cfb8 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Wed, 19 Sep 2012 01:56:53 +0000 Subject: [PATCH] - Update to 2.4.7: - Virtual: Unknown exchanges now default to 'direct' when sending a message. - MongoDB: Fixed memory leak when merging keys stored in the db (Issue #159) Fix contributed by Michael Korbakov. - MongoDB: Better index for MongoDB transport (Issue #158). This improvement will create a new compund index for queue and _id in order to be able to use both indexed fields for getting a new message (using queue field) and sorting by _id. It'll be necessary to manually delete the old index from the collection. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=55 --- kombu-2.4.6.tar.gz | 3 --- kombu-2.4.7.tar.gz | 3 +++ python-kombu.changes | 15 +++++++++++++++ python-kombu.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 kombu-2.4.6.tar.gz create mode 100644 kombu-2.4.7.tar.gz diff --git a/kombu-2.4.6.tar.gz b/kombu-2.4.6.tar.gz deleted file mode 100644 index 857e709..0000000 --- a/kombu-2.4.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84fd0fa79c6292c174a7efbcd47483a07345040166223f67e6a2326e73419b1a -size 289642 diff --git a/kombu-2.4.7.tar.gz b/kombu-2.4.7.tar.gz new file mode 100644 index 0000000..acd09a6 --- /dev/null +++ b/kombu-2.4.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d86d179111fa347bbb40d946feb579a5cf4d93f8b4db946e8a0c12c7257d7cc3 +size 289883 diff --git a/python-kombu.changes b/python-kombu.changes index 471a446..e5013e3 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Sep 19 01:53:45 UTC 2012 - alexandre@exatati.com.br + +- Update to 2.4.7: + - Virtual: Unknown exchanges now default to 'direct' when sending + a message. + - MongoDB: Fixed memory leak when merging keys stored in the db + (Issue #159) + Fix contributed by Michael Korbakov. + - MongoDB: Better index for MongoDB transport (Issue #158). + This improvement will create a new compund index for queue and + _id in order to be able to use both indexed fields for getting + a new message (using queue field) and sorting by _id. It'll be + necessary to manually delete the old index from the collection. + ------------------------------------------------------------------- Wed Sep 12 17:10:37 UTC 2012 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index 4d94fec..c0b3f91 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -16,7 +16,7 @@ # Name: python-kombu -Version: 2.4.6 +Version: 2.4.7 Release: 0 License: BSD-2-Clause Summary: AMQP Messaging Framework for Python