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 39 #542

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

Update fonttools[ufo,lxml] from 4.26.1 to 4.27.1.

Changelog ### 4.27.1 ``` ---------------------------- - [otlLib] Fixed error when chained contextual lookup builder overflows (2404, 2411). - [bezierTools] Fixed two floating-point bugs: one when computing `t` for a point lying on an almost horizontal/vertical line; another when computing the intersection point between a curve and a line (2413). ``` ### 4.27.0 ``` ---------------------------- - [ttLib/otTables] Cleaned up virtual GID handling: allow virtual GIDs in ``Coverage`` and ``ClassDef`` readers; removed unused ``allowVID`` argument from ``TTFont`` constructor, and ``requireReal`` argument in ``TTFont.getGlyphID`` method. Make ``TTFont.setGlyphOrder`` clear reverse glyphOrder map, and assume ``glyphOrder`` internal attribute is never modified outside setGlyphOrder; added ``TTFont.getGlyphNameMany`` and ``getGlyphIDMany`` (1536, 1654, 2334, 2398). - [py23] Dropped internal use of ``fontTools.py23`` module to fix deprecation warnings in client code that imports from fontTools (2234, 2399, 2400). - [subset] Fix subsetting COLRv1 clip boxes when font is loaded lazily (2408). ``` ### 4.26.2 ``` ---------------------------- - [otTables] Added missing ``CompositeMode.PLUS`` operator (2390). ```
Links - PyPI: https://pypi.org/project/fonttools - Changelog: https://pyup.io/changelogs/fonttools/ - Repo: http://github.com/fonttools/fonttools

Update defcon from 0.8.1 to 0.9.0.

Changelog ### 0.9.0 ``` - Makes glyph.image object “sticky”, just like lib objects (352) - Adds a `.tempLib` to `font`, `layer`, and `glyph` that is available for the life of the object and is never saved with the ufo. (367) ```
Links - PyPI: https://pypi.org/project/defcon - Changelog: https://pyup.io/changelogs/defcon/ - Repo: https://github.com/robotools/defcon

Update cu2qu from 1.6.7 to 1.6.7.post1.

The bot wasn't able to find a changelog for this release. Got an idea?

Links - PyPI: https://pypi.org/project/cu2qu - Repo: https://github.com/googlefonts

Update skia-pathops from 0.6.0.post2 to 0.6.0.post3.

Changelog ### 0.6.0.post3 ``` Make pypy 7.3 wheels for Linux. ```
Links - PyPI: https://pypi.org/project/skia-pathops - Changelog: https://pyup.io/changelogs/skia-pathops/ - Repo: https://github.com/fonttools/skia-pathops