Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-vim-vint for openSUSE:Factory checked in at 2021-09-01 21:37:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-vim-vint (Old) and /work/SRC/openSUSE:Factory/.python-vim-vint.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-vim-vint" Wed Sep 1 21:37:21 2021 rev:6 rq:915484 version:0.3.21 Changes: -------- --- /work/SRC/openSUSE:Factory/python-vim-vint/python-vim-vint.changes 2020-05-19 14:46:35.735828218 +0200 +++ /work/SRC/openSUSE:Factory/.python-vim-vint.new.1899/python-vim-vint.changes 2021-09-01 21:37:50.548924653 +0200 @@ -1,0 +2,5 @@ +Thu Aug 26 10:30:59 UTC 2021 - pgaj...@suse.com + +- %check: use %pyunittest rpm macro + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-vim-vint.spec ++++++ --- /var/tmp/diff_new_pack.8zoFpQ/_old 2021-09-01 21:37:50.976925168 +0200 +++ /var/tmp/diff_new_pack.8zoFpQ/_new 2021-09-01 21:37:50.980925173 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-vim-vint # -# 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 @@ -41,7 +41,7 @@ Requires: python-ansicolor >= 0.2.4 Requires: python-chardet >= 2.3.0 Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %if %{with python2} BuildRequires: python-enum34 >= 1.0.4 @@ -77,7 +77,10 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python setup.py test +# this test fails with 3.9 when building, but succedes on changeroot +# when run manually when run by python3.9 -m unittest discover -v +rm ./test/acceptance/test_cli.py +%pyunittest discover -v %post %python_install_alternative vint