15
0
forked from pool/python-celery

Accepting request 767588 from home:mcalabkova:branches:devel:languages:python

- update to 4.4.0
  * Python 3.4 drop
  * Replace deprecated PyMongo methods usage
  * Avoid serializing datetime
  * fixed call for null args
  * Fix termination of asyncloop
  * Python 3.8
  * Fix a race condition when publishing a very large chord header
- Drop unneeded patch pytest5.patch
- Reapplied unpin-pytest.patch

OBS-URL: https://build.opensuse.org/request/show/767588
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=126
This commit is contained in:
2020-01-27 10:23:22 +00:00
committed by Git OBS Bridge
parent 6dc160b992
commit 348edfc53e
6 changed files with 40 additions and 47 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-celery
#
# Copyright (c) 2019 SUSE LLC.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,23 +26,22 @@
%bcond_with test
%endif
%bcond_with ringdisabled
%bcond_without python2
Name: python-celery%{psuffix}
Version: 4.3.0
Version: 4.4.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: pytest5.patch
Patch2: unpin-pytest.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: netcfg
BuildRequires: python-rpm-macros
Requires: python-billiard >= 3.6.0
Requires: python-kombu >= 4.4.0
Requires: python-python-dateutil
Requires: python-billiard >= 3.6.1
Requires: python-kombu >= 4.6.7
Requires: python-pytz >= 2016.7
Requires: python-vine >= 1.3.0
Recommends: python-curses
@@ -55,26 +54,27 @@ Suggests: python-pytyrant
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module SQLAlchemy}
BuildRequires: %{python_module billiard >= 3.6.0}
BuildRequires: %{python_module boto3 >= 1.9.125}
BuildRequires: %{python_module billiard >= 3.6.1}
BuildRequires: %{python_module boto3 >= 1.9.178}
BuildRequires: %{python_module case >= 1.3.1}
BuildRequires: %{python_module curses}
BuildRequires: %{python_module eventlet}
BuildRequires: %{python_module gevent}
BuildRequires: %{python_module kombu >= 4.4.0}
BuildRequires: %{python_module kombu >= 4.6.7}
BuildRequires: %{python_module moto >= 1.3.7}
BuildRequires: %{python_module msgpack}
BuildRequires: %{python_module pyOpenSSL}
BuildRequires: %{python_module pytest >= 4.3.1}
BuildRequires: %{python_module python-dateutil}
BuildRequires: %{python_module pymongo}
BuildRequires: %{python_module pytest >= 4.6.0}
BuildRequires: %{python_module pytz >= 2016.7}
BuildRequires: %{python_module vine >= 1.3.0}
%if %{with python2}
BuildRequires: %{python_module python-dateutil >= 2.1}
%endif
%if %{with ringdisabled}
ExclusiveArch: do-not-build
%endif
%endif
%ifpython3
Requires: python3-dbm
%endif
%python_subpackages
%description
@@ -106,7 +106,7 @@ sed -i -e 's:==:>=:g' requirements/*.txt
%files %{python_files}
%{python_sitelib}/*
%license LICENSE
%doc Changelog README.rst TODO
%doc README.rst TODO
%python3_only %{_bindir}/celery*
%endif