From a13c80a2a0d98ec0f301eb897411c32762e020de Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 6 Jun 2024 16:15:54 +0200 Subject: [PATCH] Build as non-main Python --- python3.12.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python3.12.spec b/python3.12.spec index 6d23850..68a16a2 100644 --- a/python3.12.spec +++ b/python3.12.spec @@ -17,7 +17,7 @@ URL: https://www.python.org/ #global prerel ... %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 2%{?dist} +Release: 3%{?dist} License: Python-2.0.1 @@ -1704,6 +1704,9 @@ CheckPython optimized # ====================================================== %changelog +* Thu Jun 06 2024 Python Maint - 3.12.3-3 +- Build as non-main Python + * Wed Apr 17 2024 Miro HronĨok - 3.12.3-2 - Require expat >= 2.6 to prevent errors when creating venvs with older expat