Merging upstream version 2.5.13.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
88406032db
commit
6a83ad6562
2 changed files with 5 additions and 1 deletions
|
@ -120,10 +120,13 @@ EXTENSIONS = {
|
||||||
'lean': {'text', 'lean'},
|
'lean': {'text', 'lean'},
|
||||||
'lektorproject': {'text', 'ini', 'lektorproject'},
|
'lektorproject': {'text', 'ini', 'lektorproject'},
|
||||||
'less': {'text', 'less'},
|
'less': {'text', 'less'},
|
||||||
|
'lfm': {'text', 'lazarus', 'lazarus-form'},
|
||||||
'lhs': {'text', 'literate-haskell'},
|
'lhs': {'text', 'literate-haskell'},
|
||||||
'libsonnet': {'text', 'jsonnet'},
|
'libsonnet': {'text', 'jsonnet'},
|
||||||
'lidr': {'text', 'idris'},
|
'lidr': {'text', 'idris'},
|
||||||
'liquid': {'text', 'liquid'},
|
'liquid': {'text', 'liquid'},
|
||||||
|
'lpi': {'text', 'lazarus', 'xml'},
|
||||||
|
'lpr': {'text', 'lazarus', 'pascal'},
|
||||||
'lr': {'text', 'lektor'},
|
'lr': {'text', 'lektor'},
|
||||||
'lua': {'text', 'lua'},
|
'lua': {'text', 'lua'},
|
||||||
'm': {'text', 'objective-c'},
|
'm': {'text', 'objective-c'},
|
||||||
|
@ -151,6 +154,7 @@ EXTENSIONS = {
|
||||||
'njk': {'text', 'nunjucks'},
|
'njk': {'text', 'nunjucks'},
|
||||||
'otf': {'binary', 'otf'},
|
'otf': {'binary', 'otf'},
|
||||||
'p12': {'binary', 'p12'},
|
'p12': {'binary', 'p12'},
|
||||||
|
'pas': {'text', 'pascal'},
|
||||||
'patch': {'text', 'diff'},
|
'patch': {'text', 'diff'},
|
||||||
'pdf': {'binary', 'pdf'},
|
'pdf': {'binary', 'pdf'},
|
||||||
'pem': {'text', 'pem'},
|
'pem': {'text', 'pem'},
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = identify
|
name = identify
|
||||||
version = 2.5.12
|
version = 2.5.13
|
||||||
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