SHA256
1
0
forked from pool/python-kombu

- 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
This commit is contained in:
Alexandre Rogoski 2012-08-01 19:05:36 +00:00 committed by Git OBS Bridge
parent 865d1c7c99
commit 980de3e33f
4 changed files with 18 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c138c165f9b2d289ca55a47ccf10e35b9f23cea89a621a104b9dfec08604b20d
size 288148

3
kombu-2.3.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3010c0b4d47ad1a3f3e815ec902f7c3818cead3d2778659bd924e88db421d70b
size 288062

View File

@ -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

View File

@ -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