From: Arkadiusz Miƛkiewicz Date: Thu, 4 Mar 2021 22:40:38 +0000 (+0100) Subject: - rel 3; disable python3 - it is in python3-celery.spec now X-Git-Tag: auto/th/python-celery-4.4.0-3 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=542c9da40edafccd73d4cee140c25bb9b0fb970b;p=packages%2Fpython-celery.git - rel 3; disable python3 - it is in python3-celery.spec now --- diff --git a/python-celery.spec b/python-celery.spec index 2c4a1ad..728b825 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -8,8 +8,8 @@ %bcond_with doc # do build doc (too much dependencies to be worth the trouble) %bcond_with tests # run tests (broken) %bcond_without python2 # CPython 2.x module -%bcond_without python3 # CPython 3.x module -%bcond_without python3_default # Use Python 3.x for celery executables +%bcond_with python3 # CPython 3.x module +%bcond_with python3_default # Use Python 3.x for celery executables %if %{without python3} %undefine python3_default @@ -18,8 +18,9 @@ %define module celery Summary: Celery - Distributed Task Query Name: python-%{module} +# keep python 2 version 4.x here; python3 in python3-celery.spec Version: 4.4.0 -Release: 2 +Release: 3 License: BSD-like Group: Development/Languages/Python # Source0: https://files.pythonhosted.org/packages/source/c/%{module}/%{module}-%{version}.tar.gz