From ef8d3552bd12cb32841743a23c58be2cef5c1b5c Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 16:09:46 +0200 Subject: [PATCH] Bootstrap for Python 3.12 --- python-wheel.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-wheel.spec b/python-wheel.spec index 17b42bf..2adaddb 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -1,3 +1,4 @@ +%global _with_bootstrap 1 # The function of bootstrap is that it disables the wheel subpackage %bcond bootstrap 0 # Default: when bootstrapping -> disable tests @@ -13,7 +14,7 @@ Name: python-%{pypi_name} Version: 0.40.0 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Summary: Built-package format for Python @@ -148,6 +149,9 @@ install -p %{_pyproject_wheeldir}/%{python_wheel_name} -t %{buildroot}%{python_w %{python_wheel_dir}/%{python_wheel_name} %changelog +* Tue Jun 13 2023 Python Maint - 1:0.40.0-2 +- Bootstrap for Python 3.12 + * Tue Mar 14 2023 Maxwell G - 1:0.40.0-1 - Update to 0.40.0. Fixes rhbz#2178246.