Accepting request 874378 from home:bnavigator:branches:devel:languages:python

- 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
This commit is contained in:
2021-02-23 10:10:39 +00:00
committed by Git OBS Bridge
parent 2dbf86b122
commit 20b60bac25
4 changed files with 35 additions and 11 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Feb 22 15:44:45 UTC 2021 - Ben Greiner <code@bnavigator.de>
- 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.
-------------------------------------------------------------------
Sat Feb 13 10:17:06 UTC 2021 - Dirk Müller <dmueller@suse.com>