15
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

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