Hello community, here is the log from the commit of package python-control for openSUSE:Factory checked in at 2020-07-01 14:26:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-control (Old) and /work/SRC/openSUSE:Factory/.python-control.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-control" Wed Jul 1 14:26:46 2020 rev:5 rq:817899 version:0.8.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-control/python-control.changes 2020-06-27 23:22:39.981839261 +0200 +++ /work/SRC/openSUSE:Factory/.python-control.new.3060/python-control.changes 2020-07-01 14:26:48.722789353 +0200 @@ -1,0 +2,6 @@ +Tue Jun 30 12:21:40 UTC 2020 - Benjamin Greiner <[email protected]> + +- remove ppc workaround +- remove _service file + +------------------------------------------------------------------- Old: ---- _service ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-control.spec ++++++ --- /var/tmp/diff_new_pack.sJvFqr/_old 2020-07-01 14:26:49.822792764 +0200 +++ /var/tmp/diff_new_pack.sJvFqr/_new 2020-07-01 14:26:49.826792776 +0200 @@ -45,7 +45,9 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module scipy} BuildRequires: %{python_module slycot} +%ifarch %ix86 BuildRequires: libjemalloc2 +%endif # /SECTION %python_subpackages @@ -76,16 +78,13 @@ # preload malloc library to avoid free() error on i586 architecture export LD_PRELOAD="%{_libdir}/libjemalloc.so.2" %endif -%if %{_arch} == ppc64 || %{_arch} == ppc64le - %define skiptests -k "not TestMixsyn" -%endif cat >> setup.cfg <<EOL [tool:pytest] filterwarnings = ignore:.*matrix subclass:PendingDeprecationWarning ignore:.*scipy:DeprecationWarning EOL -%pytest %{?skiptests} +%pytest %files %{python_files} %doc ChangeLog README.rst
