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

@ -1,9 +1,9 @@
data = (
'[?]', # 0x00
None, # 0x00
'N', # 0x01
'N', # 0x02
'H', # 0x03
'[?]', # 0x04
None, # 0x04
'a', # 0x05
'aa', # 0x06
'i', # 0x07
@ -12,12 +12,12 @@ data = (
'uu', # 0x0a
'R', # 0x0b
'L', # 0x0c
'[?]', # 0x0d
'[?]', # 0x0e
None, # 0x0d
None, # 0x0e
'e', # 0x0f
'ai', # 0x10
'[?]', # 0x11
'[?]', # 0x12
None, # 0x11
None, # 0x12
'o', # 0x13
'au', # 0x14
'k', # 0x15
@ -40,7 +40,7 @@ data = (
'd', # 0x26
'dh', # 0x27
'n', # 0x28
'[?]', # 0x29
None, # 0x29
'p', # 0x2a
'ph', # 0x2b
'b', # 0x2c
@ -48,17 +48,17 @@ data = (
'm', # 0x2e
'y', # 0x2f
'r', # 0x30
'[?]', # 0x31
None, # 0x31
'l', # 0x32
'll', # 0x33
'[?]', # 0x34
None, # 0x34
'', # 0x35
'sh', # 0x36
'ss', # 0x37
's', # 0x38
'h', # 0x39
'[?]', # 0x3a
'[?]', # 0x3b
None, # 0x3a
None, # 0x3b
'\'', # 0x3c
'\'', # 0x3d
'aa', # 0x3e
@ -67,40 +67,40 @@ data = (
'u', # 0x41
'uu', # 0x42
'R', # 0x43
'[?]', # 0x44
'[?]', # 0x45
'[?]', # 0x46
None, # 0x44
None, # 0x45
None, # 0x46
'e', # 0x47
'ai', # 0x48
'[?]', # 0x49
'[?]', # 0x4a
None, # 0x49
None, # 0x4a
'o', # 0x4b
'au', # 0x4c
'', # 0x4d
'[?]', # 0x4e
'[?]', # 0x4f
'[?]', # 0x50
'[?]', # 0x51
'[?]', # 0x52
'[?]', # 0x53
'[?]', # 0x54
'[?]', # 0x55
None, # 0x4e
None, # 0x4f
None, # 0x50
None, # 0x51
None, # 0x52
None, # 0x53
None, # 0x54
None, # 0x55
'+', # 0x56
'+', # 0x57
'[?]', # 0x58
'[?]', # 0x59
'[?]', # 0x5a
'[?]', # 0x5b
None, # 0x58
None, # 0x59
None, # 0x5a
None, # 0x5b
'rr', # 0x5c
'rh', # 0x5d
'[?]', # 0x5e
None, # 0x5e
'yy', # 0x5f
'RR', # 0x60
'LL', # 0x61
'[?]', # 0x62
'[?]', # 0x63
'[?]', # 0x64
'[?]', # 0x65
None, # 0x62
None, # 0x63
None, # 0x64
None, # 0x65
'0', # 0x66
'1', # 0x67
'2', # 0x68
@ -112,67 +112,67 @@ data = (
'8', # 0x6e
'9', # 0x6f
'', # 0x70
'[?]', # 0x71
'[?]', # 0x72
'[?]', # 0x73
'[?]', # 0x74
'[?]', # 0x75
'[?]', # 0x76
'[?]', # 0x77
'[?]', # 0x78
'[?]', # 0x79
'[?]', # 0x7a
'[?]', # 0x7b
'[?]', # 0x7c
'[?]', # 0x7d
'[?]', # 0x7e
'[?]', # 0x7f
'[?]', # 0x80
'[?]', # 0x81
None, # 0x71
None, # 0x72
None, # 0x73
None, # 0x74
None, # 0x75
None, # 0x76
None, # 0x77
None, # 0x78
None, # 0x79
None, # 0x7a
None, # 0x7b
None, # 0x7c
None, # 0x7d
None, # 0x7e
None, # 0x7f
None, # 0x80
None, # 0x81
'N', # 0x82
'H', # 0x83
'[?]', # 0x84
None, # 0x84
'a', # 0x85
'aa', # 0x86
'i', # 0x87
'ii', # 0x88
'u', # 0x89
'uu', # 0x8a
'[?]', # 0x8b
'[?]', # 0x8c
'[?]', # 0x8d
None, # 0x8b
None, # 0x8c
None, # 0x8d
'e', # 0x8e
'ee', # 0x8f
'ai', # 0x90
'[?]', # 0x91
None, # 0x91
'o', # 0x92
'oo', # 0x93
'au', # 0x94
'k', # 0x95
'[?]', # 0x96
'[?]', # 0x97
'[?]', # 0x98
None, # 0x96
None, # 0x97
None, # 0x98
'ng', # 0x99
'c', # 0x9a
'[?]', # 0x9b
None, # 0x9b
'j', # 0x9c
'[?]', # 0x9d
None, # 0x9d
'ny', # 0x9e
'tt', # 0x9f
'[?]', # 0xa0
'[?]', # 0xa1
'[?]', # 0xa2
None, # 0xa0
None, # 0xa1
None, # 0xa2
'nn', # 0xa3
't', # 0xa4
'[?]', # 0xa5
'[?]', # 0xa6
'[?]', # 0xa7
None, # 0xa5
None, # 0xa6
None, # 0xa7
'n', # 0xa8
'nnn', # 0xa9
'p', # 0xaa
'[?]', # 0xab
'[?]', # 0xac
'[?]', # 0xad
None, # 0xab
None, # 0xac
None, # 0xad
'm', # 0xae
'y', # 0xaf
'r', # 0xb0
@ -181,54 +181,54 @@ data = (
'll', # 0xb3
'lll', # 0xb4
'v', # 0xb5
'[?]', # 0xb6
None, # 0xb6
'ss', # 0xb7
's', # 0xb8
'h', # 0xb9
'[?]', # 0xba
'[?]', # 0xbb
'[?]', # 0xbc
'[?]', # 0xbd
None, # 0xba
None, # 0xbb
None, # 0xbc
None, # 0xbd
'aa', # 0xbe
'i', # 0xbf
'ii', # 0xc0
'u', # 0xc1
'uu', # 0xc2
'[?]', # 0xc3
'[?]', # 0xc4
'[?]', # 0xc5
None, # 0xc3
None, # 0xc4
None, # 0xc5
'e', # 0xc6
'ee', # 0xc7
'ai', # 0xc8
'[?]', # 0xc9
None, # 0xc9
'o', # 0xca
'oo', # 0xcb
'au', # 0xcc
'', # 0xcd
'[?]', # 0xce
'[?]', # 0xcf
'[?]', # 0xd0
'[?]', # 0xd1
'[?]', # 0xd2
'[?]', # 0xd3
'[?]', # 0xd4
'[?]', # 0xd5
'[?]', # 0xd6
None, # 0xce
None, # 0xcf
None, # 0xd0
None, # 0xd1
None, # 0xd2
None, # 0xd3
None, # 0xd4
None, # 0xd5
None, # 0xd6
'+', # 0xd7
'[?]', # 0xd8
'[?]', # 0xd9
'[?]', # 0xda
'[?]', # 0xdb
'[?]', # 0xdc
'[?]', # 0xdd
'[?]', # 0xde
'[?]', # 0xdf
'[?]', # 0xe0
'[?]', # 0xe1
'[?]', # 0xe2
'[?]', # 0xe3
'[?]', # 0xe4
'[?]', # 0xe5
None, # 0xd8
None, # 0xd9
None, # 0xda
None, # 0xdb
None, # 0xdc
None, # 0xdd
None, # 0xde
None, # 0xdf
None, # 0xe0
None, # 0xe1
None, # 0xe2
None, # 0xe3
None, # 0xe4
None, # 0xe5
'0', # 0xe6
'1', # 0xe7
'2', # 0xe8
@ -242,16 +242,16 @@ data = (
'+10+', # 0xf0
'+100+', # 0xf1
'+1000+', # 0xf2
'[?]', # 0xf3
'[?]', # 0xf4
'[?]', # 0xf5
'[?]', # 0xf6
'[?]', # 0xf7
'[?]', # 0xf8
'[?]', # 0xf9
'[?]', # 0xfa
'[?]', # 0xfb
'[?]', # 0xfc
'[?]', # 0xfd
'[?]', # 0xfe
None, # 0xf3
None, # 0xf4
None, # 0xf5
None, # 0xf6
None, # 0xf7
None, # 0xf8
None, # 0xf9
None, # 0xfa
None, # 0xfb
None, # 0xfc
None, # 0xfd
None, # 0xfe
)