From d45f5890a38790079b60b374a3fd715f47148b80 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 16 Jun 2023 08:18:06 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-flit-core.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-flit-core.spec b/python-flit-core.spec index ce61b6f..884e209 100644 --- a/python-flit-core.spec +++ b/python-flit-core.spec @@ -1,4 +1,3 @@ -%global _with_bootstrap 1 # When bootstrapping new Python we need to build flit in bootstrap mode. # The Python RPM dependency generators and pip are not yet available. # When building in bootstrap mode, only flit-core is built. @@ -10,7 +9,7 @@ Name: python-flit-core Version: 3.9.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: PEP 517 build backend for packages using Flit # flit-core is BSD-3-Clause @@ -102,6 +101,9 @@ rm -r %{buildroot}%{python3_sitelib}/flit_core/tests/ %changelog +* Fri Jun 16 2023 Python Maint - 3.9.0-3 +- Rebuilt for Python 3.12 + * Tue Jun 13 2023 Python Maint - 3.9.0-2 - Bootstrap for Python 3.12