Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mypy for openSUSE:Factory checked in 
at 2023-02-08 17:20:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mypy (Old)
 and      /work/SRC/openSUSE:Factory/.mypy.new.4462 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mypy"

Wed Feb  8 17:20:03 2023 rev:33 rq:1063669 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mypy/mypy.changes        2023-01-25 
17:51:14.090644401 +0100
+++ /work/SRC/openSUSE:Factory/.mypy.new.4462/mypy.changes      2023-02-08 
17:20:28.053994527 +0100
@@ -1,0 +2,22 @@
+Tue Feb  7 13:56:17 UTC 2023 - Matej Cepl <mc...@suse.com>
+
+- Skip failing test testI64Cast (gh#python/mypy#14633).
+
+-------------------------------------------------------------------
+Tue Feb  7 08:42:15 UTC 2023 - Matej Cepl <mc...@suse.com>
+
+- Update to 1.0.0 (YAY!):
+  - Mypy 1.0 is up to 40% faster than mypy 0.991 when type
+    checking the Dropbox internal codebase. We also set up a
+    daily job to measure the performance of the most recent
+    development version of mypy to make it easier to track
+    changes in performance.
+  - Warn About Variables Used Before Definition
+  - Detect Possibly Undefined Variables (Experimental)
+  - Support the “Self” Type
+  - Support ParamSpec in Type Aliases
+  - ParamSpec and Generic Self Types No Longer Experimental
+  - Miscellaneous New Features
+  - plenty of bug fixes
+
+-------------------------------------------------------------------

Old:
----
  mypy-0.991.tar.gz

New:
----
  mypy-1.0.0.tar.gz

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

Other differences:
------------------
++++++ mypy.spec ++++++
--- /var/tmp/diff_new_pack.9Qccu4/_old  2023-02-08 17:20:28.645997433 +0100
+++ /var/tmp/diff_new_pack.9Qccu4/_new  2023-02-08 17:20:28.649997453 +0100
@@ -22,7 +22,7 @@
 %define types_psutil_version 5.9.5.6
 %define types_setuptools_version 65.6.0.3
 Name:           mypy
-Version:        0.991
+Version:        1.0.0
 Release:        0
 Summary:        Optional static typing for Python
 License:        MIT
@@ -130,8 +130,10 @@
 # cannot compile unoptimized with suse headers
 export MYPYC_OPT_LEVEL=2
 if [ $(getconf LONG_BIT) -ne 64 ]; then
-  # https://github.com/python/mypy/issues/11148
+  # gh#python/mypy#11148
   donttest+=" or testSubclassSpecialize or testMultiModuleSpecialize"
+  # gh#python/mypy#14633
+  donttest+=" or testI64Cast"
   # fails only in python36 (EOL)
   python36_donttest+=" or testIntOps"
 fi

++++++ mypy-0.991.tar.gz -> mypy-1.0.0.tar.gz ++++++
++++ 41795 lines of diff (skipped)

Reply via email to