Accepting request 249290 from Cloud:OpenStack:Master

New upstream release

OBS-URL: https://build.opensuse.org/request/show/249290
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=101
This commit is contained in:
Jan Matejek 2014-09-15 14:00:10 +00:00 committed by Git OBS Bridge
parent c0d4b25565
commit 18585b7a2d
4 changed files with 25 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Sep 15 13:47:41 UTC 2014 - tbechtold@suse.com
- update to version 3.0.23:
* Django: Fixed bug in the Django 1.7 compatibility improvements related
to autocommit handling.
* Django: The Django transport models would not be created on syncdb
after app label rename (Issue #406).
* kombu.async: Min. delay between waiting for timer was always increased to
one second.
* Fixed bug in itermessages where message is received after the with
statement exits the block.
* Connection.autoretry: Now works with functions missing wrapped attributes
(``__module__``, ``__name__``, ``__doc__``). Fixes #392.
* Django: Now sets custom app label for ``kombu.transport.django`` to work
with recent changes in Django 1.7.
* SimpleQueue removed messages from the wrong end of buffer (Issue #380).
* Tests: Now using ``unittest.mock`` if available (Issue #381).
- adjust python-amqp Require
-------------------------------------------------------------------
Fri Aug 15 11:42:32 UTC 2014 - mcihar@suse.cz

View File

@ -17,7 +17,7 @@
Name: python-kombu
Version: 3.0.21
Version: 3.0.23
Release: 0
Summary: AMQP Messaging Framework for Python
License: BSD-3-Clause
@ -42,7 +42,7 @@ BuildRequires: python-ordereddict
Requires: python-importlib
Requires: python-ordereddict
%endif
Requires: python-amqp >= 1.4.5
Requires: python-amqp >= 1.4.6
Requires: python-anyjson >= 0.3.3
Suggests: couchdb
Suggests: mongodb