[packages/python-pysha3] - note on python 3.9+
qboosh
qboosh at pld-linux.org
Sun Jul 13 15:30:51 CEST 2025
commit 6a8bfb5bfd743e25eb5e64cab4ee5dfa25bdccd6
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Jul 13 15:32:07 2025 +0200
- note on python 3.9+
python-pysha3.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/python-pysha3.spec b/python-pysha3.spec
index 0a2a685..30acc39 100644
--- a/python-pysha3.spec
+++ b/python-pysha3.spec
@@ -2,7 +2,7 @@
# Conditional build:
%bcond_without tests # unit tests
%bcond_without python2 # CPython 2.x module
-%bcond_with python3 # CPython 3.x module (incompatible with 3.9+)
+%bcond_with python3 # CPython 3.x module (incompatible with 3.9+, see python3-safe-pysha3.spec instead)
Summary: SHA-3 (Keccak) for Python 2
Summary(pl.UTF-8): SHA-3 (Keccak) dla Pythona 2
@@ -21,6 +21,7 @@ BuildRequires: python-setuptools
%endif
%if %{with python3}
BuildRequires: python3-devel >= 1:3.4
+BuildRequires: python3-devel < 1:3.9
BuildRequires: python3-setuptools
%endif
BuildRequires: rpm-pythonprov
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-pysha3.git/commitdiff/6a8bfb5bfd743e25eb5e64cab4ee5dfa25bdccd6
More information about the pld-cvs-commit
mailing list