summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-20 09:18:17 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-20 09:18:17 +0000
commit9cfd52b8f4460eee8824bff14f4c13472446e549 (patch)
treeb6a2dcebc23f5986c2808af383d8df8a11d8f616
parentAdding upstream version 2.5.28. (diff)
downloadidentify-upstream/2.5.29.tar.xz
identify-upstream/2.5.29.zip
Adding upstream version 2.5.29.upstream/2.5.29
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--identify/extensions.py2
-rw-r--r--setup.cfg2
2 files changed, 3 insertions, 1 deletions
diff --git a/identify/extensions.py b/identify/extensions.py
index fbaf71a..0472366 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -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'],
diff --git a/setup.cfg b/setup.cfg
index 30dbc35..e463f46 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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