Hello community, here is the log from the commit of package python-pyxdg for openSUSE:Factory checked in at 2020-07-26 16:14:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyxdg (Old) and /work/SRC/openSUSE:Factory/.python-pyxdg.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyxdg" Sun Jul 26 16:14:03 2020 rev:9 rq:821300 version:0.26 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyxdg/python-pyxdg.changes 2020-03-05 23:16:39.913122364 +0100 +++ /work/SRC/openSUSE:Factory/.python-pyxdg.new.3592/python-pyxdg.changes 2020-07-26 16:15:00.092575729 +0200 @@ -1,0 +2,6 @@ +Thu Jul 16 12:13:19 UTC 2020 - Matej Cepl <[email protected]> + +- Skip over RulesTest.test_rule_from_node test + (https://gitlab.freedesktop.org/xdg/pyxdg/-/issues/20) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyxdg.spec ++++++ --- /var/tmp/diff_new_pack.CbwvId/_old 2020-07-26 16:15:01.908577258 +0200 +++ /var/tmp/diff_new_pack.CbwvId/_new 2020-07-26 16:15:01.912577261 +0200 @@ -55,8 +55,7 @@ %prep %setup -q -n pyxdg-%{version} -%patch0 -p1 -%patch1 -p1 +%autopatch -p1 %build %python_build @@ -69,8 +68,9 @@ # https://gitlab.freedesktop.org/xdg/pyxdg/issues/15 # test_get_type{,2} both fail but come from s-m-i package for data # https://gitlab.freedesktop.org/xdg/pyxdg/merge_requests/4 +# RulesTest.test_rule_from_node failure is https://gitlab.freedesktop.org/xdg/pyxdg/-/issues/20 %{python_expand sed -i "s/Exec=python.*$/Exec=$python/" test/resources.py -PYTHONPATH=%{buildroot}%{$python_sitelib} pytest-%{$python_bin_suffix} test/test-*.py -v -k 'not test_get_type' +PYTHONPATH=%{buildroot}%{$python_sitelib} pytest-%{$python_bin_suffix} test/test-*.py -v -k 'not (test_get_type or test_rule_from_node)' } %files %{python_files}
