2010-03-31 13:17:07 +00:00
|
|
|
#
|
2011-03-26 02:10:00 +00:00
|
|
|
# spec file for package python-celery
|
2010-03-31 13:17:07 +00:00
|
|
|
#
|
2019-01-31 15:33:35 +00:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2010-03-31 13:17:07 +00:00
|
|
|
#
|
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
2012-04-11 18:32:40 +00:00
|
|
|
|
2018-12-04 13:19:07 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2010-03-31 13:17:07 +00:00
|
|
|
#
|
|
|
|
|
|
2011-03-26 02:10:00 +00:00
|
|
|
|
2017-09-05 09:39:58 +00:00
|
|
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
2011-11-07 23:30:03 +00:00
|
|
|
Name: python-celery
|
2018-08-16 11:11:59 +00:00
|
|
|
Version: 4.2.1
|
2011-03-26 02:10:00 +00:00
|
|
|
Release: 0
|
2017-07-10 13:51:44 +00:00
|
|
|
Summary: Distributed Task Queue module for Python
|
2012-04-11 18:32:40 +00:00
|
|
|
License: BSD-3-Clause
|
2011-03-26 02:10:00 +00:00
|
|
|
Group: Development/Languages/Python
|
2018-05-02 08:47:08 +00:00
|
|
|
URL: http://celeryproject.org
|
2017-06-30 12:18:41 +00:00
|
|
|
Source: https://files.pythonhosted.org/packages/source/c/celery/celery-%{version}.tar.gz
|
2018-05-02 08:47:08 +00:00
|
|
|
Patch0: disable-pytest-log-capturing.patch
|
2018-08-16 11:11:59 +00:00
|
|
|
Patch1: celery-no-redis.patch
|
2019-01-31 15:33:35 +00:00
|
|
|
Patch2: no-async.patch
|
2017-09-05 09:39:58 +00:00
|
|
|
BuildRequires: %{python_module SQLAlchemy}
|
|
|
|
|
BuildRequires: %{python_module billiard >= 3.5.0.2}
|
|
|
|
|
BuildRequires: %{python_module case >= 1.3.1}
|
|
|
|
|
BuildRequires: %{python_module cl}
|
|
|
|
|
BuildRequires: %{python_module curses}
|
|
|
|
|
BuildRequires: %{python_module eventlet}
|
|
|
|
|
BuildRequires: %{python_module gevent}
|
|
|
|
|
BuildRequires: %{python_module kombu >= 4.0.2}
|
|
|
|
|
BuildRequires: %{python_module pyOpenSSL}
|
|
|
|
|
BuildRequires: %{python_module pytest >= 3.0}
|
2017-10-02 12:25:32 +00:00
|
|
|
BuildRequires: %{python_module python-dateutil}
|
2017-09-05 09:39:58 +00:00
|
|
|
BuildRequires: %{python_module pytz}
|
|
|
|
|
BuildRequires: %{python_module setuptools}
|
2017-06-30 12:18:41 +00:00
|
|
|
BuildRequires: fdupes
|
|
|
|
|
BuildRequires: netcfg
|
2017-09-05 09:39:58 +00:00
|
|
|
BuildRequires: python-rpm-macros
|
2017-06-30 12:18:41 +00:00
|
|
|
Requires: python-billiard >= 3.5.0.2
|
2017-11-30 09:55:38 +00:00
|
|
|
Requires: python-kombu >= 4.0.2
|
2017-09-05 09:39:58 +00:00
|
|
|
Requires: python-python-dateutil
|
2017-11-30 09:55:38 +00:00
|
|
|
Requires: python-vine
|
2012-03-10 17:57:30 +00:00
|
|
|
Recommends: python-curses
|
|
|
|
|
Recommends: python-pyOpenSSL
|
|
|
|
|
Suggests: python-eventlet
|
|
|
|
|
Suggests: python-gevent
|
|
|
|
|
Suggests: python-pymongo
|
2012-04-13 17:24:03 +00:00
|
|
|
Suggests: python-python-daemon
|
2012-03-10 17:57:30 +00:00
|
|
|
Suggests: python-pytyrant
|
2009-12-22 18:46:27 +00:00
|
|
|
BuildArch: noarch
|
2017-09-05 09:39:58 +00:00
|
|
|
%python_subpackages
|
2009-09-22 15:08:54 +00:00
|
|
|
|
|
|
|
|
%description
|
2017-07-10 13:51:44 +00:00
|
|
|
Celery is an asynchronous task queue/job queue based on distributed
|
|
|
|
|
message passing. It is focused on real-time operation, but supports
|
|
|
|
|
scheduling as well.
|
2009-09-22 15:08:54 +00:00
|
|
|
|
|
|
|
|
%prep
|
2011-11-07 23:30:03 +00:00
|
|
|
%setup -q -n celery-%{version}
|
2018-08-16 11:11:59 +00:00
|
|
|
%autopatch -p1
|
|
|
|
|
sed -i -e 's:,<3.3::g' requirements/test.txt
|
2009-09-22 15:08:54 +00:00
|
|
|
|
|
|
|
|
%build
|
2017-09-05 09:39:58 +00:00
|
|
|
%python_build
|
2009-09-22 15:08:54 +00:00
|
|
|
|
|
|
|
|
%install
|
2017-09-05 09:39:58 +00:00
|
|
|
%python_install
|
2018-12-06 11:29:03 +00:00
|
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
2011-03-26 02:10:00 +00:00
|
|
|
|
2015-05-03 10:11:12 +00:00
|
|
|
%check
|
2018-08-16 11:11:59 +00:00
|
|
|
%python_exec setup.py test
|
2012-03-10 17:57:30 +00:00
|
|
|
|
2017-09-05 09:39:58 +00:00
|
|
|
%files %{python_files}
|
2012-04-13 17:24:03 +00:00
|
|
|
%{python_sitelib}/*
|
2018-05-02 08:47:08 +00:00
|
|
|
%license LICENSE
|
|
|
|
|
%doc Changelog README.rst TODO
|
2017-09-05 09:39:58 +00:00
|
|
|
%python3_only %{_bindir}/celery*
|
2009-09-22 15:08:54 +00:00
|
|
|
|
2011-03-26 02:10:00 +00:00
|
|
|
%changelog
|