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-02-25 16:47:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-identify (Old)
 and      /work/SRC/openSUSE:Factory/.python-identify.new.1873 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-identify"

Tue Feb 25 16:47:10 2025 rev:18 rq:1248170 version:2.6.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-identify/python-identify.changes  
2025-02-11 21:31:02.250130428 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-identify.new.1873/python-identify.changes    
    2025-02-25 16:47:32.498795651 +0100
@@ -1,0 +2,8 @@
+Mon Feb 24 13:34:03 UTC 2025 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Update to 2.6.8
+  * [pre-commit.ci] pre-commit autoupdate
+  * feat: Register sas as an extension
+  * extensions: Introduce wsdl
+
+-------------------------------------------------------------------

Old:
----
  identify-2.6.7.tar.gz

New:
----
  identify-2.6.8.tar.gz

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

Other differences:
------------------
++++++ python-identify.spec ++++++
--- /var/tmp/diff_new_pack.ITsecm/_old  2025-02-25 16:47:34.826892950 +0100
+++ /var/tmp/diff_new_pack.ITsecm/_new  2025-02-25 16:47:34.826892950 +0100
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-identify
-Version:        2.6.7
+Version:        2.6.8
 Release:        0
 Summary:        File identification library for Python
 License:        MIT

++++++ identify-2.6.7.tar.gz -> identify-2.6.8.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/identify-2.6.7/.pre-commit-config.yaml 
new/identify-2.6.8/.pre-commit-config.yaml
--- old/identify-2.6.7/.pre-commit-config.yaml  2025-02-08 20:02:47.000000000 
+0100
+++ new/identify-2.6.8/.pre-commit-config.yaml  2025-02-22 18:56:03.000000000 
+0100
@@ -32,11 +32,11 @@
     hooks:
     -   id: autopep8
 -   repo: https://github.com/PyCQA/flake8
-    rev: 7.1.1
+    rev: 7.1.2
     hooks:
     -   id: flake8
         exclude: ^identify/vendor/licenses\.py$
 -   repo: https://github.com/pre-commit/mirrors-mypy
-    rev: v1.14.1
+    rev: v1.15.0
     hooks:
     -   id: mypy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/identify-2.6.7/identify/extensions.py 
new/identify-2.6.8/identify/extensions.py
--- old/identify-2.6.7/identify/extensions.py   2025-02-08 20:02:47.000000000 
+0100
+++ new/identify-2.6.8/identify/extensions.py   2025-02-22 18:56:03.000000000 
+0100
@@ -225,6 +225,7 @@
     'rs': {'text', 'rust'},
     'rst': {'text', 'rst'},
     's': {'text', 'asm'},
+    'sas': {'text', 'sas'},
     'sass': {'text', 'sass'},
     'sbt': {'text', 'sbt', 'scala'},
     'sc': {'text', 'scala'},
@@ -285,6 +286,7 @@
     'wkt': {'text', 'wkt'},
     'woff': {'binary', 'woff'},
     'woff2': {'binary', 'woff2'},
+    'wsdl': {'text', 'xml', 'wsdl'},
     'wsgi': {'text', 'wsgi', 'python'},
     'xhtml': {'text', 'xml', 'html', 'xhtml'},
     'xacro': {'text', 'xml', 'urdf', 'xacro'},
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/identify-2.6.7/setup.cfg new/identify-2.6.8/setup.cfg
--- old/identify-2.6.7/setup.cfg        2025-02-08 20:02:47.000000000 +0100
+++ new/identify-2.6.8/setup.cfg        2025-02-22 18:56:03.000000000 +0100
@@ -1,6 +1,6 @@
 [metadata]
 name = identify
-version = 2.6.7
+version = 2.6.8
 description = File identification library for Python
 long_description = file: README.md
 long_description_content_type = text/markdown

Reply via email to