Update to 3.34.2 version
This commit is contained in:
parent
7c85707053
commit
e5644732f7
1
.gitignore
vendored
1
.gitignore
vendored
@ -49,3 +49,4 @@ fonttools-2.3.tar.gz
|
||||
/fonttools-3.29.0.zip
|
||||
/fonttools-3.31.0.zip
|
||||
/fonttools-3.32.0.zip
|
||||
/fonttools-3.34.2.zip
|
||||
|
@ -1,13 +1,12 @@
|
||||
%global pypi_name fonttools
|
||||
%global desc \
|
||||
FontTools/TTX is a library to manipulate font files from Python. It supports \
|
||||
reading and writing of TrueType/OpenType fonts, reading and writing of AFM \
|
||||
files, reading (and partially writing) of PS Type 1 fonts. The package also \
|
||||
contains a tool called “TTX” which converts TrueType/OpenType fonts to and \
|
||||
from an XML-based format.
|
||||
fontTools is a library for manipulating fonts, written in Python. The project \
|
||||
includes the TTX tool, that can convert TrueType and OpenType fonts to and \
|
||||
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: 3.32.0
|
||||
Version: 3.34.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools to manipulate font files
|
||||
License: MIT
|
||||
@ -26,9 +25,7 @@ Summary: Python 2 fonttools library
|
||||
%{?python_provide:%python_provide python2-%{name}}
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python2-setuptools_scm
|
||||
BuildRequires: numpy
|
||||
BuildArch: noarch
|
||||
Requires: numpy
|
||||
|
||||
%description -n python2-fonttools
|
||||
%{desc}
|
||||
@ -37,10 +34,12 @@ Requires: numpy
|
||||
Summary: Python 3 fonttools library
|
||||
%{?python_provide:%python_provide python3-%{name}}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-numpy
|
||||
BuildRequires: python3-setuptools_scm
|
||||
BuildArch: noarch
|
||||
Requires: python3-numpy
|
||||
|
||||
Requires: python3-brotli
|
||||
Requires: python3-munkres
|
||||
|
||||
|
||||
%description -n python3-fonttools
|
||||
%{desc}
|
||||
@ -80,6 +79,9 @@ sed -i '1d' Lib/fontTools/mtiLib/__init__.py
|
||||
%{python3_sitelib}/%{name}-%{version}-py3.?.egg-info
|
||||
|
||||
%changelog
|
||||
* Fri Dec 21 2018 Parag Nemade <pnemade AT redhat DOT com> - 3.34.2-1
|
||||
- Update to 3.34.2 version
|
||||
|
||||
* Fri Nov 23 2018 Parag Nemade <pnemade AT redhat DOT com> - 3.32.0-1
|
||||
- Update to 3.32.0 version
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (fonttools-3.32.0.zip) = e74d27bd7a88fd995c8a1faf43332cb6412590ae0e179613167e2d12b1c46c0fd79e168b0b5d724c872a7d99a6a7180708c912a091279d1a10ade7dca39756ac
|
||||
SHA512 (fonttools-3.34.2.zip) = 5f8e64a6ceabe6f7f5854d965241699cda4c736637631bd9c966354fcb377b7cb3ffe96ec1348d888052acd9a079e2b840c6ec1490c6ecf0976bc763c841291f
|
||||
|
Loading…
Reference in New Issue
Block a user