Skip to content

Commit db9e566

Browse files
committed
Release v7.8
1 parent df8c054 commit db9e566

5 files changed

Lines changed: 21 additions & 30 deletions

File tree

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
)
4242

4343

44-
FONT_VERSION = "v7.7"
44+
FONT_VERSION = "v7.8"
4545
# =========================================================================================
4646

4747

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "maple-font"
3-
version = "7.7"
3+
version = "7.8"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.10"

requirements.txt

Lines changed: 19 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ afdko==4.0.2
44
# via
55
# foundrytools
66
# foundrytools-cli
7-
appdirs==1.4.4
8-
# via fs
9-
attrs==25.3.0
7+
attrs==25.4.0
108
# via ufolib2
119
booleanoperations==0.9.0
1210
# via
@@ -17,22 +15,22 @@ brotli==1.1.0 ; platform_python_implementation == 'CPython'
1715
# via fonttools
1816
brotlicffi==1.1.0.0 ; platform_python_implementation != 'CPython'
1917
# via fonttools
20-
cffi==1.17.1 ; platform_python_implementation != 'CPython' or sys_platform == 'darwin'
18+
cffi==2.0.0 ; platform_python_implementation != 'CPython' or sys_platform == 'darwin'
2119
# via
2220
# brotlicffi
2321
# xattr
2422
cffsubr==0.3.0
2523
# via
2624
# foundrytools
2725
# ufo2ft
28-
click==8.2.1
26+
click==8.3.0
2927
# via foundrytools-cli
3028
colorama==0.4.6 ; sys_platform == 'win32'
3129
# via
3230
# click
3331
# loguru
3432
# tqdm
35-
defcon==0.12.1
33+
defcon==0.12.2
3634
# via
3735
# afdko
3836
# fontparts
@@ -50,11 +48,11 @@ fontmath==0.9.4
5048
# mutatormath
5149
# ufo2ft
5250
# ufoprocessor
53-
fontparts==0.13.1
51+
fontparts==0.13.3
5452
# via ufoprocessor
5553
fontpens==0.2.4
5654
# via defcon
57-
fonttools==4.58.4
55+
fonttools==4.60.1
5856
# via
5957
# afdko
6058
# booleanoperations
@@ -76,69 +74,62 @@ foundrytools==0.1.4
7674
# via foundrytools-cli
7775
foundrytools-cli==2.0.2
7876
# via maple-font
79-
fs==2.4.16
80-
# via fonttools
81-
glyphslib==6.11.0
77+
glyphslib==6.12.0
8278
# via maple-font
8379
loguru==0.7.3
8480
# via foundrytools-cli
85-
lxml==6.0.0
81+
lxml==6.0.2
8682
# via
8783
# afdko
8884
# fontfeatures
8985
# fonttools
90-
markdown-it-py==3.0.0
86+
markdown-it-py==4.0.0
9187
# via rich
9288
mdurl==0.1.2
9389
# via markdown-it-py
9490
mutatormath==3.0.1
9591
# via ufoprocessor
96-
openstep-plist==0.5.0
92+
openstep-plist==0.5.1
9793
# via glyphslib
9894
pathvalidate==3.3.1
9995
# via foundrytools-cli
10096
pyclipper==1.3.0.post6
10197
# via booleanoperations
102-
pycparser==2.22 ; platform_python_implementation != 'CPython' or sys_platform == 'darwin'
98+
pycparser==2.23 ; (implementation_name != 'PyPy' and platform_python_implementation != 'CPython') or (implementation_name != 'PyPy' and sys_platform == 'darwin')
10399
# via cffi
104100
pygments==2.19.2
105101
# via rich
106-
python-minifier==2.11.3
102+
python-minifier==3.1.0
107103
# via maple-font
108-
rich==14.0.0
104+
rich==14.2.0
109105
# via foundrytools-cli
110106
setuptools==80.0.0
111107
# via
112108
# foundrytools
113-
# fs
114109
# maple-font
115-
six==1.17.0
116-
# via fs
117110
skia-pathops==0.8.0.post2
118111
# via fonttools
119112
tqdm==4.67.1
120113
# via afdko
121-
ttfautohint-py==0.5.1
114+
ttfautohint-py==0.6.0
122115
# via foundrytools
123-
typing-extensions==4.14.0 ; python_full_version < '3.11'
124-
# via rich
125116
ufo-extractor==0.8.1
126117
# via foundrytools
127-
ufo2ft==3.5.1
118+
ufo2ft==3.6.8
128119
# via foundrytools
129-
ufolib2==0.17.1
120+
ufolib2==0.18.1
130121
# via glyphslib
131-
ufonormalizer==0.6.2
122+
ufonormalizer==0.6.3
132123
# via afdko
133-
ufoprocessor==1.13.3
124+
ufoprocessor==1.14.0
134125
# via afdko
135126
unicodedata2==16.0.0 ; python_full_version < '3.13'
136127
# via fonttools
137128
win32-setctime==1.2.0 ; sys_platform >= 'win32'
138129
# via
139130
# foundrytools-cli
140131
# loguru
141-
xattr==1.2.0 ; sys_platform == 'darwin'
132+
xattr==1.3.0 ; sys_platform == 'darwin'
142133
# via fonttools
143134
zopfli==0.2.3.post1
144135
# via fonttools
852 Bytes
Binary file not shown.

woff2/var/MapleMono[wght]-VF.woff2

756 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)