Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-mutatorMath for openSUSE:Factory checked in at 2021-12-17 23:54:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mutatorMath (Old) and /work/SRC/openSUSE:Factory/.python-mutatorMath.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mutatorMath" Fri Dec 17 23:54:37 2021 rev:4 rq:941239 version:3.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mutatorMath/python-mutatorMath.changes 2021-04-21 20:59:46.046236122 +0200 +++ /work/SRC/openSUSE:Factory/.python-mutatorMath.new.2520/python-mutatorMath.changes 2021-12-17 23:55:01.687555311 +0100 @@ -1,0 +2,10 @@ +Fri Dec 17 14:36:28 UTC 2021 - Matej Cepl <mc...@suse.com> + +- Make tests verbose + +------------------------------------------------------------------- +Thu Dec 16 11:10:56 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Drop python36 build for good: FontTools dropped support + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mutatorMath.spec ++++++ --- /var/tmp/diff_new_pack.PVQbc1/_old 2021-12-17 23:55:02.203555738 +0100 +++ /var/tmp/diff_new_pack.PVQbc1/_new 2021-12-17 23:55:02.207555741 +0100 @@ -16,8 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 +%define skip_python36 1 Name: python-mutatorMath Version: 3.0.1 Release: 0 @@ -64,7 +65,8 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH=./Lib $python Lib/mutatorMath/test/run.py +export PYTHONDONTWRITEBYTECODE=1 +%python_expand PYTHONPATH=./Lib $python Lib/mutatorMath/test/run.py -v %files %{python_files} %license LICENSE