fonttools 4.55.7__cp310-cp310-musllinux_1_2_x86_64.whl → 4.55.8__cp310-cp310-musllinux_1_2_x86_64.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.2
|
|
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
|
|
@@ -391,6 +391,11 @@ Have fun!
|
|
|
391
391
|
Changelog
|
|
392
392
|
~~~~~~~~~
|
|
393
393
|
|
|
394
|
+
4.55.8 (released 2025-01-29)
|
|
395
|
+
----------------------------
|
|
396
|
+
|
|
397
|
+
- [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).
|
|
398
|
+
|
|
394
399
|
4.55.7 (released 2025-01-28)
|
|
395
400
|
----------------------------
|
|
396
401
|
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
fonttools-4.55.
|
|
2
|
-
fonttools-4.55.
|
|
3
|
-
fonttools-4.55.
|
|
4
|
-
fonttools-4.55.
|
|
5
|
-
fonttools-4.55.
|
|
6
|
-
fonttools-4.55.
|
|
7
|
-
fonttools-4.55.7.dist-info/METADATA,sha256=A-zHmzLh0ljDGDOx7Db_U8CGmr8e9Cwgse6p70ZUyQ4,100947
|
|
1
|
+
fonttools-4.55.8.dist-info/LICENSE,sha256=Z4cgj4P2Wcy8IiOy_elS_6b36KymLxqKK_W8UbsbI4M,1072
|
|
2
|
+
fonttools-4.55.8.dist-info/WHEEL,sha256=DDnBhUM7-L-1MsGgeYzrz5jNXPxsjSo_ECuEBVKVW64,112
|
|
3
|
+
fonttools-4.55.8.dist-info/RECORD,,
|
|
4
|
+
fonttools-4.55.8.dist-info/top_level.txt,sha256=rRgRylrXzekqWOsrhygzib12pQ7WILf7UGjqEwkIFDM,10
|
|
5
|
+
fonttools-4.55.8.dist-info/entry_points.txt,sha256=8kVHddxfFWA44FSD4mBpmC-4uCynQnkoz_9aNJb227Y,147
|
|
6
|
+
fonttools-4.55.8.dist-info/METADATA,sha256=MiUIvxVITe5f3ZDPJsVR8esUSUHMbTgUqamI9YF5fuk,101219
|
|
8
7
|
fontTools/ttx.py,sha256=XCerBn2ySMc5Bn54io4j5U5cW228GFREYvEeuvp0ZfM,16652
|
|
9
8
|
fontTools/unicode.py,sha256=ZZ7OMmWvIyV1IL1k6ioTzaRAh3tUvm6gvK7QgFbOIHY,1237
|
|
10
9
|
fontTools/fontBuilder.py,sha256=ntG0lXnhXNcHK-C7bp0nGNQ68OutFA-84TNNpzntTcE,33952
|
|
@@ -13,7 +12,7 @@ fontTools/afmLib.py,sha256=1MagIItOzRV4vV5kKPxeDZbPJsfxLB3wdHLFkQvl0uk,13164
|
|
|
13
12
|
fontTools/agl.py,sha256=05bm8Uq45uVWW8nPbP6xbNgmFyxQr8sWhYAiP0VSjnI,112975
|
|
14
13
|
fontTools/help.py,sha256=bAjatvIhV7TJyXI7WhsxdYO4YVlhScZXu_kRtHANEPo,1125
|
|
15
14
|
fontTools/tfmLib.py,sha256=UMbkM73JXRJVS9t2B-BJc13rSjImaWBuzCoehLwHFhs,14270
|
|
16
|
-
fontTools/__init__.py,sha256=
|
|
15
|
+
fontTools/__init__.py,sha256=CuZHJCf7O2-m_LL1L1feXyFbleKXAuCfO3aRPXp4qsE,183
|
|
17
16
|
fontTools/encodings/codecs.py,sha256=u50ruwz9fcRsrUrRGpR17Cr55Ovn1fvCHCKrElVumDE,4721
|
|
18
17
|
fontTools/encodings/MacRoman.py,sha256=4vEooUDm2gLCG8KIIDhRxm5-A64w7XrhP9cjDRr2Eo0,3576
|
|
19
18
|
fontTools/encodings/__init__.py,sha256=DJBWmoX_Haau7qlgmvWyfbhSzrX2qL636Rns7CG01pk,75
|
|
@@ -286,10 +285,10 @@ fontTools/colorLib/table_builder.py,sha256=ZeltWY6n-YPiJv_hQ1iBXoEFAG70EKxZyScgs
|
|
|
286
285
|
fontTools/colorLib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
287
286
|
fontTools/colorLib/unbuilder.py,sha256=iW-E5I39WsV82K3NgCO4Cjzwm1WqzGrtypHt8epwbHM,2142
|
|
288
287
|
fontTools/unicodedata/OTTags.py,sha256=wOPpbMsNcp_gdvPFeITtgVMnTN8TJSNAsVEdu_nuPXE,1196
|
|
289
|
-
fontTools/unicodedata/ScriptExtensions.py,sha256=
|
|
290
|
-
fontTools/unicodedata/Blocks.py,sha256=
|
|
288
|
+
fontTools/unicodedata/ScriptExtensions.py,sha256=YTZr2bOteHiz_7I4108PRy0Is4kFof-32yFuoKjFHjc,28207
|
|
289
|
+
fontTools/unicodedata/Blocks.py,sha256=6BL66vrr5UWylVx3bicy6U2kO-QcNNKpmPKQTGggUEU,32415
|
|
291
290
|
fontTools/unicodedata/__init__.py,sha256=DOCX0X9-Eo3mEju7Zjgcod7d8aswTo3vjDRzV7-8Z4g,8824
|
|
292
|
-
fontTools/unicodedata/Scripts.py,sha256
|
|
291
|
+
fontTools/unicodedata/Scripts.py,sha256=I0nY08ovsZ4pHU5wYchjat9DjnxcpoTzaXAn5oFaKNI,130271
|
|
293
292
|
fontTools/varLib/iup.cpython-310-x86_64-linux-gnu.so,sha256=H5YYuzvYy_PFGS6XXDUZ-cbvKpReivOJBsZVFambFzc,1113344
|
|
294
293
|
fontTools/varLib/errors.py,sha256=dMo8eGj76I7H4hrBEiNbYrGs2J1K1SwdsUyTHpkVOrQ,6934
|
|
295
294
|
fontTools/varLib/builder.py,sha256=mSKOCcnnw-WzmZs15FayoqCDh77Ts7o9Tre9psh8CUc,6609
|
|
@@ -327,3 +326,4 @@ fontTools/otlLib/error.py,sha256=cthuhBuOwZYpkTLi5gFPupUxkXkCHe-L_YgkE7N1wCI,335
|
|
|
327
326
|
fontTools/otlLib/optimize/__main__.py,sha256=BvP472kA9KxBb9RMyyehPNevAfpmgW9MfdazkUiAO3M,104
|
|
328
327
|
fontTools/otlLib/optimize/__init__.py,sha256=UUQRpNkHU2RczCRt-Gz7sEiYE9AQq9BHLXZEOyvsnX4,1530
|
|
329
328
|
fontTools/otlLib/optimize/gpos.py,sha256=NTDLwjo90L4GiqdIdWkBEycQ7VcT7cOxxype73mFz8c,18474
|
|
329
|
+
fonttools-4.55.8.data/data/share/man/man1/ttx.1,sha256=cLbm_pOOj1C76T2QXvDxzwDj9gk-GTd5RztvTMsouFw,5377
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|