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 2025-12-09 12:49:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-identify (Old)
and /work/SRC/openSUSE:Factory/.python-identify.new.1939 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-identify"
Tue Dec 9 12:49:56 2025 rev:24 rq:1321558 version:2.6.15
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-identify/python-identify.changes
2025-09-30 17:42:48.546316845 +0200
+++
/work/SRC/openSUSE:Factory/.python-identify.new.1939/python-identify.changes
2025-12-09 12:56:39.179837686 +0100
@@ -1,0 +2,9 @@
+Wed Dec 3 10:05:45 UTC 2025 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 2.6.15
+ * [pre-commit.ci] pre-commit autoupdate
+ * [pre-commit.ci] pre-commit autoupdate
+ * fix: make PKGBUILD files a superset of .bash
+ * Add .piskel extension
+
+-------------------------------------------------------------------
Old:
----
identify-2.6.14.tar.gz
New:
----
identify-2.6.15.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-identify.spec ++++++
--- /var/tmp/diff_new_pack.2NVHeP/_old 2025-12-09 12:56:40.843907882 +0100
+++ /var/tmp/diff_new_pack.2NVHeP/_new 2025-12-09 12:56:40.863908726 +0100
@@ -24,7 +24,7 @@
%{?sle15_python_module_pythons}
Name: python-identify
-Version: 2.6.14
+Version: 2.6.15
Release: 0
Summary: File identification library for Python
License: MIT
++++++ identify-2.6.14.tar.gz -> identify-2.6.15.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/identify-2.6.14/.pre-commit-config.yaml
new/identify-2.6.15/.pre-commit-config.yaml
--- old/identify-2.6.14/.pre-commit-config.yaml 2025-09-06 21:30:35.000000000
+0200
+++ new/identify-2.6.15/.pre-commit-config.yaml 2025-10-02 19:43:28.000000000
+0200
@@ -37,6 +37,6 @@
- id: flake8
exclude: ^identify/vendor/licenses\.py$
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v1.17.1
+ rev: v1.18.2
hooks:
- id: mypy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/identify-2.6.14/identify/extensions.py
new/identify-2.6.15/identify/extensions.py
--- old/identify-2.6.14/identify/extensions.py 2025-09-06 21:30:35.000000000
+0200
+++ new/identify-2.6.15/identify/extensions.py 2025-10-02 19:43:28.000000000
+0200
@@ -194,6 +194,7 @@
'php4': {'text', 'php'},
'php5': {'text', 'php'},
'phtml': {'text', 'php'},
+ 'piskel': {'text', 'piskel', 'json'},
'pl': {'text', 'perl'},
'plantuml': {'text', 'plantuml'},
'pm': {'text', 'perl'},
@@ -399,7 +400,7 @@
'PATENTS': EXTENSIONS['txt'],
'Pipfile': EXTENSIONS['toml'],
'Pipfile.lock': EXTENSIONS['json'],
- 'PKGBUILD': {'text', 'bash', 'pkgbuild', 'alpm'},
+ 'PKGBUILD': EXTENSIONS['bash'] | {'pkgbuild', 'alpm'},
'poetry.lock': EXTENSIONS['toml'],
'pom.xml': EXTENSIONS['pom'],
'pylintrc': EXTENSIONS['ini'] | {'pylintrc'},
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/identify-2.6.14/setup.cfg
new/identify-2.6.15/setup.cfg
--- old/identify-2.6.14/setup.cfg 2025-09-06 21:30:35.000000000 +0200
+++ new/identify-2.6.15/setup.cfg 2025-10-02 19:43:28.000000000 +0200
@@ -1,6 +1,6 @@
[metadata]
name = identify
-version = 2.6.14
+version = 2.6.15
description = File identification library for Python
long_description = file: README.md
long_description_content_type = text/markdown