diff --git a/fonttools-4.28.5-gh.tar.gz b/fonttools-4.28.5-gh.tar.gz deleted file mode 100644 index 49a52d6..0000000 --- a/fonttools-4.28.5-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77d22ec2684d75f48176fe21f317c8f13a5abed3f00e2d4772b2f4a3acc012d1 -size 2948092 diff --git a/fonttools-4.29.1-gh.tar.gz b/fonttools-4.29.1-gh.tar.gz new file mode 100644 index 0000000..3de6cd7 --- /dev/null +++ b/fonttools-4.29.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db2ec36d9d202af630be1e0cf05108afd8eda5aa66b82957e3ed75065d3e2cdd +size 2954962 diff --git a/python-FontTools.changes b/python-FontTools.changes index d5da4d2..a1e1b48 100644 --- a/python-FontTools.changes +++ b/python-FontTools.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Mar 7 10:28:35 UTC 2022 - Ben Greiner + +- Update to 4.29.1 + * [colorLib] Fixed rounding issue with radial gradient's start/end + circles inside one another (#2521). + * [freetypePen] Handle rotate/skew transform when auto-computing + width/height of the buffer; raise PenError wen missing moveTo + (#2517) +- Release 4.29.0 + * [ufoLib] Fixed illegal characters and expanded reserved + filenames (#2506). + * [COLRv1] Don't emit useless PaintColrLayers of lenght=1 in + LayerListBuilder (#2513). + * [ttx] Removed legacy waitForKeyPress method on Windows (#2509). + * [pens] Added FreeTypePen that uses freetype-py and the pen + protocol for rasterizating outline paths (#2494). + * [unicodedata] Updated the script direction list to Unicode 14.0 + (#2484). + * Bumped unicodedata2 dependency to 14.0 (#2499). + * [psLib] Fixed type of fontName in suckfont (#2496). + ------------------------------------------------------------------- Sat Jan 15 15:11:24 UTC 2022 - Dirk Müller diff --git a/python-FontTools.spec b/python-FontTools.spec index 831de69..c740057 100644 --- a/python-FontTools.spec +++ b/python-FontTools.spec @@ -24,11 +24,10 @@ %define psuffix %{nil} %bcond_with test %endif -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 -%define skip_python36 1 Name: python-FontTools%{psuffix} -Version: 4.28.5 +Version: 4.29.1 Release: 0 Summary: Suite of Tools and Libraries for Manipulating Fonts License: MIT AND OFL-1.1 @@ -47,7 +46,7 @@ Requires: python-fs >= 2.2.0 Recommends: python-lxml >= 4.0 Recommends: python-scipy >= 1.5.1 Recommends: python-sympy -Recommends: python-unicodedata2 >= 13.0.0 +Recommends: python-unicodedata2 >= 14.0.0 Recommends: python-zopfli >= 0.1.6 Requires(post): update-alternatives Requires(postun):update-alternatives