Rebuilt for Python 3.12

This commit is contained in:
Python Maint 2023-06-16 08:20:04 +02:00 committed by Miro Hrončok
parent ef8d3552bd
commit e11ad42294

View File

@ -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 <python-maint@redhat.com> - 1:0.40.0-3
- Rebuilt for Python 3.12
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1:0.40.0-2
- Bootstrap for Python 3.12