Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-identify for openSUSE:Factory
checked in at 2026-04-20 16:11:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-identify (Old)
and /work/SRC/openSUSE:Factory/.python-identify.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-identify"
Mon Apr 20 16:11:34 2026 rev:27 rq:1348072 version:2.6.19
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-identify/python-identify.changes
2026-03-23 17:17:48.328746147 +0100
+++
/work/SRC/openSUSE:Factory/.python-identify.new.11940/python-identify.changes
2026-04-20 16:11:49.850470978 +0200
@@ -1,0 +2,6 @@
+Sun Apr 19 19:59:07 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 2.6.19:
+ * Add support for *.tif
+
+-------------------------------------------------------------------
Old:
----
identify-2.6.18.tar.gz
New:
----
identify-2.6.19.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-identify.spec ++++++
--- /var/tmp/diff_new_pack.iXCilP/_old 2026-04-20 16:11:50.654504082 +0200
+++ /var/tmp/diff_new_pack.iXCilP/_new 2026-04-20 16:11:50.658504247 +0200
@@ -24,7 +24,7 @@
%{?sle15_python_module_pythons}
Name: python-identify
-Version: 2.6.18
+Version: 2.6.19
Release: 0
Summary: File identification library for Python
License: MIT
++++++ identify-2.6.18.tar.gz -> identify-2.6.19.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/identify-2.6.18/.pre-commit-config.yaml
new/identify-2.6.19/.pre-commit-config.yaml
--- old/identify-2.6.18/.pre-commit-config.yaml 2026-03-15 19:41:24.000000000
+0100
+++ new/identify-2.6.19/.pre-commit-config.yaml 2026-04-17 20:39:35.000000000
+0200
@@ -37,6 +37,6 @@
- id: flake8
exclude: ^identify/vendor/licenses\.py$
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v1.19.1
+ rev: v1.20.1
hooks:
- id: mypy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/identify-2.6.18/identify/extensions.py
new/identify-2.6.19/identify/extensions.py
--- old/identify-2.6.18/identify/extensions.py 2026-03-15 19:41:24.000000000
+0100
+++ new/identify-2.6.19/identify/extensions.py 2026-04-17 20:39:35.000000000
+0200
@@ -274,6 +274,7 @@
'tfvars': {'text', 'terraform'},
'tgz': {'binary', 'gzip'},
'thrift': {'text', 'thrift'},
+ 'tif': {'binary', 'image', 'tiff'},
'tiff': {'binary', 'image', 'tiff'},
'toml': {'text', 'toml'},
'tpp': {'text', 'c++'},
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/identify-2.6.18/setup.cfg
new/identify-2.6.19/setup.cfg
--- old/identify-2.6.18/setup.cfg 2026-03-15 19:41:24.000000000 +0100
+++ new/identify-2.6.19/setup.cfg 2026-04-17 20:39:35.000000000 +0200
@@ -1,6 +1,6 @@
[metadata]
name = identify
-version = 2.6.18
+version = 2.6.19
description = File identification library for Python
long_description = file: README.md
long_description_content_type = text/markdown