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 2024-03-17 22:14:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-identify (Old)
 and      /work/SRC/openSUSE:Factory/.python-identify.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-identify"

Sun Mar 17 22:14:33 2024 rev:13 rq:1158395 version:2.5.35

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-identify/python-identify.changes  
2023-12-08 22:32:48.877680357 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-identify.new.1905/python-identify.changes    
    2024-03-17 22:14:36.649327115 +0100
@@ -1,0 +2,6 @@
+Sat Mar 16 08:55:39 UTC 2024 - Dirk Müller <dmuel...@suse.com>
+
+- update to 2.5.35:
+  * add .metal detection
+
+-------------------------------------------------------------------

Old:
----
  identify-2.5.33.tar.gz

New:
----
  identify-2.5.35.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-identify.spec ++++++
--- /var/tmp/diff_new_pack.W0ELGg/_old  2024-03-17 22:14:39.153418716 +0100
+++ /var/tmp/diff_new_pack.W0ELGg/_new  2024-03-17 22:14:39.169419302 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-identify
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-identify
-Version:        2.5.33
+Version:        2.5.35
 Release:        0
 Summary:        File identification library for Python
 License:        MIT
@@ -33,7 +33,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 Recommends:     python-editdistance
 BuildArch:      noarch
 %python_subpackages

++++++ identify-2.5.33.tar.gz -> identify-2.5.35.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/identify-2.5.33/.pre-commit-config.yaml 
new/identify-2.5.35/.pre-commit-config.yaml
--- old/identify-2.5.33/.pre-commit-config.yaml 2023-12-07 05:26:31.000000000 
+0100
+++ new/identify-2.5.35/.pre-commit-config.yaml 2024-02-18 19:12:54.000000000 
+0100
@@ -32,11 +32,11 @@
     hooks:
     -   id: autopep8
 -   repo: https://github.com/PyCQA/flake8
-    rev: 6.1.0
+    rev: 7.0.0
     hooks:
     -   id: flake8
         exclude: ^identify/vendor/licenses\.py$
 -   repo: https://github.com/pre-commit/mirrors-mypy
-    rev: v1.7.1
+    rev: v1.8.0
     hooks:
     -   id: mypy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/identify-2.5.33/identify/extensions.py 
new/identify-2.5.35/identify/extensions.py
--- old/identify-2.5.33/identify/extensions.py  2023-12-07 05:26:31.000000000 
+0100
+++ new/identify-2.5.35/identify/extensions.py  2024-02-18 19:12:54.000000000 
+0100
@@ -151,6 +151,7 @@
     'md': {'text', 'markdown'},
     'mdx': {'text', 'mdx'},
     'meson': {'text', 'meson'},
+    'metal': {'text', 'metal'},
     'mib': {'text', 'mib'},
     'mjs': {'text', 'javascript'},
     'mk': {'text', 'makefile'},
@@ -272,6 +273,7 @@
     'wsgi': {'text', 'wsgi', 'python'},
     'xhtml': {'text', 'xml', 'html', 'xhtml'},
     'xacro': {'text', 'xml', 'urdf', 'xacro'},
+    'xctestplan': {'text', 'json'},
     'xml': {'text', 'xml'},
     'xq': {'text', 'xquery'},
     'xql': {'text', 'xquery'},
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/identify-2.5.33/setup.cfg 
new/identify-2.5.35/setup.cfg
--- old/identify-2.5.33/setup.cfg       2023-12-07 05:26:31.000000000 +0100
+++ new/identify-2.5.35/setup.cfg       2024-02-18 19:12:54.000000000 +0100
@@ -1,6 +1,6 @@
 [metadata]
 name = identify
-version = 2.5.33
+version = 2.5.35
 description = File identification library for Python
 long_description = file: README.md
 long_description_content_type = text/markdown

Reply via email to