[packages/python-decorator] - disable python3 here, release 8
qboosh
qboosh at pld-linux.org
Sat Jan 17 18:47:33 CET 2026
commit d00cae1a601da8308129002207e119df384a8ef9
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Jan 17 18:47:36 2026 +0100
- disable python3 here, release 8
python-decorator.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-decorator.spec b/python-decorator.spec
index e7d94dd..8dfdf44 100644
--- a/python-decorator.spec
+++ b/python-decorator.spec
@@ -1,7 +1,7 @@
#
# Conditional build:
%bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
+%bcond_with python3 # CPython 3.x module (built from python3-decorator.spec)
%bcond_without tests # test suite
%define module decorator
@@ -10,7 +10,7 @@ Summary(pl.UTF-8): Zbiór ładnych dekoratorów dla Pythona 2
Name: python-%{module}
# keep 4.x here for python2 support
Version: 4.4.2
-Release: 7
+Release: 8
License: BSD
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/decorator/
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-decorator.git/commitdiff/d00cae1a601da8308129002207e119df384a8ef9
More information about the pld-cvs-commit
mailing list