Adding upstream version 2.5.22.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
1b309f484f
commit
68c873e788
3 changed files with 3 additions and 1 deletions
|
@ -326,6 +326,7 @@ NAMES = {
|
|||
'BUILD.bazel': EXTENSIONS['bzl'],
|
||||
'CMakeLists.txt': EXTENSIONS['cmake'],
|
||||
'CHANGELOG': EXTENSIONS['txt'],
|
||||
'config.ru': EXTENSIONS['rb'],
|
||||
'CONTRIBUTING': EXTENSIONS['txt'],
|
||||
'COPYING': EXTENSIONS['txt'],
|
||||
'Dockerfile': {'text', 'dockerfile'},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = identify
|
||||
version = 2.5.21
|
||||
version = 2.5.22
|
||||
description = File identification library for Python
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
|
|
|
@ -160,6 +160,7 @@ def test_tags_from_path_plist_text(tmpdir):
|
|||
('Pipfile.lock', {'text', 'json'}),
|
||||
('mod/test.py', {'text', 'python'}),
|
||||
('mod/Dockerfile', {'text', 'dockerfile'}),
|
||||
('config.ru', {'text', 'ruby'}),
|
||||
('Gemfile', {'text', 'ruby'}),
|
||||
('Gemfile.lock', {'text'}),
|
||||
('Jenkinsfile', {'text', 'groovy', 'jenkins'}),
|
||||
|
|
Loading…
Add table
Reference in a new issue