1
0
Fork 0

Merging upstream version 2.3.5.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-12 21:53:40 +01:00
parent ce0a40bf6c
commit a50da2b71f
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 3 additions and 1 deletions

View file

@ -50,6 +50,7 @@ EXTENSIONS = {
'fish': {'text', 'fish'},
'gd': {'text', 'gdscript'},
'gemspec': {'text', 'ruby'},
'geojson': {'text', 'geojson', 'json'},
'gif': {'binary', 'image', 'gif'},
'go': {'text', 'go'},
'gotmpl': {'text', 'gotmpl'},
@ -205,6 +206,7 @@ EXTENSIONS = {
'vh': {'text', 'verilog'},
'vhd': {'text', 'vhdl'},
'vim': {'text', 'vim'},
'vtl': {'text', 'vtl'},
'vue': {'text', 'vue'},
'war': {'binary', 'zip', 'jar'},
'wav': {'binary', 'audio', 'wav'},

View file

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