- Update to 2.1.0:

* MongoDB: Now supports fanout (broadcast) (Issue #98).
    Contributed by Scott Lyons.
  * pika transport: Now works with pika 0.9.5 and 0.9.6dev.
    The old pika transport (supporting 0.5.x) is now available
    as alias oldpika.
    (Note terribly latency has been experienced with the new pika
    versions, so this is still an experimental transport).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=27
This commit is contained in:
Alexandre Rogoski 2012-02-04 18:05:55 +00:00 committed by Git OBS Bridge
parent d54965ec0f
commit 83882cee05
4 changed files with 17 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Feb 4 18:00:49 UTC 2012 - alexandre@exatati.com.br
- Update to 2.1.0:
* MongoDB: Now supports fanout (broadcast) (Issue #98).
Contributed by Scott Lyons.
* pika transport: Now works with pika 0.9.5 and 0.9.6dev.
The old pika transport (supporting 0.5.x) is now available
as alias oldpika.
(Note terribly latency has been experienced with the new pika
versions, so this is still an experimental transport).
-------------------------------------------------------------------
Tue Jan 17 01:15:23 UTC 2012 - alexandre@exatati.com.br

View File

@ -19,7 +19,7 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: python-kombu
Version: 2.0.0
Version: 2.1.0
Release: 0
License: BSD-2-Clause
Summary: AMQP Messaging Framework for Python