Merging upstream version 2.6.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
11b2e7768c
commit
5c0c216b0b
2 changed files with 11 additions and 1 deletions
|
@ -13,6 +13,9 @@ EXTENSIONS = {
|
||||||
'bat': {'text', 'batch'},
|
'bat': {'text', 'batch'},
|
||||||
'bats': {'text', 'shell', 'bash', 'bats'},
|
'bats': {'text', 'shell', 'bash', 'bats'},
|
||||||
'bazel': {'text', 'bazel'},
|
'bazel': {'text', 'bazel'},
|
||||||
|
'bb': {'text', 'bitbake'},
|
||||||
|
'bbappend': {'text', 'bitbake'},
|
||||||
|
'bbclass': {'text', 'bitbake'},
|
||||||
'beancount': {'text', 'beancount'},
|
'beancount': {'text', 'beancount'},
|
||||||
'bib': {'text', 'bib'},
|
'bib': {'text', 'bib'},
|
||||||
'bmp': {'binary', 'image', 'bitmap'},
|
'bmp': {'binary', 'image', 'bitmap'},
|
||||||
|
@ -43,6 +46,7 @@ EXTENSIONS = {
|
||||||
'cson': {'text', 'cson'},
|
'cson': {'text', 'cson'},
|
||||||
'css': {'text', 'css'},
|
'css': {'text', 'css'},
|
||||||
'csv': {'text', 'csv'},
|
'csv': {'text', 'csv'},
|
||||||
|
'csx': {'text', 'c#', 'c#script'},
|
||||||
'cu': {'text', 'cuda'},
|
'cu': {'text', 'cuda'},
|
||||||
'cue': {'text', 'cue'},
|
'cue': {'text', 'cue'},
|
||||||
'cuh': {'text', 'cuda'},
|
'cuh': {'text', 'cuda'},
|
||||||
|
@ -75,6 +79,8 @@ EXTENSIONS = {
|
||||||
'feature': {'text', 'gherkin'},
|
'feature': {'text', 'gherkin'},
|
||||||
'fish': {'text', 'fish'},
|
'fish': {'text', 'fish'},
|
||||||
'fits': {'binary', 'fits'},
|
'fits': {'binary', 'fits'},
|
||||||
|
'fs': {'text', 'f#'},
|
||||||
|
'fsx': {'text', 'f#', 'f#script'},
|
||||||
'gd': {'text', 'gdscript'},
|
'gd': {'text', 'gdscript'},
|
||||||
'gemspec': {'text', 'ruby'},
|
'gemspec': {'text', 'ruby'},
|
||||||
'geojson': {'text', 'geojson', 'json'},
|
'geojson': {'text', 'geojson', 'json'},
|
||||||
|
@ -319,6 +325,7 @@ NAMES = {
|
||||||
'.csslintrc': EXTENSIONS['json'] | {'csslintrc'},
|
'.csslintrc': EXTENSIONS['json'] | {'csslintrc'},
|
||||||
'.dockerignore': {'text', 'dockerignore'},
|
'.dockerignore': {'text', 'dockerignore'},
|
||||||
'.editorconfig': {'text', 'editorconfig'},
|
'.editorconfig': {'text', 'editorconfig'},
|
||||||
|
'.envrc': EXTENSIONS['bash'],
|
||||||
'.flake8': EXTENSIONS['ini'] | {'flake8'},
|
'.flake8': EXTENSIONS['ini'] | {'flake8'},
|
||||||
'.gitattributes': {'text', 'gitattributes'},
|
'.gitattributes': {'text', 'gitattributes'},
|
||||||
'.gitconfig': EXTENSIONS['ini'] | {'gitconfig'},
|
'.gitconfig': EXTENSIONS['ini'] | {'gitconfig'},
|
||||||
|
@ -343,6 +350,8 @@ NAMES = {
|
||||||
'.zshrc': EXTENSIONS['zsh'],
|
'.zshrc': EXTENSIONS['zsh'],
|
||||||
'.zshenv': EXTENSIONS['zsh'],
|
'.zshenv': EXTENSIONS['zsh'],
|
||||||
'AUTHORS': EXTENSIONS['txt'],
|
'AUTHORS': EXTENSIONS['txt'],
|
||||||
|
'bblayers.conf': EXTENSIONS['bb'],
|
||||||
|
'bitbake.conf': EXTENSIONS['bb'],
|
||||||
'BUILD': EXTENSIONS['bzl'],
|
'BUILD': EXTENSIONS['bzl'],
|
||||||
'Cargo.toml': EXTENSIONS['toml'] | {'cargo'},
|
'Cargo.toml': EXTENSIONS['toml'] | {'cargo'},
|
||||||
'Cargo.lock': EXTENSIONS['toml'] | {'cargo-lock'},
|
'Cargo.lock': EXTENSIONS['toml'] | {'cargo-lock'},
|
||||||
|
@ -354,6 +363,7 @@ NAMES = {
|
||||||
'copy.bara.sky': EXTENSIONS['bzl'],
|
'copy.bara.sky': EXTENSIONS['bzl'],
|
||||||
'COPYING': EXTENSIONS['txt'],
|
'COPYING': EXTENSIONS['txt'],
|
||||||
'Dockerfile': {'text', 'dockerfile'},
|
'Dockerfile': {'text', 'dockerfile'},
|
||||||
|
'direnvrc': EXTENSIONS['bash'],
|
||||||
'Gemfile': EXTENSIONS['rb'],
|
'Gemfile': EXTENSIONS['rb'],
|
||||||
'Gemfile.lock': {'text'},
|
'Gemfile.lock': {'text'},
|
||||||
'GNUmakefile': EXTENSIONS['mk'],
|
'GNUmakefile': EXTENSIONS['mk'],
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = identify
|
name = identify
|
||||||
version = 2.6.2
|
version = 2.6.3
|
||||||
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