- Update to 1.1.2:

* Redis: Fixes serious issue where messages could be lost.
    The issue could happen if the message exceeded a certain number
    of kilobytes in size.
    It is recommended that all users of the Redis transport should
    upgrade to this version, even if not currently experiencing any
    issues.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=6
This commit is contained in:
Alexandre Rogoski 2011-04-06 17:55:56 +00:00 committed by Git OBS Bridge
parent 71f1ac549d
commit 01db333348
4 changed files with 15 additions and 4 deletions

View File

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

3
kombu-1.1.2.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Apr 6 17:43:07 UTC 2011 - alexandre@exatati.com.br
- Update to 1.1.2:
* Redis: Fixes serious issue where messages could be lost.
The issue could happen if the message exceeded a certain number
of kilobytes in size.
It is recommended that all users of the Redis transport should
upgrade to this version, even if not currently experiencing any
issues.
-------------------------------------------------------------------
Wed Apr 6 00:59:48 UTC 2011 - alexandre@exatati.com.br

View File

@ -21,7 +21,7 @@
%define mod_name kombu
Name: python-%{mod_name}
Version: 1.1.1
Version: 1.1.2
Release: 0
License: BSD License
Summary: AMQP Messaging Framework for Python