SHA256
1
0
forked from pool/python-kombu

- Update to 2.2.5:

- Pidbox: Now sets queue expire at 10 seconds for reply queues.
  - EventIO: Now ignores ``ValueError`` raised by epoll unregister.
  - MongoDB: Fixes Issue #142
    Fix by Flavio Percoco Premoli

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=44
This commit is contained in:
Alexandre Rogoski 2012-07-10 16:37:51 +00:00 committed by Git OBS Bridge
parent c0acd0ee26
commit d048eb114c
4 changed files with 13 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jul 10 16:34:37 UTC 2012 - alexandre@exatati.com.br
- Update to 2.2.5:
- Pidbox: Now sets queue expire at 10 seconds for reply queues.
- EventIO: Now ignores ``ValueError`` raised by epoll unregister.
- MongoDB: Fixes Issue #142
Fix by Flavio Percoco Premoli
-------------------------------------------------------------------
Thu Jul 5 16:30:11 UTC 2012 - 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: 2.2.4
Version: 2.2.5
Release: 0
License: BSD-2-Clause
Summary: AMQP Messaging Framework for Python