- Update to 1.4.1:

- 1.4.0 broke the producer pool, resulting in new connections being
    established for every acquire.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=20
This commit is contained in:
Alexandre Rogoski 2011-09-26 18:48:26 +00:00 committed by Git OBS Bridge
parent ad43ea6e20
commit e16065ad07
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:08d9389f10c4b136c77fbeaff17a30c80c98ee0167b1fd87d6b1adc0d70433a2
size 220344

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Sep 26 18:46:36 UTC 2011 - alexandre@exatati.com.br
- Update to 1.4.1:
- 1.4.0 broke the producer pool, resulting in new connections being
established for every acquire.
-------------------------------------------------------------------
Thu Sep 22 16:59:42 UTC 2011 - alexandre@exatati.com.br

View File

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