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