Hello community, here is the log from the commit of package python-pbr for openSUSE:Factory checked in at 2020-03-27 00:27:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pbr (Old) and /work/SRC/openSUSE:Factory/.python-pbr.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pbr" Fri Mar 27 00:27:17 2020 rev:52 rq:786399 version:5.4.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pbr/python-pbr.changes 2020-03-08 22:21:42.811987725 +0100 +++ /work/SRC/openSUSE:Factory/.python-pbr.new.3160/python-pbr.changes 2020-03-27 00:27:18.924318136 +0100 @@ -1,0 +2,7 @@ +Thu Mar 19 10:07:37 UTC 2020 - Tomáš Chvátal <[email protected]> + +- Skip temporarily test_requirement_parsing as it requires + old virtualenv 16 package, the 20.x changed api and the tests + infrastructure would need rewrite + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pbr.spec ++++++ --- /var/tmp/diff_new_pack.8xCeL0/_old 2020-03-27 00:27:19.560318458 +0100 +++ /var/tmp/diff_new_pack.8xCeL0/_new 2020-03-27 00:27:19.568318462 +0100 @@ -82,13 +82,14 @@ %if %{with test} %check export OS_TEST_TIMEOUT=60 -%python_exec -m stestr run +# test_requirement_parsing - syntax based on old virtualenv +%python_exec -m stestr run --black-regex 'test_requirement_parsing' %endif %if !%{with test} %install %python_install -%python_expand rm -rf %{buildroot}%{$python_sitelib}/pbr/tests +%python_expand rm -r %{buildroot}%{$python_sitelib}/pbr/tests %python_clone -a %{buildroot}%{_bindir}/pbr %python_expand %fdupes %{buildroot}%{$python_sitelib}
