Merging upstream version 2.3.5.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ce0a40bf6c
commit
a50da2b71f
2 changed files with 3 additions and 1 deletions
|
@ -50,6 +50,7 @@ EXTENSIONS = {
|
||||||
'fish': {'text', 'fish'},
|
'fish': {'text', 'fish'},
|
||||||
'gd': {'text', 'gdscript'},
|
'gd': {'text', 'gdscript'},
|
||||||
'gemspec': {'text', 'ruby'},
|
'gemspec': {'text', 'ruby'},
|
||||||
|
'geojson': {'text', 'geojson', 'json'},
|
||||||
'gif': {'binary', 'image', 'gif'},
|
'gif': {'binary', 'image', 'gif'},
|
||||||
'go': {'text', 'go'},
|
'go': {'text', 'go'},
|
||||||
'gotmpl': {'text', 'gotmpl'},
|
'gotmpl': {'text', 'gotmpl'},
|
||||||
|
@ -205,6 +206,7 @@ EXTENSIONS = {
|
||||||
'vh': {'text', 'verilog'},
|
'vh': {'text', 'verilog'},
|
||||||
'vhd': {'text', 'vhdl'},
|
'vhd': {'text', 'vhdl'},
|
||||||
'vim': {'text', 'vim'},
|
'vim': {'text', 'vim'},
|
||||||
|
'vtl': {'text', 'vtl'},
|
||||||
'vue': {'text', 'vue'},
|
'vue': {'text', 'vue'},
|
||||||
'war': {'binary', 'zip', 'jar'},
|
'war': {'binary', 'zip', 'jar'},
|
||||||
'wav': {'binary', 'audio', 'wav'},
|
'wav': {'binary', 'audio', 'wav'},
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = identify
|
name = identify
|
||||||
version = 2.3.4
|
version = 2.3.5
|
||||||
description = File identification library for Python
|
description = File identification library for Python
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
long_description_content_type = text/markdown
|
long_description_content_type = text/markdown
|
||||||
|
|
Loading…
Add table
Reference in a new issue