forked from pool/python-celery
Accepting request 209069 from home:appleonkel:branches:devel:languages:python
update to 3.1.5 OBS-URL: https://build.opensuse.org/request/show/209069 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=85
This commit is contained in:
committed by
Git OBS Bridge
parent
c4515bb889
commit
a5e4529f5c
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-celery
|
||||
Version: 3.0.23
|
||||
Version: 3.1.5
|
||||
Release: 0
|
||||
Url: http://celeryproject.org
|
||||
Summary: Distributed Task Queue
|
||||
@@ -26,17 +26,20 @@ Group: Development/Languages/Python
|
||||
Source: https://pypi.python.org/packages/source/c/celery/celery-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-SQLAlchemy
|
||||
BuildRequires: python-billiard
|
||||
BuildRequires: python-cl
|
||||
BuildRequires: python-curses
|
||||
BuildRequires: python-dateutil
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-eventlet
|
||||
BuildRequires: python-gevent
|
||||
BuildRequires: python-kombu >= 2.5.10
|
||||
BuildRequires: python-kombu >= 3.0.6
|
||||
BuildRequires: python-mock
|
||||
BuildRequires: python-nose-cover3
|
||||
BuildRequires: python-pyOpenSSL
|
||||
BuildRequires: python-pytz
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python-unittest2
|
||||
%if 0%{?suse_version} == 1110
|
||||
BuildRequires: python-importlib
|
||||
BuildRequires: python-ordereddict
|
||||
@@ -45,7 +48,7 @@ Requires: python-importlib
|
||||
Requires: python-ordereddict
|
||||
%endif
|
||||
Requires: python-anyjson
|
||||
Requires: python-billiard >= 2.7.3.28
|
||||
Requires: python-billiard >= 3.3.0.8
|
||||
Requires: python-dateutil
|
||||
Recommends: python-curses
|
||||
Recommends: python-pyOpenSSL
|
||||
@@ -83,7 +86,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
%defattr(-,root,root,-)
|
||||
%{python_sitelib}/*
|
||||
%doc Changelog README.rst TODO
|
||||
%{_bindir}/camqadm
|
||||
#%{_bindir}/camqadm
|
||||
%{_bindir}/celery*
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user