Rebuilt for Python 3.13

This commit is contained in:
Python Maint 2024-06-07 20:41:48 +02:00 committed by Miro Hrončok
parent 3b5ecac854
commit 52a392b416

View File

@ -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.
%bcond bootstrap 0
@ -9,7 +8,7 @@
Name: python-flit-core
Version: 3.9.0
Release: 7%{?dist}
Release: 8%{?dist}
Summary: PEP 517 build backend for packages using Flit
# flit-core is BSD-3-Clause
@ -101,6 +100,9 @@ rm -r %{buildroot}%{python3_sitelib}/flit_core/tests/
%changelog
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 3.9.0-8
- Rebuilt for Python 3.13
* Thu Jun 06 2024 Python Maint <python-maint@redhat.com> - 3.9.0-7
- Bootstrap for Python 3.13