Accepting request 305759 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/305759
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=45
This commit is contained in:
Stephan Kulow 2015-05-10 08:46:41 +00:00 committed by Git OBS Bridge
commit 9243c2ec4c
4 changed files with 19 additions and 9 deletions

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu May 7 09:39:00 UTC 2015 - benoit.monin@gmx.fr
- update to 3.0.26:
* Fixed compatibility with py-redis versions before 2.10.3
(Issue #470)
- update project URL
- set a minimum version for python-anyjson in BuildRequires
- add back python-msgpack-python as test requirement
- pass -q to test to avoid spamming the build log
-------------------------------------------------------------------
Wed Apr 22 13:39:19 UTC 2015 - tbechtold@suse.com

View File

@ -17,23 +17,22 @@
Name: python-kombu
Version: 3.0.25
Version: 3.0.26
Release: 0
Summary: AMQP Messaging Framework for Python
License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://github.com/ask/kombu/
Url: https://github.com/celery/kombu
Source: http://pypi.python.org/packages/source/k/kombu/kombu-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-setuptools
# Test requirements:
BuildRequires: python-PyYAML
BuildRequires: python-amqp >= 1.4.6
BuildRequires: python-anyjson
BuildRequires: python-anyjson >= 0.3.3
BuildRequires: python-boto
BuildRequires: python-mock
#NOTE(saschpe): Disable optional test for now util issues are resolved
#BuildRequires: python-msgpack-python
BuildRequires: python-msgpack-python
BuildRequires: python-nose-cover3
BuildRequires: python-unittest2 >= 0.5.0
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
@ -78,7 +77,7 @@ python setup.py build
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%check
python setup.py test
python setup.py -q test
%files
%defattr(-,root,root,-)