- 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
This commit is contained in:
Alexandre Rogoski 2011-11-30 14:56:34 +00:00 committed by Git OBS Bridge
parent b40d3c271a
commit ccec8e0c0a
4 changed files with 11 additions and 4 deletions

View File

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

3
kombu-1.5.1.tar.bz2 Normal file
View File

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

View File

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

View File

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