15
0
forked from pool/python-celery

- Update to 4.3.0:

* See the changelog for in-depth details
- Remove merged patches:
  * python37-1.patch
  * python37-2.patch
  * python37-3.patch
  * disable-pytest-log-capturing.patch
  * celery-no-redis.patch
  * relax-billiard-pin.patch
- Rebase patch unpin-pytest.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=118
This commit is contained in:
Tomáš Chvátal
2019-07-19 13:08:05 +00:00
committed by Git OBS Bridge
parent d413c69c23
commit 6ce21c9090
11 changed files with 38 additions and 282 deletions

View File

@@ -18,41 +18,37 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-celery
Version: 4.2.1
Version: 4.3.0
Release: 0
Summary: Distributed Task Queue module for Python
License: BSD-3-Clause
Group: Development/Languages/Python
URL: http://celeryproject.org
Source: https://files.pythonhosted.org/packages/source/c/celery/celery-%{version}.tar.gz
Patch0: disable-pytest-log-capturing.patch
Patch1: celery-no-redis.patch
Patch2: unpin-pytest.patch
Patch3: relax-billiard-pin.patch
# Upstream patches for Python 3.7 support
Patch4: python37-1.patch
Patch5: python37-2.patch
Patch6: python37-3.patch
BuildRequires: %{python_module SQLAlchemy}
BuildRequires: %{python_module billiard >= 3.5.0.2}
BuildRequires: %{python_module billiard >= 3.6.0}
BuildRequires: %{python_module boto3 >= 1.9.125}
BuildRequires: %{python_module case >= 1.3.1}
BuildRequires: %{python_module curses}
BuildRequires: %{python_module eventlet}
BuildRequires: %{python_module gevent}
BuildRequires: %{python_module kombu >= 4.0.2}
BuildRequires: %{python_module kombu >= 4.4.0}
BuildRequires: %{python_module moto >= 1.3.7}
BuildRequires: %{python_module pyOpenSSL}
BuildRequires: %{python_module pytest >= 3.0}
BuildRequires: %{python_module pytest >= 4.3.1}
BuildRequires: %{python_module python-dateutil}
BuildRequires: %{python_module pytz >= 2016.7}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module vine >= 1.3.0}
BuildRequires: fdupes
BuildRequires: netcfg
BuildRequires: python-rpm-macros
Requires: python-billiard >= 3.5.0.2
Requires: python-kombu >= 4.0.2
Requires: python-billiard >= 3.6.0
Requires: python-kombu >= 4.4.0
Requires: python-python-dateutil
Requires: python-pytz >= 2016.7
Requires: python-vine
Requires: python-vine >= 1.3.0
%ifpython3
Requires: python3-dbm
%endif
@@ -74,6 +70,8 @@ scheduling as well.
%prep
%setup -q -n celery-%{version}
%autopatch -p1
# do not hardcode versions
sed -i -e 's:==:>=:g' requirements/*.txt
%build
%python_build