Merging upstream version 2.4.10.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
6087527dbb
commit
930be4b77c
3 changed files with 3 additions and 2 deletions
|
@ -80,7 +80,7 @@ optional arguments:
|
||||||
$ identify-cli setup.py; echo $?
|
$ identify-cli setup.py; echo $?
|
||||||
["file", "non-executable", "python", "text"]
|
["file", "non-executable", "python", "text"]
|
||||||
0
|
0
|
||||||
$ identify setup.py --filename-only; echo $?
|
$ identify-cli setup.py --filename-only; echo $?
|
||||||
["python", "text"]
|
["python", "text"]
|
||||||
0
|
0
|
||||||
$ identify-cli wat.wat; echo $?
|
$ identify-cli wat.wat; echo $?
|
||||||
|
|
|
@ -99,6 +99,7 @@ EXTENSIONS = {
|
||||||
'js': {'text', 'javascript'},
|
'js': {'text', 'javascript'},
|
||||||
'json': {'text', 'json'},
|
'json': {'text', 'json'},
|
||||||
'jsonnet': {'text', 'jsonnet'},
|
'jsonnet': {'text', 'jsonnet'},
|
||||||
|
'json5': {'text', 'json5'},
|
||||||
'jsx': {'text', 'jsx'},
|
'jsx': {'text', 'jsx'},
|
||||||
'key': {'text', 'pem'},
|
'key': {'text', 'pem'},
|
||||||
'kml': {'text', 'kml', 'xml'},
|
'kml': {'text', 'kml', 'xml'},
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = identify
|
name = identify
|
||||||
version = 2.4.9
|
version = 2.4.10
|
||||||
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