]> git.pld-linux.org Git - packages/python-celery.git/commitdiff
- rel 3; disable python3 - it is in python3-celery.spec now auto/th/python-celery-4.4.0-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 4 Mar 2021 22:40:38 +0000 (23:40 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 4 Mar 2021 22:40:38 +0000 (23:40 +0100)
python-celery.spec

index 2c4a1ad91636cecb58893faf2b6bd438945a34d1..728b825e48c395658ffddd7ec46bd1e8c55765e6 100644 (file)
@@ -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
This page took 0.100052 seconds and 4 git commands to generate.