Merging upstream version 2.5.29.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
bdb076f648
commit
8563f0d35d
2 changed files with 3 additions and 1 deletions
|
@ -247,6 +247,7 @@ EXTENSIONS = {
|
||||||
'twig': {'text', 'twig'},
|
'twig': {'text', 'twig'},
|
||||||
'txsprofile': {'text', 'ini', 'txsprofile'},
|
'txsprofile': {'text', 'ini', 'txsprofile'},
|
||||||
'txt': {'text', 'plain-text'},
|
'txt': {'text', 'plain-text'},
|
||||||
|
'txtpb': {'text', 'textproto'},
|
||||||
'urdf': {'text', 'xml', 'urdf'},
|
'urdf': {'text', 'xml', 'urdf'},
|
||||||
'v': {'text', 'verilog'},
|
'v': {'text', 'verilog'},
|
||||||
'vb': {'text', 'vb'},
|
'vb': {'text', 'vb'},
|
||||||
|
@ -338,6 +339,7 @@ NAMES = {
|
||||||
'config.ru': EXTENSIONS['rb'],
|
'config.ru': EXTENSIONS['rb'],
|
||||||
'Containerfile': {'text', 'dockerfile'},
|
'Containerfile': {'text', 'dockerfile'},
|
||||||
'CONTRIBUTING': EXTENSIONS['txt'],
|
'CONTRIBUTING': EXTENSIONS['txt'],
|
||||||
|
'copy.bara.sky': EXTENSIONS['bzl'],
|
||||||
'COPYING': EXTENSIONS['txt'],
|
'COPYING': EXTENSIONS['txt'],
|
||||||
'Dockerfile': {'text', 'dockerfile'},
|
'Dockerfile': {'text', 'dockerfile'},
|
||||||
'Gemfile': EXTENSIONS['rb'],
|
'Gemfile': EXTENSIONS['rb'],
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = identify
|
name = identify
|
||||||
version = 2.5.28
|
version = 2.5.29
|
||||||
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