1
0
Fork 0

Adding upstream version 2.5.22.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 05:29:35 +01:00
parent 1b309f484f
commit 68c873e788
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
3 changed files with 3 additions and 1 deletions

View file

@ -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'},

View file

@ -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

View file

@ -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'}),