From ccec8e0c0a3ba73d4ddfa950b6310a4f6782fb67d5145fa50f9801f96d611868 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Wed, 30 Nov 2011 14:56:34 +0000 Subject: [PATCH] - Update to 1.5.1: * Fixes issue with kombu.compat introduced in 1.5.0 (Issue #83). * Adds the ability to disable content_types in the serializer registry. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=25 --- kombu-1.5.0.tar.bz2 | 3 --- kombu-1.5.1.tar.bz2 | 3 +++ python-kombu.changes | 7 +++++++ python-kombu.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 kombu-1.5.0.tar.bz2 create mode 100644 kombu-1.5.1.tar.bz2 diff --git a/kombu-1.5.0.tar.bz2 b/kombu-1.5.0.tar.bz2 deleted file mode 100644 index d90e0d7..0000000 --- a/kombu-1.5.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:021749a143c76c35c7ad53eb10011cd0102049255e88617e7bc6a9a78046a252 -size 224775 diff --git a/kombu-1.5.1.tar.bz2 b/kombu-1.5.1.tar.bz2 new file mode 100644 index 0000000..b1a00a4 --- /dev/null +++ b/kombu-1.5.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33f625f45f4cc0efa501c8f0fc5181685f02d388d9b7d7460e7e9f47c4ae1ebb +size 224967 diff --git a/python-kombu.changes b/python-kombu.changes index d22cc97..c256eb4 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Nov 30 14:55:08 UTC 2011 - alexandre@exatati.com.br + +- Update to 1.5.1: + * Fixes issue with kombu.compat introduced in 1.5.0 (Issue #83). + * Adds the ability to disable content_types in the serializer registry. + ------------------------------------------------------------------- Mon Nov 28 02:19:24 UTC 2011 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index 389c5b8..66b9410 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: 1.5.0 +Version: 1.5.1 Release: 0 License: BSD-2-Clause Summary: AMQP Messaging Framework for Python