From 980de3e33f3c7276a39b89eeb00a0ee3cddc15d1634958eee0ff7253f4164734 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Wed, 1 Aug 2012 19:05:36 +0000 Subject: [PATCH] - Update to 2.3.2: - Fixes problem with deserialization in Python 3. - Aditional changes from 2.3.1: - librabbitmq: Can now handle messages that does not have a content_encoding/content_type set (Issue #149). Fix contributed by C Anthony Risinger. - Beanstalk: Now uses localhost by default if the URL does not contain a host. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=48 --- kombu-2.3.0.tar.gz | 3 --- kombu-2.3.2.tar.gz | 3 +++ python-kombu.changes | 14 ++++++++++++++ python-kombu.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 kombu-2.3.0.tar.gz create mode 100644 kombu-2.3.2.tar.gz diff --git a/kombu-2.3.0.tar.gz b/kombu-2.3.0.tar.gz deleted file mode 100644 index 1f47584..0000000 --- a/kombu-2.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c138c165f9b2d289ca55a47ccf10e35b9f23cea89a621a104b9dfec08604b20d -size 288148 diff --git a/kombu-2.3.2.tar.gz b/kombu-2.3.2.tar.gz new file mode 100644 index 0000000..4fd0aa6 --- /dev/null +++ b/kombu-2.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3010c0b4d47ad1a3f3e815ec902f7c3818cead3d2778659bd924e88db421d70b +size 288062 diff --git a/python-kombu.changes b/python-kombu.changes index 81d0452..6ec4ce7 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Aug 1 18:57:38 UTC 2012 - alexandre@exatati.com.br + +- Update to 2.3.2: + - Fixes problem with deserialization in Python 3. +- Aditional changes from 2.3.1: + - librabbitmq: Can now handle messages that does not have a + content_encoding/content_type set (Issue #149). + + Fix contributed by C Anthony Risinger. + + - Beanstalk: Now uses localhost by default if the URL does not + contain a host. + ------------------------------------------------------------------- Thu Jul 26 00:01:34 UTC 2012 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index 6dedad9..485b819 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -16,7 +16,7 @@ # Name: python-kombu -Version: 2.3.0 +Version: 2.3.2 Release: 0 License: BSD-2-Clause Summary: AMQP Messaging Framework for Python