- Update to 1.3.5:

* Python 3: AMQP_PROTOCOL_HEADER must be bytes, not str.
- Changes from 1.3.4:
  * Fixes syntax error in pools.reset

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=18
This commit is contained in:
Alexandre Rogoski 2011-09-19 18:47:11 +00:00 committed by Git OBS Bridge
parent 28bbecb9b2
commit 24f4238120
4 changed files with 12 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Sep 19 18:45:36 UTC 2011 - alexandre@exatati.com.br
- Update to 1.3.5:
* Python 3: AMQP_PROTOCOL_HEADER must be bytes, not str.
- Changes from 1.3.4:
* Fixes syntax error in pools.reset
-------------------------------------------------------------------
Thu Sep 15 16:55:35 UTC 2011 - alexandre@exatati.com.br

View File

@ -21,7 +21,7 @@
%define mod_name kombu
Name: python-%{mod_name}
Version: 1.3.3
Version: 1.3.5
Release: 0
License: BSD License
Summary: AMQP Messaging Framework for Python