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 2021-08-19 10:01:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-identify (Old)
 and      /work/SRC/openSUSE:Factory/.python-identify.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-identify"

Thu Aug 19 10:01:11 2021 rev:9 rq:912924 version:2.2.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-identify/python-identify.changes  
2021-06-24 18:23:18.760965370 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-identify.new.1899/python-identify.changes    
    2021-08-19 10:02:12.427177273 +0200
@@ -1,0 +2,11 @@
+Wed Aug 18 12:47:19 UTC 2021 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Update to 2.2.13
+  * Add the '.kts' extension for kotlin
+- from version 2.2.12
+  * add adobe illustrator's .ai extension
+- from version 2.2.11
+  * Detect waf wscript files as Python
+  * stricter mypy settings
+
+-------------------------------------------------------------------

Old:
----
  identify-2.2.10.tar.gz

New:
----
  identify-2.2.13.tar.gz

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

Other differences:
------------------
++++++ python-identify.spec ++++++
--- /var/tmp/diff_new_pack.4B0Qov/_old  2021-08-19 10:02:12.827176787 +0200
+++ /var/tmp/diff_new_pack.4B0Qov/_new  2021-08-19 10:02:12.831176782 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-identify
-Version:        2.2.10
+Version:        2.2.13
 Release:        0
 Summary:        File identification library for Python
 License:        MIT

++++++ identify-2.2.10.tar.gz -> identify-2.2.13.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/identify-2.2.10/.pre-commit-config.yaml 
new/identify-2.2.13/.pre-commit-config.yaml
--- old/identify-2.2.10/.pre-commit-config.yaml 2021-06-07 19:18:24.000000000 
+0200
+++ new/identify-2.2.13/.pre-commit-config.yaml 2021-08-06 18:07:44.000000000 
+0200
@@ -25,7 +25,7 @@
     hooks:
     -   id: autopep8
 -   repo: https://github.com/asottile/reorder_python_imports
-    rev: v2.5.0
+    rev: v2.6.0
     hooks:
     -   id: reorder-python-imports
         args: [--py3-plus]
@@ -35,11 +35,11 @@
     -   id: add-trailing-comma
         args: [--py36-plus]
 -   repo: https://github.com/asottile/pyupgrade
-    rev: v2.19.0
+    rev: v2.23.1
     hooks:
     -   id: pyupgrade
         args: [--py36-plus]
 -   repo: https://github.com/pre-commit/mirrors-mypy
-    rev: v0.812
+    rev: v0.910
     hooks:
     -   id: mypy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/identify-2.2.10/identify/extensions.py 
new/identify-2.2.13/identify/extensions.py
--- old/identify-2.2.10/identify/extensions.py  2021-06-07 19:18:24.000000000 
+0200
+++ new/identify-2.2.13/identify/extensions.py  2021-08-06 18:07:44.000000000 
+0200
@@ -1,5 +1,6 @@
 EXTENSIONS = {
     'adoc': {'text', 'asciidoc'},
+    'ai': {'binary', 'adobe-illustrator'},
     'asciidoc': {'text', 'asciidoc'},
     'apinotes': {'text', 'apinotes'},
     'asar': {'binary', 'asar'},
@@ -93,6 +94,7 @@
     'key': {'text', 'pem'},
     'kml': {'text', 'kml', 'xml'},
     'kt': {'text', 'kotlin'},
+    'kts': {'text', 'kotlin'},
     'lean': {'text', 'lean'},
     'lektorproject': {'text', 'ini', 'lektorproject'},
     'less': {'text', 'less'},
@@ -294,4 +296,5 @@
     'Rakefile': EXTENSIONS['rb'],
     'setup.cfg': EXTENSIONS['ini'],
     'WORKSPACE': EXTENSIONS['bzl'],
+    'wscript': EXTENSIONS['py'],
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/identify-2.2.10/setup.cfg 
new/identify-2.2.13/setup.cfg
--- old/identify-2.2.10/setup.cfg       2021-06-07 19:18:24.000000000 +0200
+++ new/identify-2.2.13/setup.cfg       2021-08-06 18:07:44.000000000 +0200
@@ -1,6 +1,6 @@
 [metadata]
 name = identify
-version = 2.2.10
+version = 2.2.13
 description = File identification library for Python
 long_description = file: README.md
 long_description_content_type = text/markdown
@@ -49,6 +49,8 @@
 disallow_incomplete_defs = true
 disallow_untyped_defs = true
 no_implicit_optional = true
+warn_redundant_casts = true
+warn_unused_ignores = true
 
 [mypy-testing.*]
 disallow_untyped_defs = false

Reply via email to