- Update to 1.3.2:
* Broke Python 2.5 compatibility by importing parse_qsl from urlparse * Connection.default_channel is now closed when connection is revived after connection failures. * Pika: Channel now supports the connection.client attribute as required by the simple interface. * pools.set_limit now raises an exception if the limit is lower than the previous limit. * pools.set_limit no longer resets the pools. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=16
This commit is contained in:
parent
02135d8d29
commit
39e0dc9196
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:16ca33314a2d3b2e23813f353c316aad4b630bdfe240a2db7c136d0a332b262a
|
||||
size 214717
|
3
kombu-1.3.2.tar.bz2
Normal file
3
kombu-1.3.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d599b74ea6b1407c1f878157368941239c03d013b7c3f0e114f4f36045612ad2
|
||||
size 683291
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 01:15:42 UTC 2011 - alexandre@exatati.com.br
|
||||
|
||||
- Update to 1.3.2:
|
||||
* Broke Python 2.5 compatibility by importing parse_qsl from urlparse
|
||||
* Connection.default_channel is now closed when connection is revived
|
||||
after connection failures.
|
||||
* Pika: Channel now supports the connection.client attribute
|
||||
as required by the simple interface.
|
||||
* pools.set_limit now raises an exception if the limit is lower
|
||||
than the previous limit.
|
||||
* pools.set_limit no longer resets the pools.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 8 01:40:01 UTC 2011 - alexandre@exatati.com.br
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define mod_name kombu
|
||||
|
||||
Name: python-%{mod_name}
|
||||
Version: 1.3.1
|
||||
Version: 1.3.2
|
||||
Release: 0
|
||||
License: BSD License
|
||||
Summary: AMQP Messaging Framework for Python
|
||||
|
Loading…
Reference in New Issue
Block a user