Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package borgbackup for openSUSE:Factory checked in at 2022-08-17 18:16:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/borgbackup (Old) and /work/SRC/openSUSE:Factory/.borgbackup.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "borgbackup" Wed Aug 17 18:16:52 2022 rev:40 rq:997444 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/borgbackup/borgbackup.changes 2022-06-26 11:59:13.588350298 +0200 +++ /work/SRC/openSUSE:Factory/.borgbackup.new.1521/borgbackup.changes 2022-08-17 18:34:07.784765043 +0200 @@ -1,0 +2,8 @@ +Fri Aug 12 21:42:01 UTC 2022 - Hans-Peter Jansen <h...@urpla.net> + +- Fix package %checks +- the tests + test_progress_percentage_sameline and test_progress_percentage_step + seem to do work again + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ borgbackup.spec ++++++ --- /var/tmp/diff_new_pack.wEaYvz/_old 2022-08-17 18:34:08.316766356 +0200 +++ /var/tmp/diff_new_pack.wEaYvz/_new 2022-08-17 18:34:08.324766376 +0200 @@ -220,12 +220,10 @@ %if %{with borg_test} %check -export PYTHONPATH=$(pwd)/build/lib.linux-$(uname -m)-%{py3_ver} +# tests need to run in the build env for some reason +export py3_ver_nodot=$(echo %{py3_ver} | tr -d '.') +export PYTHONPATH=$(pwd)/build/lib.linux-$(uname -m)-cpython-$py3_ver_nodot TEST_SELECTOR="not benchmark" -# for some reason, these tests fail with Tumbleweed: hints welcome -%if 0%{?suse_version} >= 1500 -TEST_SELECTOR="$TEST_SELECTOR and not test_progress_percentage_sameline and not test_progress_percentage_step" -%endif LANG=en_US.UTF-8 py.test -x -vk "$TEST_SELECTOR" $PYTHONPATH/borg/testsuite/*.py %endif