Skip to content

Commit 2a9ec1f

Browse files
authored
Merge branch 'main' into pyup-scheduled-update-2024-12-02
2 parents 5577fa5 + a57fa5c commit 2a9ec1f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
fonttools[lxml,repacker,unicode,ufo]==4.55.0; platform_python_implementation == 'CPython'
2-
fonttools[repacker,unicode,ufo]==4.55.0; platform_python_implementation != 'CPython'
1+
fonttools[ufo,repacker,lxml,unicode]==4.55.0; platform_python_implementation == 'CPython'
2+
fonttools[ufo,repacker,unicode]==4.55.0; platform_python_implementation != 'CPython'
33
glyphsLib==6.9.5
44
ufo2ft==3.3.1
55
fontMath==0.9.4

tests/test_main.py

+9-9
Original file line numberDiff line numberDiff line change
@@ -869,12 +869,12 @@ def test_main_designspace_v5_builds_STAT(data_dir, tmp_path):
869869
<DesignAxisRecord>
870870
<Axis index="0">
871871
<AxisTag value="wght"/>
872-
<AxisNameID value="274"/>
872+
<AxisNameID value="273"/>
873873
<AxisOrdering value="0"/>
874874
</Axis>
875875
<Axis index="1">
876876
<AxisTag value="wdth"/>
877-
<AxisNameID value="276"/>
877+
<AxisNameID value="275"/>
878878
<AxisOrdering value="1"/>
879879
</Axis>
880880
</DesignAxisRecord>
@@ -883,7 +883,7 @@ def test_main_designspace_v5_builds_STAT(data_dir, tmp_path):
883883
<AxisValue index="0" Format="4">
884884
<!-- AxisCount=2 -->
885885
<Flags value="0"/>
886-
<ValueNameID value="280"/>
886+
<ValueNameID value="279"/>
887887
<AxisValueRecord index="0">
888888
<AxisIndex value="0"/>
889889
<Value value="610.2436"/>
@@ -896,7 +896,7 @@ def test_main_designspace_v5_builds_STAT(data_dir, tmp_path):
896896
<AxisValue index="1" Format="4">
897897
<!-- AxisCount=2 -->
898898
<Flags value="0"/>
899-
<ValueNameID value="281"/>
899+
<ValueNameID value="280"/>
900900
<AxisValueRecord index="0">
901901
<AxisIndex value="0"/>
902902
<Value value="642.2196"/>
@@ -909,7 +909,7 @@ def test_main_designspace_v5_builds_STAT(data_dir, tmp_path):
909909
<AxisValue index="2" Format="2">
910910
<AxisIndex value="0"/>
911911
<Flags value="0"/>
912-
<ValueNameID value="275"/>
912+
<ValueNameID value="274"/>
913913
<NominalValue value="300.0"/>
914914
<RangeMinValue value="300.0"/>
915915
<RangeMaxValue value="400.0"/>
@@ -933,29 +933,29 @@ def test_main_designspace_v5_builds_STAT(data_dir, tmp_path):
933933
<AxisValue index="5" Format="2">
934934
<AxisIndex value="1"/>
935935
<Flags value="0"/>
936-
<ValueNameID value="277"/>
936+
<ValueNameID value="276"/>
937937
<NominalValue value="50.0"/>
938938
<RangeMinValue value="50.0"/>
939939
<RangeMaxValue value="75.0"/>
940940
</AxisValue>
941941
<AxisValue index="6" Format="2">
942942
<AxisIndex value="1"/>
943943
<Flags value="2"/> <!-- ElidableAxisValueName -->
944-
<ValueNameID value="278"/>
944+
<ValueNameID value="277"/>
945945
<NominalValue value="100.0"/>
946946
<RangeMinValue value="75.0"/>
947947
<RangeMaxValue value="125.0"/>
948948
</AxisValue>
949949
<AxisValue index="7" Format="2">
950950
<AxisIndex value="1"/>
951951
<Flags value="0"/>
952-
<ValueNameID value="279"/>
952+
<ValueNameID value="278"/>
953953
<NominalValue value="200.0"/>
954954
<RangeMinValue value="125.0"/>
955955
<RangeMaxValue value="200.0"/>
956956
</AxisValue>
957957
</AxisValueArray>
958-
<ElidedFallbackNameID value="273"/>"""
958+
<ElidedFallbackNameID value="2"/>"""
959959
).splitlines()
960960
)
961961

0 commit comments

Comments
 (0)