From 89880ec3e19bcdfda49abe80f1459f279341706f63ea2905c11183b357296337 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Tue, 7 Jun 2011 23:00:47 +0000 Subject: [PATCH] - Update to 1.1.5: * Fixes compatibility with redis-py 2.4.4. - Aditional changes from: * Redis transport: Now requires redis-py version 2.4.4 or later. * New Amazon SQS transport added. * librabbitmq transport: Fixes default credentials support. * amqplib transport: Now supports `login_method` for SSL auth. Default login_method is AMQPLAIN. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=10 --- kombu-1.1.3.tar.bz2 | 3 --- kombu-1.1.5.tar.bz2 | 3 +++ python-kombu.changes | 12 ++++++++++++ python-kombu.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 kombu-1.1.3.tar.bz2 create mode 100644 kombu-1.1.5.tar.bz2 diff --git a/kombu-1.1.3.tar.bz2 b/kombu-1.1.3.tar.bz2 deleted file mode 100644 index d44ddc0..0000000 --- a/kombu-1.1.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d18b46471d00d552c53ee840b3d6b19bbace9405890a75dcf60039f07de4ef64 -size 204709 diff --git a/kombu-1.1.5.tar.bz2 b/kombu-1.1.5.tar.bz2 new file mode 100644 index 0000000..b0016a1 --- /dev/null +++ b/kombu-1.1.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca2dbf5b836c723bbdd14e25d35985a584d2a7eed7cddcadfc270ca760a2748 +size 206169 diff --git a/python-kombu.changes b/python-kombu.changes index 67c8294..c038694 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jun 7 22:57:44 UTC 2011 - alexandre@exatati.com.br + +- Update to 1.1.5: + * Fixes compatibility with redis-py 2.4.4. +- Aditional changes from: + * Redis transport: Now requires redis-py version 2.4.4 or later. + * New Amazon SQS transport added. + * librabbitmq transport: Fixes default credentials support. + * amqplib transport: Now supports `login_method` for SSL auth. + Default login_method is AMQPLAIN. + ------------------------------------------------------------------- Thu Apr 21 18:07:47 UTC 2011 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index 11838e3..2b8e326 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -21,7 +21,7 @@ %define mod_name kombu Name: python-%{mod_name} -Version: 1.1.3 +Version: 1.1.5 Release: 0 License: BSD License Summary: AMQP Messaging Framework for Python