Update to 4.36.0 version (#2119236)

This commit is contained in:
Parag Nemade 2022-08-18 11:44:01 +05:30
parent 9896615fc2
commit d7267b5001
No known key found for this signature in database
GPG Key ID: 71932951EB71E972
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from an XML text format, which is also called TTX. It supports TrueType, \
OpenType, AFM and to an extent Type 1 and some Mac-specific formats.
Name: fonttools
Version: 4.35.0
Version: 4.36.0
Release: 1%{?dist}
Summary: Tools to manipulate font files
License: MIT
@ -94,6 +94,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{python3} -m pytest --ignore Tests/o
%{python3_sitearch}/%{name}-%{version}-py%{python3_version}.egg-info
%changelog
* Thu Aug 18 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.36.0-1
- Update to 4.36.0 version (#2119236)
* Wed Aug 17 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.35.0-1
- Update to 4.35.0 version (#2118800)