From c4537bdb56059e73a147420a9c4628ad9b8bc86da522b67381d684566aa2f1df Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Tue, 20 Mar 2012 17:45:33 +0000 Subject: [PATCH] - Update to 2.1.3: * Fixes Jython compatibility issues. * Fixes Python 2.5 compatibility issues. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=32 --- kombu-2.1.1.tar.bz2 | 3 --- kombu-2.1.2.tar.bz2 | 3 +++ python-kombu.changes | 7 +++++++ python-kombu.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 kombu-2.1.1.tar.bz2 create mode 100644 kombu-2.1.2.tar.bz2 diff --git a/kombu-2.1.1.tar.bz2 b/kombu-2.1.1.tar.bz2 deleted file mode 100644 index c79b15a..0000000 --- a/kombu-2.1.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cd6c0cc97c5a1956f399263bfbbe007094e85c68bb59090742ff5e859d4b308 -size 243987 diff --git a/kombu-2.1.2.tar.bz2 b/kombu-2.1.2.tar.bz2 new file mode 100644 index 0000000..ed30672 --- /dev/null +++ b/kombu-2.1.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ddff0c120006d9e0113e1c0241d87ea86b6c0067ac04a8dfefa0b320924d6d +size 244273 diff --git a/python-kombu.changes b/python-kombu.changes index 8ec239a..80f9285 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Mar 20 17:42:53 UTC 2012 - alexandre@exatati.com.br + +- Update to 2.1.3: + * Fixes Jython compatibility issues. + * Fixes Python 2.5 compatibility issues. + ------------------------------------------------------------------- Wed Mar 14 13:45:07 UTC 2012 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index b79cad5..20569c9 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.1 +Version: 2.1.2 Release: 0 License: BSD-2-Clause Summary: AMQP Messaging Framework for Python