- Update to v0.12.1
* Require Python 3.7+ by @madig in #178
* Removed legacy Font(path), use Font.open(path) instead by
@anthrotype in #176
- Release 0.11.4
* Fix Font's explicit data and images kwarg converters.
- Release 0.11.3
* Ensure data and image stores are unlazified for direct
comparisons (#165).
- Release 0.11.2
* Internal change: Don't compare private Font attributes,
cleaning up pytest assert displays (#160).
* Internal change: Do not require wheel for all setuptools
operations (#158).
- No setup.py: Build system now uses PEP517
OBS-URL: https://build.opensuse.org/request/show/941189
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ufoLib2?expand=0&rev=10
- update to v0.11.1
* Component.move: apply delta to offset directly rather than
translating, which fixes moving of flipped components.
* Typing: add GlyphSet protocol. More elegant than referring to
Layer and Glyph explicitly, which nicely avoids circular
imports.
* Some small typing fixes to circumvent microsoft/pyright#1297.
* Add APIs Font.object_lib(obj) and Glyph.object_lib(obj) to
explicitly handle the new public.objectLibs mechanism of
attaching libs to anchors, guidelines, contours, components and
points.
- Reinstate python36 build. FontTools does not need scipy anymore.
OBS-URL: https://build.opensuse.org/request/show/874378
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ufoLib2?expand=0&rev=8