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