15
0
forked from pool/python-celery

Accepting request 304757 from home:benoit_monin:branches:devel:languages:python

- update to version 3.1.18
- increase required version of python-kombu to 3.0.25
- increase required version of python-billiard to 3.3.0.20
- reenable the tests, expect for SLE11. And add -q to avoid spamming the build log
- add the license to package documentation

OBS-URL: https://build.opensuse.org/request/show/304757
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=89
This commit is contained in:
Denisart Benjamin
2015-05-03 10:11:12 +00:00
committed by Git OBS Bridge
parent b29668087d
commit 220e0bf323
4 changed files with 85 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-celery
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-celery
Version: 3.1.16
Version: 3.1.18
Release: 0
Url: http://celeryproject.org
Summary: Distributed Task Queue
@@ -33,7 +33,7 @@ BuildRequires: python-dateutil
BuildRequires: python-devel
BuildRequires: python-eventlet
BuildRequires: python-gevent
BuildRequires: python-kombu >= 3.0.6
BuildRequires: python-kombu >= 3.0.25
BuildRequires: python-mock
BuildRequires: python-nose-cover3
BuildRequires: python-pyOpenSSL
@@ -48,7 +48,7 @@ Requires: python-importlib
Requires: python-ordereddict
%endif
Requires: python-anyjson
Requires: python-billiard >= 3.3.0.8
Requires: python-billiard >= 3.3.0.20
Requires: python-dateutil
Recommends: python-curses
Recommends: python-pyOpenSSL
@@ -78,15 +78,15 @@ python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
#TODO: Reenable if errors are fixed:
#%%check
#python setup.py test
%if 0%{?suse_version} > 1110
%check
python setup.py -q test
%endif
%files
%defattr(-,root,root,-)
%{python_sitelib}/*
%doc Changelog README.rst TODO
#%{_bindir}/camqadm
%doc Changelog README.rst TODO LICENSE
%{_bindir}/celery*
%changelog