- 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
This commit is contained in:
Alexandre Rogoski 2011-06-07 23:00:47 +00:00 committed by Git OBS Bridge
parent 23a97cf779
commit 89880ec3e1
4 changed files with 16 additions and 4 deletions

View File

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

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

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

View File

@ -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

View File

@ -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