Accepting request 186537 from devel:languages:python
- update to 1.0.12: * Redis: Ignore errors about keys missing in the round-robin cycle. * Fixed test suite errors on Python 3. * Fixed msgpack test failures. * librabbitmq: Fixed a cyclic reference at connection close. * Now depends on amqp 1.0.12 (Py3 compatibility issues). (forwarded request 186471 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/186537 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=30
This commit is contained in:
commit
ff13041788
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01c1e56fe88053b6e7801682277c4cc8318c485d8bd47c830c08567bfac680e2
|
||||
size 304810
|
3
kombu-2.5.12.tar.gz
Normal file
3
kombu-2.5.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc5b33eb96fd2d3846bd0b2fec34cfacf8205b69a1669a17c97af77bc6f1aa09
|
||||
size 306807
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 21:12:17 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update to 1.0.12:
|
||||
* Redis: Ignore errors about keys missing in the round-robin cycle.
|
||||
* Fixed test suite errors on Python 3.
|
||||
* Fixed msgpack test failures.
|
||||
* librabbitmq: Fixed a cyclic reference at connection close.
|
||||
* Now depends on amqp 1.0.12 (Py3 compatibility issues).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 30 09:45:52 UTC 2013 - speilicke@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-kombu
|
||||
Version: 2.5.10
|
||||
Version: 2.5.12
|
||||
Release: 0
|
||||
Summary: AMQP Messaging Framework for Python
|
||||
License: BSD-3-Clause
|
||||
@ -25,20 +25,17 @@ Group: Development/Languages/Python
|
||||
Url: http://github.com/ask/kombu/
|
||||
Source: http://pypi.python.org/packages/source/k/kombu/kombu-%{version}.tar.gz
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-distribute
|
||||
BuildRequires: python-setuptools
|
||||
# Test requirements:
|
||||
BuildRequires: python-PyYAML
|
||||
BuildRequires: python-amqp
|
||||
BuildRequires: python-amqplib
|
||||
BuildRequires: python-anyjson
|
||||
BuildRequires: python-boto
|
||||
#BuildRequires: python-couchdb
|
||||
BuildRequires: python-mock
|
||||
#NOTE(saschpe): Disable optional test for now util issues are resolved
|
||||
#BuildRequires: python-msgpack-python
|
||||
BuildRequires: python-nose-cover3
|
||||
#BuildRequires: python-pymongo
|
||||
#BuildRequires: python-redis
|
||||
BuildRequires: python-unittest2 >= 0.5.0
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
BuildRequires: python-importlib
|
||||
@ -46,7 +43,7 @@ BuildRequires: python-ordereddict
|
||||
Requires: python-importlib
|
||||
Requires: python-ordereddict
|
||||
%endif
|
||||
Requires: python-amqp >= 1.0.11
|
||||
Requires: python-amqp >= 1.0.12
|
||||
Requires: python-anyjson >= 0.3.3
|
||||
Recommends: couchdb
|
||||
Recommends: mongodb
|
||||
@ -75,7 +72,7 @@ provide proven and tested solutions to common messaging problems.
|
||||
# For rpmlint warning: remove shebang from python library:
|
||||
sed -i '/^#!/d' ./kombu/tests/test_serialization.py
|
||||
# NOTE(saschpe): We have a newer python-amqp, but this shouldn't be an issue:
|
||||
sed -i -e "s|amqp>=1.0.11,<1.1.0|amqp>=1.0.11|" requirements/default.txt kombu.egg-info/requires.txt
|
||||
sed -i -e "s|amqp>=1.0.12,<1.1.0|amqp>=1.0.12|" requirements/default.txt kombu.egg-info/requires.txt
|
||||
# NOTE(saschpe): 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
|
||||
|
Loading…
Reference in New Issue
Block a user