Bootstrap for Python 3.12 (riscv64)

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-12-07 14:06:53 +02:00
parent 7373c53f40
commit aea855d1ca
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,4 @@
%global _without_tests 1
%global pypi_name fonttools
%global desc \
fontTools is a library for manipulating fonts, written in Python. The project \
@ -7,7 +8,7 @@ OpenType, AFM and to an extent Type 1 and some Mac-specific formats.
Name: fonttools
Version: 4.46.0
Release: 1%{?dist}
Release: 1.0.riscv64%{?dist}
Summary: Tools to manipulate font files
# https://spdx.org/licenses/MIT.html
@ -96,6 +97,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{python3} -m pytest --ignore Tests/o
%{python3_sitearch}/%{name}-%{version}-py%{python3_version}.egg-info
%changelog
* Thu Dec 07 2023 David Abdurachmanov <davidlt@rivosinc.com> - 4.46.0-1.0.riscv64
- Bootstrap for Python 3.12 (riscv64)
* Tue Dec 05 2023 Parag Nemade <pnemade AT redhat DOT com> - 4.46.0-1
- Update to 4.46.0 version (#2252586)