15
0
forked from pool/python-kombu

- 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

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