Hello community,

here is the log from the commit of package python-control for openSUSE:Factory 
checked in at 2020-10-25 18:06:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-control (Old)
 and      /work/SRC/openSUSE:Factory/.python-control.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-control"

Sun Oct 25 18:06:11 2020 rev:9 rq:841078 version:0.8.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-control/python-control.changes    
2020-07-24 10:07:15.218007648 +0200
+++ /work/SRC/openSUSE:Factory/.python-control.new.3463/python-control.changes  
2020-10-25 18:06:20.163329160 +0100
@@ -1,0 +2,5 @@
+Sun Oct 11 18:39:38 UTC 2020 - Benjamin Greiner <c...@bnavigator.de>
+
+- Skip a test family on Leap because of segfaults in numpy 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-control.spec ++++++
--- /var/tmp/diff_new_pack.EfjbLY/_old  2020-10-25 18:06:20.967329921 +0100
+++ /var/tmp/diff_new_pack.EfjbLY/_new  2020-10-25 18:06:20.967329921 +0100
@@ -83,7 +83,11 @@
     ignore:.*matrix subclass:PendingDeprecationWarning
     ignore:.*scipy:DeprecationWarning
 EOL
-%pytest
+%if 0%{?suse_version} < 1550
+# segfault: free() error in Leap numpy library
+%define donttest -k "not test_clean_part"
+%endif
+%pytest %{?donttest}
 
 %files %{python_files}
 %doc ChangeLog README.rst


Reply via email to