Accepting request 137361 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/137361
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=17
This commit is contained in:
Stephan Kulow 2012-10-07 17:59:35 +00:00 committed by Git OBS Bridge
commit 5cfecc2c31
4 changed files with 19 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:84fd0fa79c6292c174a7efbcd47483a07345040166223f67e6a2326e73419b1a
size 289642

3
kombu-2.4.7.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d86d179111fa347bbb40d946feb579a5cf4d93f8b4db946e8a0c12c7257d7cc3
size 289883

View File

@ -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

View File

@ -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