[packages/python-celery] - rel 3; disable python3 - it is in python3-celery.spec now
arekm
arekm at pld-linux.org
Thu Mar 4 23:40:44 CET 2021
commit 542c9da40edafccd73d4cee140c25bb9b0fb970b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Thu Mar 4 23:40:38 2021 +0100
- rel 3; disable python3 - it is in python3-celery.spec now
python-celery.spec | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
---
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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-celery.git/commitdiff/542c9da40edafccd73d4cee140c25bb9b0fb970b
More information about the pld-cvs-commit
mailing list