Hello community, here is the log from the commit of package python-mox3 for openSUSE:Factory checked in at 2020-01-04 19:20:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mox3 (Old) and /work/SRC/openSUSE:Factory/.python-mox3.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mox3" Sat Jan 4 19:20:19 2020 rev:11 rq:760365 version:0.28.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mox3/python-mox3.changes 2019-09-23 12:06:52.913910605 +0200 +++ /work/SRC/openSUSE:Factory/.python-mox3.new.6675/python-mox3.changes 2020-01-04 19:20:24.129112271 +0100 @@ -1,0 +2,5 @@ +Tue Dec 31 21:51:19 UTC 2019 - Bernhard Wiedemann <[email protected]> + +- Drop sphinx .pickl files to make build reproducible + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mox3.spec ++++++ --- /var/tmp/diff_new_pack.Ri5GoQ/_old 2020-01-04 19:20:24.597112478 +0100 +++ /var/tmp/diff_new_pack.Ri5GoQ/_new 2020-01-04 19:20:24.597112478 +0100 @@ -74,8 +74,9 @@ %python_build # generate html docs -python3 setup.py build_sphinx -rm doc/build/html/.buildinfo +%sphinx_build -b html doc/source doc/build/html +# remove the sphinx-build leftovers +rm -r doc/build/html/.{doctrees,buildinfo} %install %python_install
