diff --git a/kombu-2.1.4.tar.bz2 b/kombu-2.1.4.tar.bz2 deleted file mode 100644 index c6ceb21..0000000 --- a/kombu-2.1.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a5577f220757749a2b39da26170edfa32d6f3c3481e73ecc109215e83afb135 -size 245408 diff --git a/kombu-2.1.5.tar.bz2 b/kombu-2.1.5.tar.bz2 new file mode 100644 index 0000000..ec0016a --- /dev/null +++ b/kombu-2.1.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db51eded72a2853e3d63518ac09c9df56907ebd9dec175f0f803270ea93d8e05 +size 245785 diff --git a/python-kombu.changes b/python-kombu.changes index be2b026..82b3231 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Apr 13 17:37:56 UTC 2012 - alexandre@exatati.com.br + +- Update to 2.1.5: + * The url parser removed more than the first leading slash (Issue #121). + * SQLAlchemy: Can now specify url using + separator + Example:: + BrokerConnection("sqla+mysql://localhost/db") + * Better support for anonymous queues (Issue #116). + Contributed by Michael Barrett. + * Connection.as_uri now quotes url parts (Issue #117). + * Beanstalk: Can now set message TTR as a message property. + Contributed by Andrii Kostenko + ------------------------------------------------------------------- Tue Apr 3 16:49:46 UTC 2012 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index fb752b1..a3e3464 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -15,8 +15,11 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} + Name: python-kombu -Version: 2.1.4 +Version: 2.1.5 Release: 0 License: BSD-2-Clause Summary: AMQP Messaging Framework for Python @@ -36,11 +39,12 @@ Suggests: couchdb Suggests: mongodb Suggests: rabbitmq-server BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} && 0%{?suse_version} <= 1110 -%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%else +%if 0%{?suse_version} +%py_requires +%if 0%{?suse_version} > 1110 BuildArch: noarch %endif +%endif %description An AMQP messaging framework for Python.