Hello community, here is the log from the commit of package borgmatic for openSUSE:Factory checked in at 2020-03-16 10:18:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/borgmatic (Old) and /work/SRC/openSUSE:Factory/.borgmatic.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "borgmatic" Mon Mar 16 10:18:20 2020 rev:17 rq:784906 version:1.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/borgmatic/borgmatic.changes 2020-02-26 15:05:55.541296441 +0100 +++ /work/SRC/openSUSE:Factory/.borgmatic.new.3160/borgmatic.changes 2020-03-16 10:18:53.915600928 +0100 @@ -1,0 +2,6 @@ +Sat Mar 14 09:59:41 UTC 2020 - Antonio Larrosa <[email protected]> + +- Use `python3 -m venv` instead of invoking pyvenv which doesn't seem + to exist anymore with python 3.8. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ borgmatic.spec ++++++ --- /var/tmp/diff_new_pack.6SZkY7/_old 2020-03-16 10:18:55.067601398 +0100 +++ /var/tmp/diff_new_pack.6SZkY7/_new 2020-03-16 10:18:55.071601399 +0100 @@ -107,10 +107,11 @@ # it to behave in our build system (offline mode, use site packages). OTOH, without the # venv, we face problems with setuptools (borg uses pkg_resources to locate the installed # package), while py.test relies on the usual module handling. <[email protected]> -pyvenv --system-site-packages --without-pip borgmatic-env +export LANG=en_US.UTF-8 +python3 -m venv --system-site-packages --without-pip borgmatic-env source borgmatic-env/bin/activate python3 setup.py install -LANG=en_US.UTF-8 PYTHONPATH=$(pwd) py.test -v --pyargs borgmatic tests +PYTHONPATH=$(pwd) py.test -v --pyargs borgmatic tests %post %service_add_post borgmatic.service
