Compare commits

...

1 Commits

Author SHA1 Message Date
0991992f83
Bootstrap for Python 3.13 (riscv64)
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-07-09 10:09:43 +03:00

View File

@ -1,3 +1,4 @@
%global _with_bootstrap 1
%global pypi_name packaging
# Specify --with bootstrap to build in bootstrap mode
@ -22,7 +23,7 @@
Name: python-%{pypi_name}
Version: 24.1
Release: 1%{?dist}
Release: 1.0.riscv64%{?dist}
Summary: Core utilities for Python packages
License: BSD-2-Clause OR Apache-2.0
@ -136,6 +137,9 @@ echo '%{python3_sitelib}/packaging*' > %{pyproject_files}
%changelog
* Tue Jul 09 2024 David Abdurachmanov <davidlt@rivosinc.com> - 24.1-1.0.riscv64
- Bootstrap for Python 3.13 (riscv64)
* Mon Jun 10 2024 Lumír Balhar <lbalhar@redhat.com> - 24.1-1
- Update to 24.1 (rhbz#2291172)