fontbuild: upgrade glyphsLib, ufo2ft and fs
This commit is contained in:
parent
64aa3bdac3
commit
184b3c0a45
2 changed files with 11 additions and 5 deletions
|
|
@ -610,7 +610,13 @@ class Main(object):
|
||||||
designspace = glyphsLib.to_designspace(
|
designspace = glyphsLib.to_designspace(
|
||||||
font,
|
font,
|
||||||
propagate_anchors=False,
|
propagate_anchors=False,
|
||||||
instance_dir=relpath(instance_dir, master_dir)
|
instance_dir=relpath(instance_dir, master_dir),
|
||||||
|
|
||||||
|
store_editor_state=False,
|
||||||
|
# do not store glyphs editor UI state in UFOs
|
||||||
|
|
||||||
|
minimize_glyphs_diffs=True,
|
||||||
|
# do not store glyphs metadata in UFOs
|
||||||
)
|
)
|
||||||
|
|
||||||
# strip lib data
|
# strip lib data
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
glyphsLib==3.1.4
|
glyphsLib==3.2.0b2
|
||||||
skia-pathops==0.2.0.post2
|
skia-pathops==0.2.0.post2
|
||||||
ufo2ft==2.6.0
|
ufo2ft==2.7.0
|
||||||
fontmake==1.8.0
|
fontmake==1.8.0
|
||||||
fs==2.2.0
|
fs==2.3.0
|
||||||
|
|
||||||
# for fontTools/varLib/interpolatable.py
|
# for fontTools/varLib/interpolatable.py
|
||||||
numpy==1.15.4
|
numpy==1.16.1
|
||||||
scipy==1.2.0
|
scipy==1.2.0
|
||||||
munkres==1.0.12
|
munkres==1.0.12
|
||||||
|
|
|
||||||
Reference in a new issue