forked from pool/python-kombu
- Update to 2.2.4:
- Support for msgpack-python 0.2.0 (Issue #143) The latest msgpack version no longer supports Python 2.5, so if you're still using that you need to depend on an earlier msgpack-python version. Fix contributed by Sebastian Insua - kombu.common.maybe_declare no longer caches entities with the auto_delete flag set. - New experimental filesystem transport. Contributed by Bobby Beever. - Virtual Transports: Now support anonymous queues and exchanges. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=43
This commit is contained in:
parent
65270b90ef
commit
c0acd0ee26
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a9c41474c0d077fd05f5e8d9268ac61118a99f27386dc7bf1fd427afc8e6748
|
||||
size 255191
|
3
kombu-2.2.4.tar.bz2
Normal file
3
kombu-2.2.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef98c90420a016104d978753853fe8f794e2ffd2c7a469fc23f3df11b1dcc343
|
||||
size 256902
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 5 16:30:11 UTC 2012 - alexandre@exatati.com.br
|
||||
|
||||
- Update to 2.2.4:
|
||||
- Support for msgpack-python 0.2.0 (Issue #143)
|
||||
The latest msgpack version no longer supports Python 2.5, so if you're
|
||||
still using that you need to depend on an earlier msgpack-python version.
|
||||
|
||||
Fix contributed by Sebastian Insua
|
||||
- kombu.common.maybe_declare no longer caches entities with the
|
||||
auto_delete flag set.
|
||||
- New experimental filesystem transport.
|
||||
Contributed by Bobby Beever.
|
||||
- Virtual Transports: Now support anonymous queues and exchanges.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 25 02:37:27 UTC 2012 - alexandre@exatati.com.br
|
||||
|
||||
|
@ -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: 2.2.3
|
||||
Version: 2.2.4
|
||||
Release: 0
|
||||
License: BSD-2-Clause
|
||||
Summary: AMQP Messaging Framework for Python
|
||||
|
Loading…
Reference in New Issue
Block a user