Hello community,

here is the log from the commit of package mypy for openSUSE:Factory checked in 
at 2019-12-29 15:49:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mypy (Old)
 and      /work/SRC/openSUSE:Factory/.mypy.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mypy"

Sun Dec 29 15:49:23 2019 rev:16 rq:756059 version:0.750

Changes:
--------
--- /work/SRC/openSUSE:Factory/mypy/mypy.changes        2019-11-22 
10:24:44.649285580 +0100
+++ /work/SRC/openSUSE:Factory/.mypy.new.6675/mypy.changes      2019-12-29 
15:49:24.159168166 +0100
@@ -1,0 +2,14 @@
+Thu Dec 12 12:09:10 UTC 2019 - Ondřej Súkup <mimi...@gmail.com>
+
+- update to 0.750
+ * More Precise Error Locations
+ * Colors in Output
+ * Pretty Output Mode
+ * Old Semantic Analyzer Removed
+ * Type Checking for str.format Calls
+ * Improved check_untyped_defs
+ * Stricter Treatment of Context Manager Objects
+ * More Powerful Self-types
+ * Mypy Daemon is No Longer Experimental
+
+-------------------------------------------------------------------

Old:
----
  mypy-0.720.tar.gz

New:
----
  mypy-0.750.tar.gz

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

Other differences:
------------------
++++++ mypy.spec ++++++
--- /var/tmp/diff_new_pack.ImQmL5/_old  2019-12-29 15:49:25.091168591 +0100
+++ /var/tmp/diff_new_pack.ImQmL5/_new  2019-12-29 15:49:25.095168593 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mypy
 #
-# Copyright (c) 2019 SUSE LLC.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           mypy
-Version:        0.720
+Version:        0.750
 Release:        0
 Summary:        Optional static typing for Python
 License:        MIT
@@ -62,6 +62,9 @@
     sed -i -e '1 s|env ||' $scr
 done
 
+sed -i '/env python3/d' ./mypy/stubgenc.py
+sed -i '/env python3/d' ./mypy/stubgen.py
+
 %build
 %python3_build
 pushd docs
@@ -75,6 +78,8 @@
 
 %check
 export PYTHONPATH=%{buildroot}%{python3_sitelib}
+sed -i '/plugin/d' ./mypy_self_check.ini
+sed -i '/warn_unused_ignores/d' ./mypy_self_check.ini
 python3 -m mypy --config-file mypy_self_check.ini -p mypy
 # py.test3 -v … we need to analyze subset of tests which would be
 # available and without large dependencies.
@@ -85,6 +90,7 @@
 %{python3_sitelib}/*
 %{_bindir}/dmypy
 %{_bindir}/mypy
+%{_bindir}/mypyc
 %{_bindir}/stubgen
 
 %changelog

++++++ mypy-0.720.tar.gz -> mypy-0.750.tar.gz ++++++
++++ 121109 lines of diff (skipped)

++++++ mypy-rpmlintrc ++++++
--- /var/tmp/diff_new_pack.ImQmL5/_old  2019-12-29 15:49:26.171169084 +0100
+++ /var/tmp/diff_new_pack.ImQmL5/_new  2019-12-29 15:49:26.191169093 +0100
@@ -1,2 +1,3 @@
 addFilter("zero-length .*/usr/lib/python.*/site-packages/mypy/test/.*\.py")
 addFilter("zero-length 
.*/usr/lib/python.*/site-packages/mypy/typeshed/.*\.pyi")
+addFilter("devel-file-in-non-devel-package")


Reply via email to