Rebuilt for Python 3.12
This commit is contained in:
parent
adc135f3e0
commit
af55fd2a96
@ -1,4 +1,3 @@
|
||||
%global _without_tests 1
|
||||
%global pypi_name fonttools
|
||||
%global desc \
|
||||
fontTools is a library for manipulating fonts, written in Python. The project \
|
||||
@ -8,7 +7,7 @@ OpenType, AFM and to an extent Type 1 and some Mac-specific formats.
|
||||
|
||||
Name: fonttools
|
||||
Version: 4.40.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Tools to manipulate font files
|
||||
|
||||
# https://spdx.org/licenses/MIT.html
|
||||
@ -97,6 +96,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{python3} -m pytest --ignore Tests/o
|
||||
%{python3_sitearch}/%{name}-%{version}-py%{python3_version}.egg-info
|
||||
|
||||
%changelog
|
||||
* Thu Jun 29 2023 Python Maint <python-maint@redhat.com> - 4.40.0-2
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
* Sun Jun 18 2023 Benson Muite <benson_muite@emailplus.org> - 4.40.0-1
|
||||
- Update to 4.40.0 version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user