fonttools 4.55.7__cp38-cp38-musllinux_1_2_aarch64.whl → 4.55.8__cp38-cp38-musllinux_1_2_aarch64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fonttools might be problematic. Click here for more details.
- fontTools/__init__.py +1 -1
- fontTools/unicodedata/Blocks.py +0 -1
- fontTools/unicodedata/ScriptExtensions.py +23 -3
- fontTools/unicodedata/Scripts.py +0 -1
- {fonttools-4.55.7.dist-info → fonttools-4.55.8.dist-info}/METADATA +6 -1
- {fonttools-4.55.7.dist-info → fonttools-4.55.8.dist-info}/RECORD +11 -11
- {fonttools-4.55.7.data → fonttools-4.55.8.data}/data/share/man/man1/ttx.1 +0 -0
- {fonttools-4.55.7.dist-info → fonttools-4.55.8.dist-info}/LICENSE +0 -0
- {fonttools-4.55.7.dist-info → fonttools-4.55.8.dist-info}/WHEEL +0 -0
- {fonttools-4.55.7.dist-info → fonttools-4.55.8.dist-info}/entry_points.txt +0 -0
- {fonttools-4.55.7.dist-info → fonttools-4.55.8.dist-info}/top_level.txt +0 -0
fontTools/__init__.py
CHANGED
fontTools/unicodedata/Blocks.py
CHANGED
|
@@ -32,9 +32,10 @@
|
|
|
32
32
|
#
|
|
33
33
|
# @missing: 0000..10FFFF; <script>
|
|
34
34
|
|
|
35
|
-
|
|
36
35
|
RANGES = [
|
|
37
|
-
0x0000, # ..
|
|
36
|
+
0x0000, # .. 0x00B6 ; None
|
|
37
|
+
0x00B7, # .. 0x00B7 ; {'Avst', 'Cari', 'Copt', 'Dupl', 'Elba', 'Geor', 'Glag', 'Gong', 'Goth', 'Grek', 'Hani', 'Latn', 'Lydi', 'Mahj', 'Perm', 'Shaw'}
|
|
38
|
+
0x00B8, # .. 0x02BB ; None
|
|
38
39
|
0x02BC, # .. 0x02BC ; {'Beng', 'Cyrl', 'Deva', 'Latn', 'Lisu', 'Thai', 'Toto'}
|
|
39
40
|
0x02BD, # .. 0x02C6 ; None
|
|
40
41
|
0x02C7, # .. 0x02C7 ; {'Bopo', 'Latn'}
|
|
@@ -316,7 +317,26 @@ RANGES = [
|
|
|
316
317
|
]
|
|
317
318
|
|
|
318
319
|
VALUES = [
|
|
319
|
-
None, # 0000..
|
|
320
|
+
None, # 0000..00B6
|
|
321
|
+
{
|
|
322
|
+
"Avst",
|
|
323
|
+
"Cari",
|
|
324
|
+
"Copt",
|
|
325
|
+
"Dupl",
|
|
326
|
+
"Elba",
|
|
327
|
+
"Geor",
|
|
328
|
+
"Glag",
|
|
329
|
+
"Gong",
|
|
330
|
+
"Goth",
|
|
331
|
+
"Grek",
|
|
332
|
+
"Hani",
|
|
333
|
+
"Latn",
|
|
334
|
+
"Lydi",
|
|
335
|
+
"Mahj",
|
|
336
|
+
"Perm",
|
|
337
|
+
"Shaw",
|
|
338
|
+
}, # 00B7..00B7
|
|
339
|
+
None, # 00B8..02BB
|
|
320
340
|
{"Beng", "Cyrl", "Deva", "Latn", "Lisu", "Thai", "Toto"}, # 02BC..02BC
|
|
321
341
|
None, # 02BD..02C6
|
|
322
342
|
{"Bopo", "Latn"}, # 02C7..02C7
|
fontTools/unicodedata/Scripts.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: fonttools
|
|
3
|
-
Version: 4.55.
|
|
3
|
+
Version: 4.55.8
|
|
4
4
|
Summary: Tools to manipulate font files
|
|
5
5
|
Home-page: http://github.com/fonttools/fonttools
|
|
6
6
|
Author: Just van Rossum
|
|
@@ -378,6 +378,11 @@ Have fun!
|
|
|
378
378
|
Changelog
|
|
379
379
|
~~~~~~~~~
|
|
380
380
|
|
|
381
|
+
4.55.8 (released 2025-01-29)
|
|
382
|
+
----------------------------
|
|
383
|
+
|
|
384
|
+
- [MetaTools] Fixed bug in buildUCD.py script whereby the first non-header line of some UCD text file was being skipped. This affected in particular the U+00B7 (MIDDLE DOT) entry of ScriptExtensions.txt (#3756).
|
|
385
|
+
|
|
381
386
|
4.55.7 (released 2025-01-28)
|
|
382
387
|
----------------------------
|
|
383
388
|
|
|
@@ -1,10 +1,5 @@
|
|
|
1
|
-
fonttools-4.55.
|
|
2
|
-
|
|
3
|
-
fonttools-4.55.7.dist-info/top_level.txt,sha256=rRgRylrXzekqWOsrhygzib12pQ7WILf7UGjqEwkIFDM,10
|
|
4
|
-
fonttools-4.55.7.dist-info/METADATA,sha256=tgCyLLa9S7UZf-82XRsEK86Ng4zzfCuRCuJISMHbcVc,100740
|
|
5
|
-
fonttools-4.55.7.dist-info/RECORD,,
|
|
6
|
-
fonttools-4.55.7.dist-info/entry_points.txt,sha256=8kVHddxfFWA44FSD4mBpmC-4uCynQnkoz_9aNJb227Y,147
|
|
7
|
-
fontTools/__init__.py,sha256=Ro8KilefcAY85fcoJjUo-CVnGfblXeJONKuyiC0oYwA,183
|
|
1
|
+
fonttools-4.55.8.data/data/share/man/man1/ttx.1,sha256=cLbm_pOOj1C76T2QXvDxzwDj9gk-GTd5RztvTMsouFw,5377
|
|
2
|
+
fontTools/__init__.py,sha256=CuZHJCf7O2-m_LL1L1feXyFbleKXAuCfO3aRPXp4qsE,183
|
|
8
3
|
fontTools/help.py,sha256=bAjatvIhV7TJyXI7WhsxdYO4YVlhScZXu_kRtHANEPo,1125
|
|
9
4
|
fontTools/afmLib.py,sha256=1MagIItOzRV4vV5kKPxeDZbPJsfxLB3wdHLFkQvl0uk,13164
|
|
10
5
|
fontTools/unicode.py,sha256=ZZ7OMmWvIyV1IL1k6ioTzaRAh3tUvm6gvK7QgFbOIHY,1237
|
|
@@ -305,10 +300,10 @@ fontTools/subset/cff.py,sha256=rqMRJOlX5FacV1LW8aDlVOglgEM87TkMA9bdsYenask,6145
|
|
|
305
300
|
fontTools/subset/util.py,sha256=9SXFYb5Ef9Z58uXmYPCQil8B2i3Q7aFB_1fFDFSppdU,754
|
|
306
301
|
fontTools/subset/__main__.py,sha256=bhtfP2SqP4k799pxtksFgnC-XGNQDr3LcO4lc8T5e5g,95
|
|
307
302
|
fontTools/unicodedata/__init__.py,sha256=DOCX0X9-Eo3mEju7Zjgcod7d8aswTo3vjDRzV7-8Z4g,8824
|
|
308
|
-
fontTools/unicodedata/Blocks.py,sha256=
|
|
303
|
+
fontTools/unicodedata/Blocks.py,sha256=6BL66vrr5UWylVx3bicy6U2kO-QcNNKpmPKQTGggUEU,32415
|
|
309
304
|
fontTools/unicodedata/OTTags.py,sha256=wOPpbMsNcp_gdvPFeITtgVMnTN8TJSNAsVEdu_nuPXE,1196
|
|
310
|
-
fontTools/unicodedata/Scripts.py,sha256
|
|
311
|
-
fontTools/unicodedata/ScriptExtensions.py,sha256=
|
|
305
|
+
fontTools/unicodedata/Scripts.py,sha256=I0nY08ovsZ4pHU5wYchjat9DjnxcpoTzaXAn5oFaKNI,130271
|
|
306
|
+
fontTools/unicodedata/ScriptExtensions.py,sha256=YTZr2bOteHiz_7I4108PRy0Is4kFof-32yFuoKjFHjc,28207
|
|
312
307
|
fontTools/t1Lib/__init__.py,sha256=p42y70wEIbuX0IIxZG7-b_I-gHto1VLy0gLsDvxCfkw,20865
|
|
313
308
|
fontTools/voltLib/__init__.py,sha256=ZZ1AsTx1VlDn40Kupce-fM3meOWugy3RZraBW9LG-9M,151
|
|
314
309
|
fontTools/voltLib/lexer.py,sha256=OvuETOSvlS6v7iCVeJ3IdH2Cg71n3OJoEyiB3-h6vhE,3368
|
|
@@ -326,4 +321,9 @@ fontTools/merge/__main__.py,sha256=hDx3gfbUBO83AJKumSEhiV-xqNTJNNgK2uFjazOGTmw,9
|
|
|
326
321
|
fontTools/merge/cmap.py,sha256=_oCBnZfm5M7ebYRJnOYw5wUEICFmdR6kMUe1w6jsVuM,5545
|
|
327
322
|
fontTools/merge/tables.py,sha256=uBD1-XqOCDzFxp0D7ZDvrMRdd8R7eAm58WtYKhz-m5w,10640
|
|
328
323
|
fontTools/config/__init__.py,sha256=Ti5jpozjMqp5qhnrmwNcWI6b9uvHzhZlbWXHTqVZlGI,2643
|
|
329
|
-
fonttools-4.55.
|
|
324
|
+
fonttools-4.55.8.dist-info/LICENSE,sha256=Z4cgj4P2Wcy8IiOy_elS_6b36KymLxqKK_W8UbsbI4M,1072
|
|
325
|
+
fonttools-4.55.8.dist-info/WHEEL,sha256=1KRHL-iIjsS_6K58v1t3bnpT29tAZFAJn3Z45bY_ekI,111
|
|
326
|
+
fonttools-4.55.8.dist-info/top_level.txt,sha256=rRgRylrXzekqWOsrhygzib12pQ7WILf7UGjqEwkIFDM,10
|
|
327
|
+
fonttools-4.55.8.dist-info/METADATA,sha256=t1XPyW94CJfYRoEd65d6GprO_JiLYrOzmeksqyB7m9I,101012
|
|
328
|
+
fonttools-4.55.8.dist-info/RECORD,,
|
|
329
|
+
fonttools-4.55.8.dist-info/entry_points.txt,sha256=8kVHddxfFWA44FSD4mBpmC-4uCynQnkoz_9aNJb227Y,147
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|