Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-mypy for openSUSE:Factory 
checked in at 2025-12-02 13:18:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mypy (Old)
 and      /work/SRC/openSUSE:Factory/.python-mypy.new.14147 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-mypy"

Tue Dec  2 13:18:16 2025 rev:20 rq:1320169 version:1.18.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mypy/python-mypy.changes  2025-10-02 
19:20:07.334262680 +0200
+++ /work/SRC/openSUSE:Factory/.python-mypy.new.14147/python-mypy.changes       
2025-12-02 13:18:26.318526456 +0100
@@ -1,0 +2,5 @@
+Tue Nov 25 12:55:30 UTC 2025 - Markéta Machová <[email protected]>
+
+- Lower-bound python version on mypy self check because of pytest 9
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-mypy.spec ++++++
--- /var/tmp/diff_new_pack.aAC3UD/_old  2025-12-02 13:18:27.358570122 +0100
+++ /var/tmp/diff_new_pack.aAC3UD/_new  2025-12-02 13:18:27.362570290 +0100
@@ -136,7 +136,8 @@
 %if 0%{?suse_version} > 1600
 %{python_expand # self-check with manually provided stubs for typed_ast
 export PYTHONPATH=%{buildroot}%{$python_sitelib}:./mystubs
-$python -m mypy --config-file mypy_self_check.ini -p mypy
+# hardcode minimum 3.10 here because pytest 9 dropped 3.9 support and mypy 
itself has some compatibility code for <3.11
+$python -m mypy --config-file mypy_self_check.ini --python-version=3.10 -p mypy
 }
 %endif
 unset PYTHONPATH

Reply via email to