[packages/python-schema] - disabled python3 here, release 4
qboosh
qboosh at pld-linux.org
Sun Oct 26 11:55:19 CET 2025
commit e480c4e13761bddeb8ce41136954eeb977d6946b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Oct 26 11:55:11 2025 +0100
- disabled python3 here, release 4
python-schema.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-schema.spec b/python-schema.spec
index d808d79..8d23cdf 100644
--- a/python-schema.spec
+++ b/python-schema.spec
@@ -2,7 +2,7 @@
# Conditional build:
%bcond_without tests # unit tests
%bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
+%bcond_with python3 # CPython 3.x module (built from python3-schema.spec)
Summary: Schema validation just got Pythonic
Summary(pl.UTF-8): Pythonowe sprawdzanie zgodności ze schematem
@@ -10,7 +10,7 @@ Name: python-schema
# keep 0.7.4 here for python2 support
# (despite python 2.x in classifiers, 0.7.5 uses inspect.signature, which requires python 3.3+)
Version: 0.7.4
-Release: 3
+Release: 4
License: MIT
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/schema/
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-schema.git/commitdiff/e480c4e13761bddeb8ce41136954eeb977d6946b
More information about the pld-cvs-commit
mailing list