1
0
Fork 0

Merging upstream version 2.5.29.

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

View file

@ -247,6 +247,7 @@ EXTENSIONS = {
'twig': {'text', 'twig'},
'txsprofile': {'text', 'ini', 'txsprofile'},
'txt': {'text', 'plain-text'},
'txtpb': {'text', 'textproto'},
'urdf': {'text', 'xml', 'urdf'},
'v': {'text', 'verilog'},
'vb': {'text', 'vb'},
@ -338,6 +339,7 @@ NAMES = {
'config.ru': EXTENSIONS['rb'],
'Containerfile': {'text', 'dockerfile'},
'CONTRIBUTING': EXTENSIONS['txt'],
'copy.bara.sky': EXTENSIONS['bzl'],
'COPYING': EXTENSIONS['txt'],
'Dockerfile': {'text', 'dockerfile'},
'Gemfile': EXTENSIONS['rb'],

View file

@ -1,6 +1,6 @@
[metadata]
name = identify
version = 2.5.28
version = 2.5.29
description = File identification library for Python
long_description = file: README.md
long_description_content_type = text/markdown