fonttools 4.55.6__cp313-cp313-macosx_10_13_universal2.whl → 4.55.8__cp313-cp313-macosx_10_13_universal2.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 CHANGED
@@ -3,6 +3,6 @@ from fontTools.misc.loggingTools import configLogger
3
3
 
4
4
  log = logging.getLogger(__name__)
5
5
 
6
- version = __version__ = "4.55.6"
6
+ version = __version__ = "4.55.8"
7
7
 
8
8
  __all__ = ["version", "log", "configLogger"]
Binary file
Binary file
@@ -16,7 +16,6 @@
16
16
  # Format:
17
17
  # Start Code..End Code; Block Name
18
18
 
19
-
20
19
  RANGES = [
21
20
  0x0000, # .. 0x007F ; Basic Latin
22
21
  0x0080, # .. 0x00FF ; Latin-1 Supplement
@@ -32,9 +32,10 @@
32
32
  #
33
33
  # @missing: 0000..10FFFF; <script>
34
34
 
35
-
36
35
  RANGES = [
37
- 0x0000, # .. 0x02BB ; None
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..02BB
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
@@ -19,7 +19,6 @@
19
19
  # https://www.unicode.org/reports/tr24/#Assignment_ScriptX_Values
20
20
  #
21
21
 
22
-
23
22
  RANGES = [
24
23
  0x0000, # .. 0x0040 ; Common
25
24
  0x0041, # .. 0x005A ; Latin
Binary file