diff --git a/fonttools-4.10.2.zip b/fonttools-4.10.2.zip deleted file mode 100644 index f6fac67..0000000 --- a/fonttools-4.10.2.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ae6568736f1f280ffa7e2ea44e129c3304e9a7d9fe33ffabb165d36b136f5da -size 4205491 diff --git a/fonttools-4.13.0.zip b/fonttools-4.13.0.zip new file mode 100644 index 0000000..af637e7 --- /dev/null +++ b/fonttools-4.13.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63987cd374c39a75146748f8be8637634221e53fef15cdf76f17777676d8545a +size 4224179 diff --git a/python-FontTools.changes b/python-FontTools.changes index 4372dd6..a085438 100644 --- a/python-FontTools.changes +++ b/python-FontTools.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Aug 13 06:57:05 UTC 2020 - Marketa Calabkova + +- Update to 4.13.0 + * [feaLib/otlLib] Moved lookup subtable builders from feaLib to otlLib; refactored + some common code (#2004, #2007). + * [glifLib] Fixed bug with some UFO .glif filenames clashing on case-insensitive + filesystems (#2001, #2002). + * [_n_a_m_e] Fixed error in ``addMultilingualName`` with one-character names. + Only attempt to recovered malformed UTF *16 data from a ``bytes`` string, + not from unicode ``str`` (#1997, #1998). + * [OS/2] Don't calculate whole sets of unicode codepoints, use faster and more memory + efficient ranges and bisect lookups (#1984). + * [voltLib] Support writing back abstract syntax tree as VOLT data (#1983). + * [voltLib] Accept DO_NOT_TOUCH_CMAP keyword (#1987). + * [ufoLib] Silently delete duplicate glyphs within the same kerning group when reading + groups (#1970). + * [ttLib] Set version of COLR table when decompiling COLRv1 (commit 9d8a7e2). + ------------------------------------------------------------------- Tue May 26 06:34:20 UTC 2020 - Petr Gajdos diff --git a/python-FontTools.spec b/python-FontTools.spec index 157fab2..1905b2e 100644 --- a/python-FontTools.spec +++ b/python-FontTools.spec @@ -25,7 +25,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-FontTools%{psuffix} -Version: 4.10.2 +Version: 4.13.0 Release: 0 Summary: Suite of Tools and Libraries for Manipulating Fonts License: MIT AND OFL-1.1 @@ -41,12 +41,13 @@ BuildRequires: unzip Requires: python-brotlipy >= 0.7.0 Requires: python-fs >= 2.4.11 Requires: python-lxml >= 4.0 -Requires: python-reportlab -Requires: python-scipy >= 1.4.1 +Requires: python-scipy >= 1.5.1 Requires: python-sympy Requires: python-unicodedata2 >= 13.0.0 +Requires: python-zopfli >= 0.1.6 Requires(post): update-alternatives Requires(postun): update-alternatives +Recommends: python-reportlab BuildArch: noarch %if "%{flavor}" == "test" BuildRequires: zip @@ -54,7 +55,7 @@ BuildRequires: zip BuildRequires: %{python_module brotlipy >= 0.7.0} BuildRequires: %{python_module fs >= 2.4.11} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module scipy >= 1.4.1} +BuildRequires: %{python_module scipy >= 1.5.1} BuildRequires: %{python_module sympy} BuildRequires: %{python_module ufoLib2 >= 0.6.2} BuildRequires: %{python_module zopfli >= 0.1.6}