googlefonts / ufo2ft

A bridge from UFOs to FontTools objects (and therefore, OTFs and TTFs).
MIT License
152 stars 43 forks source link

Scheduled weekly dependency update for week 50 #568

Closed pyup-bot closed 2 years ago

pyup-bot commented 2 years ago

Update fonttools[ufo,lxml] from 4.28.2 to 4.28.3.

Changelog ### 4.28.3 ``` ---------------------------- - [subset] Fixed bug while subsetting ``COLR`` table, whereby incomplete layer records pointing to missing glyphs were being retained leading to ``struct.error`` upon compiling. Make it so that ``glyf`` glyph closure, which follows the ``COLR`` glyph closure, does not influence the ``COLR`` table subsetting (2461, 2462). - [docs] Fully document the ``cmap`` and ``glyf`` tables (2454, 2457). - [colorLib.unbuilder] Fixed CLI by deleting no longer existing parameter (180bb1867). ```
Links - PyPI: https://pypi.org/project/fonttools - Changelog: https://pyup.io/changelogs/fonttools/ - Repo: http://github.com/fonttools/fonttools

Update compreffor from 0.5.1 to 0.5.1.post1.

Changelog ### 0.5.1.post1 ``` Build and upload to PyPI wheels for Python 3.10, mac 'universal2' tag, linux pypy3 and aarch64 platform. No code changes since 0.5.1. ```
Links - PyPI: https://pypi.org/project/compreffor - Changelog: https://pyup.io/changelogs/compreffor/

Update skia-pathops from 0.7.1 to 0.7.2.

Changelog ### 0.7.2 ``` Added support for finding skia using pkg-config to allow building skia-pathops using system or externally compiled libskia. To enable that you must export BUILD_SKIA_FROM_SOURCE=0 environment varible to disable building embedded libskia from source (54). ```
Links - PyPI: https://pypi.org/project/skia-pathops - Changelog: https://pyup.io/changelogs/skia-pathops/ - Repo: https://github.com/fonttools/skia-pathops