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-04-11 13:51:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mypy (Old) and /work/SRC/openSUSE:Factory/.mypy.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mypy" Tue Apr 11 13:51:11 2023 rev:35 rq:1078346 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mypy/mypy.changes 2023-02-14 16:48:00.407358214 +0100 +++ /work/SRC/openSUSE:Factory/.mypy.new.19717/mypy.changes 2023-04-11 13:51:22.247434220 +0200 @@ -1,0 +2,5 @@ +Tue Apr 11 07:15:55 UTC 2023 - Steve Kowalik <steven.kowa...@suse.com> + +- Sadly, six is still required for tests, re-add to BuildRequires. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mypy.spec ++++++ --- /var/tmp/diff_new_pack.95KKgo/_old 2023-04-11 13:51:22.875437858 +0200 +++ /var/tmp/diff_new_pack.95KKgo/_new 2023-04-11 13:51:22.879437881 +0200 @@ -26,7 +26,6 @@ Release: 0 Summary: Optional static typing for Python License: MIT -Group: Development/Languages/Python URL: http://www.mypy-lang.org/ Source0: https://files.pythonhosted.org/packages/source/m/mypy/mypy-%{version}.tar.gz # License Source1: Apache-2.0. Only for the test suite, not packaged here. @@ -72,6 +71,7 @@ BuildRequires: %{python_module pytest >= 6.2} BuildRequires: %{python_module pytest-forked >= 1.3} BuildRequires: %{python_module pytest-xdist >= 1.34} +BuildRequires: %{python_module six} BuildRequires: %{python_module typed-ast >= 1.4.0} BuildRequires: %{python_module virtualenv >= 20.6} BuildRequires: gcc-c++