From 01db333348df7458298871047349f71ab130c09f5c2032298edfe2d17285ec20 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Wed, 6 Apr 2011 17:55:56 +0000 Subject: [PATCH] - 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 --- kombu-1.1.1.tar.bz2 | 3 --- kombu-1.1.2.tar.bz2 | 3 +++ python-kombu.changes | 11 +++++++++++ python-kombu.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 kombu-1.1.1.tar.bz2 create mode 100644 kombu-1.1.2.tar.bz2 diff --git a/kombu-1.1.1.tar.bz2 b/kombu-1.1.1.tar.bz2 deleted file mode 100644 index 91c7afd..0000000 --- a/kombu-1.1.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:763dd76bf0cf1d85edaea24750e0f80c591a90c3b773d47e674977bee9dd3e06 -size 203492 diff --git a/kombu-1.1.2.tar.bz2 b/kombu-1.1.2.tar.bz2 new file mode 100644 index 0000000..492354f --- /dev/null +++ b/kombu-1.1.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dee505ce74df821ca3e5952146c9af9b09b95a73382ce4877383499d61d026f3 +size 204046 diff --git a/python-kombu.changes b/python-kombu.changes index e580a16..896bcdb 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -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 diff --git a/python-kombu.spec b/python-kombu.spec index c35ac44..8b02e9d 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -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