Rebuilt for Python 3.8

This commit is contained in:
Miro Hrončok 2019-08-19 10:14:08 +02:00
parent c138b3dde4
commit abc6c8ef9b

View File

@ -7,7 +7,7 @@ OpenType, AFM and to an extent Type 1 and some Mac-specific formats.
Name: fonttools
Version: 3.44.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Tools to manipulate font files
License: MIT
URL: https://github.com/fonttools/fonttools/
@ -61,6 +61,9 @@ sed -i '1d' Lib/fontTools/mtiLib/__init__.py
%{python3_sitelib}/%{name}-%{version}-py3.?.egg-info
%changelog
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 3.44.0-2
- Rebuilt for Python 3.8
* Sat Aug 17 2019 Parag Nemade <pnemade AT redhat DOT com> - 3.44.0-1
- Update to 3.44.0 version (#1742448)