Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyannotate for openSUSE:Factory checked in at 2021-01-25 18:24:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyannotate (Old) and /work/SRC/openSUSE:Factory/.python-pyannotate.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyannotate" Mon Jan 25 18:24:05 2021 rev:7 rq:866343 version:1.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyannotate/python-pyannotate.changes 2020-05-19 14:49:23.200190159 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyannotate.new.28504/python-pyannotate.changes 2021-01-25 18:24:22.896495035 +0100 @@ -1,0 +2,5 @@ +Sun Jan 24 09:53:37 UTC 2021 - Sebastian Wagner <[email protected]> + +- Remove some tests which do not work on python3.6 flavor due to missing files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyannotate.spec ++++++ --- /var/tmp/diff_new_pack.isa60Q/_old 2021-01-25 18:24:23.548495983 +0100 +++ /var/tmp/diff_new_pack.isa60Q/_new 2021-01-25 18:24:23.552495989 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pyannotate # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -49,6 +49,7 @@ %prep %setup -q -n pyannotate-%{version} +rm example/.gitignore %build %python_build @@ -59,6 +60,8 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +# python3.6 is missing the lib2to3.tests module, so we can't test that for all flavors :/ +rm -r pyannotate_tools/fixes/tests/ %pytest %post
