SHA256
1
0
forked from pool/python-kombu

- Removed tests as qe do not have python-amqp (only python-amqplib).

- Update to 2.4.2:
  - Having an empty transport name broke in 2.4.1.
- Aditional changes from 2.4.1:
  - Redis: Fixed race condition that could cause the consumer to
    crash (Issue #151)
    Often leading to the error message "could not convert string to
    float"
  - Connection retry could cause an inifite loop (Issue #145).
  - The amqp alias is now resolved at runtime, so that eventlet
    detection works even if patching was done later.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=50
This commit is contained in:
Alexandre Rogoski 2012-08-24 19:56:58 +00:00 committed by Git OBS Bridge
parent e5dd14f468
commit f34966a9c7
4 changed files with 21 additions and 6 deletions

View File

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

3
kombu-2.4.2.tar.gz Normal file
View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Aug 24 19:46:11 UTC 2012 - alexandre@exatati.com.br
- Removed tests as qe do not have python-amqp (only python-amqplib).
- Update to 2.4.2:
- Having an empty transport name broke in 2.4.1.
- Aditional changes from 2.4.1:
- Redis: Fixed race condition that could cause the consumer to
crash (Issue #151)
Often leading to the error message "could not convert string to
float"
- Connection retry could cause an inifite loop (Issue #145).
- The amqp alias is now resolved at runtime, so that eventlet
detection works even if patching was done later.
-------------------------------------------------------------------
Fri Aug 17 20:24:04 UTC 2012 - alexandre@exatati.com.br

View File

@ -16,7 +16,7 @@
#
Name: python-kombu
Version: 2.4.0
Version: 2.4.2
Release: 0
License: BSD-2-Clause
Summary: AMQP Messaging Framework for Python
@ -70,8 +70,8 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%check
# Testsuite requires mkgpack-python < 0.2.0 because it dropped Python-2.5 support.
# This makes no sense for us, thus:
sed -i "s/msgpack-python.*/msgpack-python/" requirements/test.txt
python setup.py test
#sed -i "s/msgpack-python.*/msgpack-python/" requirements/test.txt
#python setup.py test
%files
%defattr(-,root,root,-)