diff --git a/kombu-2.0.0.tar.bz2 b/kombu-2.0.0.tar.bz2 deleted file mode 100644 index 6ea26fa..0000000 --- a/kombu-2.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc6ae96f686957eef92200c5e5f52f36221fdb7e94b0bebb2360da235dd67e35 -size 241157 diff --git a/kombu-2.1.0.tar.bz2 b/kombu-2.1.0.tar.bz2 new file mode 100644 index 0000000..7351f9b --- /dev/null +++ b/kombu-2.1.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdc2aab356fbc80f68783dc617d614800607a06a34f826132c1fc70946cb4843 +size 243045 diff --git a/python-kombu.changes b/python-kombu.changes index 1be4eee..c48d0c0 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -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 diff --git a/python-kombu.spec b/python-kombu.spec index 08e629b..3f979d2 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -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