From 2b82c71c37e5263f3519f95d0ccdcd83160bc8842bd8d641b07da3076fdba699 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Fri, 8 Jun 2012 13:10:17 +0000 Subject: [PATCH] - Update to 2.2.0: - Please read descriptive changelog here: http://kombu.readthedocs.org/en/latest/changelog.html#version-2-2-0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=40 --- kombu-2.1.8.tar.bz2 | 3 --- kombu-2.2.0.tar.bz2 | 3 +++ python-kombu.changes | 7 +++++++ python-kombu.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 kombu-2.1.8.tar.bz2 create mode 100644 kombu-2.2.0.tar.bz2 diff --git a/kombu-2.1.8.tar.bz2 b/kombu-2.1.8.tar.bz2 deleted file mode 100644 index 9f6388e..0000000 --- a/kombu-2.1.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10074681b4bf332c21dcd8bc5fe576e73dea025c155564a37719d3de193dbfe0 -size 247464 diff --git a/kombu-2.2.0.tar.bz2 b/kombu-2.2.0.tar.bz2 new file mode 100644 index 0000000..5f24d93 --- /dev/null +++ b/kombu-2.2.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de1d67ebe78ec62719fca78a7df002997539c8ad8ad68a004e638859ca950e83 +size 253702 diff --git a/python-kombu.changes b/python-kombu.changes index cc8c6ce..70cf18c 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jun 8 12:58:07 UTC 2012 - alexandre@exatati.com.br + +- Update to 2.2.0: + - Please read descriptive changelog here: + http://kombu.readthedocs.org/en/latest/changelog.html#version-2-2-0 + ------------------------------------------------------------------- Mon May 7 20:49:30 UTC 2012 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index 7e53a68..2706349 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.1.8 +Version: 2.2.0 Release: 0 License: BSD-2-Clause Summary: AMQP Messaging Framework for Python