googlefonts / ufo2ft

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

Scheduled weekly dependency update for week 47 #559

Closed pyup-bot closed 2 years ago

pyup-bot commented 2 years ago

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

Changelog ### 4.28.2 ``` ---------------------------- - [otlLib] Remove duplicates when building coverage (2433). - [docs] Add interrogate configuration (2443). - [docs] Remove comment about missing “start” optional argument to ``calcChecksum`` (2448). - [cu2qu/cli] Adapt to the latest ufoLib2. - [subset] Support subsetting SVG table and remove it from the list of drop by default tables (534). - [subset] add ``--pretty-svg`` option to pretty print SVG table contents (2452). - [merge] Support merging ``CFF`` tables (CID-keyed ``CFF`` is still not supported) (2447). - [merge] Support ``--output-file`` (2447). - [docs] Split table docs into individual pages (2444). - [feaLib] Forbid empty classes (2446). - [docs] Improve documentation for ``fontTools.ttLib.ttFont`` (2442). ```
Links - PyPI: https://pypi.org/project/fonttools - Changelog: https://pyup.io/changelogs/fonttools/ - Repo: http://github.com/fonttools/fonttools

Update ufoLib2 from 0.11.4 to 0.12.1.

Changelog ### 0.12.1 ``` What's Changed * Internal changes only, housekeeping by madig in https://github.com/fonttools/ufoLib2/pull/179 **Full Changelog**: https://github.com/fonttools/ufoLib2/compare/v0.12.0...v0.12.1 ``` ### 0.12.0 ``` What's Changed * Require Python 3.7+ by madig in https://github.com/fonttools/ufoLib2/pull/178 * Removed legacy `Font(path)`, use `Font.open(path)` instead by anthrotype in https://github.com/fonttools/ufoLib2/pull/176 **Full Changelog**: https://github.com/fonttools/ufoLib2/compare/v0.11.4...v0.12.0 ```
Links - PyPI: https://pypi.org/project/ufolib2 - Changelog: https://pyup.io/changelogs/ufolib2/ - Repo: https://github.com/fonttools/ufoLib2