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-03-23 17:15:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-identify (Old)
and /work/SRC/openSUSE:Factory/.python-identify.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-identify"
Mon Mar 23 17:15:46 2026 rev:26 rq:1342021 version:2.6.18
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-identify/python-identify.changes
2026-03-05 17:31:53.440292440 +0100
+++
/work/SRC/openSUSE:Factory/.python-identify.new.8177/python-identify.changes
2026-03-23 17:17:48.328746147 +0100
@@ -1,0 +2,6 @@
+Mon Mar 23 10:52:15 UTC 2026 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 2.6.18
+ * Configure pyproject.toml to have custom 'pyproject' file type
+
+-------------------------------------------------------------------
Old:
----
identify-2.6.17.tar.gz
New:
----
identify-2.6.18.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-identify.spec ++++++
--- /var/tmp/diff_new_pack.RMuAF0/_old 2026-03-23 17:17:48.824766718 +0100
+++ /var/tmp/diff_new_pack.RMuAF0/_new 2026-03-23 17:17:48.824766718 +0100
@@ -24,7 +24,7 @@
%{?sle15_python_module_pythons}
Name: python-identify
-Version: 2.6.17
+Version: 2.6.18
Release: 0
Summary: File identification library for Python
License: MIT
++++++ identify-2.6.17.tar.gz -> identify-2.6.18.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/identify-2.6.17/identify/extensions.py
new/identify-2.6.18/identify/extensions.py
--- old/identify-2.6.17/identify/extensions.py 2026-03-01 21:04:02.000000000
+0100
+++ new/identify-2.6.18/identify/extensions.py 2026-03-15 19:41:24.000000000
+0100
@@ -424,6 +424,7 @@
'poetry.lock': EXTENSIONS['toml'],
'pom.xml': EXTENSIONS['pom'],
'pylintrc': EXTENSIONS['ini'] | {'pylintrc'},
+ 'pyproject.toml': EXTENSIONS['toml'] | {'pyproject'},
'README': EXTENSIONS['txt'],
'Rakefile': EXTENSIONS['rb'],
'rebar.config': EXTENSIONS['erl'],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/identify-2.6.17/setup.cfg
new/identify-2.6.18/setup.cfg
--- old/identify-2.6.17/setup.cfg 2026-03-01 21:04:02.000000000 +0100
+++ new/identify-2.6.18/setup.cfg 2026-03-15 19:41:24.000000000 +0100
@@ -1,6 +1,6 @@
[metadata]
name = identify
-version = 2.6.17
+version = 2.6.18
description = File identification library for Python
long_description = file: README.md
long_description_content_type = text/markdown