Update vendored beets to 1.6.0

Updates colorama to 0.4.6
Adds confuse version 1.7.0
Updates jellyfish to 0.9.0
Adds mediafile 0.10.1
Updates munkres to 1.1.4
Updates musicbrainzngs to 0.7.1
Updates mutagen to 1.46.0
Updates pyyaml to 6.0
Updates unidecode to 1.3.6
This commit is contained in:
Labrys of Knossos 2022-11-28 18:02:40 -05:00
parent 5073ec0c6f
commit 56c6773c6b
385 changed files with 25143 additions and 18080 deletions

View file

@ -22,7 +22,7 @@ data = (
'', # 0x14
'N', # 0x15
'No. ', # 0x16
'', # 0x17
'(p)', # 0x17
'', # 0x18
'P', # 0x19
'Q', # 0x1a
@ -37,7 +37,7 @@ data = (
'', # 0x23
'Z', # 0x24
'', # 0x25
'', # 0x26
'ohm', # 0x26
'', # 0x27
'Z', # 0x28
'', # 0x29
@ -63,22 +63,22 @@ data = (
'', # 0x3d
'', # 0x3e
'', # 0x3f
'[?]', # 0x40
'[?]', # 0x41
'[?]', # 0x42
'[?]', # 0x43
'[?]', # 0x44
None, # 0x40
None, # 0x41
None, # 0x42
None, # 0x43
None, # 0x44
'D', # 0x45
'd', # 0x46
'e', # 0x47
'i', # 0x48
'j', # 0x49
'[?]', # 0x4a
'[?]', # 0x4b
'[?]', # 0x4c
'[?]', # 0x4d
None, # 0x4a
None, # 0x4b
None, # 0x4c
None, # 0x4d
'F', # 0x4e
'[?]', # 0x4f
None, # 0x4f
' 1/7 ', # 0x50
' 1/9 ', # 0x51
' 1/10 ', # 0x52
@ -131,18 +131,18 @@ data = (
'D)', # 0x81
'((|))', # 0x82
')', # 0x83
'[?]', # 0x84
'[?]', # 0x85
'[?]', # 0x86
'[?]', # 0x87
'[?]', # 0x88
None, # 0x84
None, # 0x85
None, # 0x86
None, # 0x87
None, # 0x88
' 0/3 ', # 0x89
'[?]', # 0x8a
'[?]', # 0x8b
'[?]', # 0x8c
'[?]', # 0x8d
'[?]', # 0x8e
'[?]', # 0x8f
None, # 0x8a
None, # 0x8b
None, # 0x8c
None, # 0x8d
None, # 0x8e
None, # 0x8f
'-', # 0x90
'|', # 0x91
'-', # 0x92
@ -243,15 +243,15 @@ data = (
'\\', # 0xf1
'\\', # 0xf2
'|', # 0xf3
'[?]', # 0xf4
'[?]', # 0xf5
'[?]', # 0xf6
'[?]', # 0xf7
'[?]', # 0xf8
'[?]', # 0xf9
'[?]', # 0xfa
'[?]', # 0xfb
'[?]', # 0xfc
'[?]', # 0xfd
'[?]', # 0xfe
None, # 0xf4
None, # 0xf5
None, # 0xf6
None, # 0xf7
None, # 0xf8
None, # 0xf9
None, # 0xfa
None, # 0xfb
None, # 0xfc
None, # 0xfd
None, # 0xfe
)