Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-control for openSUSE:Factory 
checked in at 2022-05-30 12:43:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-control (Old)
 and      /work/SRC/openSUSE:Factory/.python-control.new.2254 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-control"

Mon May 30 12:43:45 2022 rev:16 rq:979682 version:0.9.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-control/python-control.changes    
2022-02-13 00:16:16.144264686 +0100
+++ /work/SRC/openSUSE:Factory/.python-control.new.2254/python-control.changes  
2022-05-30 12:44:34.708440684 +0200
@@ -1,0 +2,26 @@
+Sun May 29 10:07:56 UTC 2022 - Ben Greiner <[email protected]>
+
+- Update to 0.9.2
+  * Improvements in I/O systems, stochastic systems,
+    optimization-based control, Nyquist plots
+  * Round to nearest integer decade for default omega vector by
+    @bnavigator in #688
+  * Fix in documentation of ss2tf by @miroslavfikar in #695
+  * Interpret str-type args to interconnect as non-sequence by
+    @roryyorke in #698
+  * Fixes to various optimization-based control functions by
+    @murrayrm in #709
+  * I/O system enhancements by @murrayrm in #710
+  * Optimal control enhancements by @murrayrm in #712
+  * Keyword argument checking by @murrayrm in #713
+  * Stochastic systems additions by @murrayrm in #714
+  * Updated system class functionality by @murrayrm in #721
+  * Bug fix and improvements to Nyquist plots by @murrayrm in #722
+  * Add linform to compute linear system L-infinity norm by
+    @roryyorke in #729
+  * Improvements to Nichols chart plotting by @roryyorke in #723
+  * Add envs to gitignore by @s35t in #731
+  * Fix README.rst for twine by @murrayrm in #738
+- Drop 688.patch fixed upstream
+
+-------------------------------------------------------------------

Old:
----
  688.patch
  control-0.9.1.tar.gz

New:
----
  control-0.9.2.tar.gz

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

Other differences:
------------------
++++++ python-control.spec ++++++
--- /var/tmp/diff_new_pack.Z89BKF/_old  2022-05-30 12:44:35.976442372 +0200
+++ /var/tmp/diff_new_pack.Z89BKF/_new  2022-05-30 12:44:35.980442377 +0200
@@ -18,15 +18,13 @@
 
 %define skip_python2 1
 Name:           python-control
-Version:        0.9.1
+Version:        0.9.2
 Release:        0
 Summary:        Python control systems library
 License:        BSD-3-Clause
-URL:            http://python-control.org
+URL:            https://python-control.org
 Source:         
https://files.pythonhosted.org/packages/source/c/control/control-%{version}.tar.gz
 Source1:        %{name}-rpmlintrc
-# PATCH-FIX-UPSTREAM - 
https://github.com/python-control/python-control/pull/688
-Patch1:         688.patch
 BuildRequires:  %{python_module base >= 3.7}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -71,10 +69,8 @@
 # preload malloc library to avoid free() error on i586 architecture
 if [[ $(getconf LONG_BIT) == 32 ]]; then
 export LD_PRELOAD="%{_libdir}/libjemalloc.so.2"
-# segfault on i586 (?)
-donttest=" or test_nichols"
 fi
-%pytest -k "not (ifanything $donttest)"
+%pytest
 
 %files %{python_files}
 %doc ChangeLog README.rst

++++++ control-0.9.1.tar.gz -> control-0.9.2.tar.gz ++++++
++++ 12368 lines of diff (skipped)

Reply via email to