Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package octave-forge-symbolic for
openSUSE:Factory checked in at 2022-07-12 11:12:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/octave-forge-symbolic (Old)
and /work/SRC/openSUSE:Factory/.octave-forge-symbolic.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "octave-forge-symbolic"
Tue Jul 12 11:12:46 2022 rev:11 rq:988501 version:3.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/octave-forge-symbolic/octave-forge-symbolic.changes
2020-05-23 17:20:07.370458101 +0200
+++
/work/SRC/openSUSE:Factory/.octave-forge-symbolic.new.1523/octave-forge-symbolic.changes
2022-07-12 11:12:59.875742301 +0200
@@ -1,0 +2,18 @@
+Fri Jul 8 17:26:50 UTC 2022 - Atri Bhattacharya <[email protected]>
+
+- Update to version 3.0.0:
+ * New symbolic commands: cumprod cumsum ztrans.
+ * `dsolve` output prefers expressions (right-hand sides) rather
+ than equations. Also uses structs for systems. This brings
+ it closer to `solve` and more compatible with other symbolic
+ toolboxes.
+ * `dsolve` supports arrays of initial conditions.
+ * Fixes for SymPy 1.6 and later.
+ * Fixes for Octave 6.x and Octave 7.1.
+ * Drop Python 2 support.
+ * Update minimum versions of SymPy to 1.4 and Octave to 5.1.
+ * Remove deprecated `evalpy` and `python_cmd` utilities.
+- Update required versions of dependencies python3-sympy and
+ octave in keeping with upstream.
+
+-------------------------------------------------------------------
Old:
----
symbolic-2.9.0.tar.gz
New:
----
symbolic-3.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ octave-forge-symbolic.spec ++++++
--- /var/tmp/diff_new_pack.qYIGVJ/_old 2022-07-12 11:13:00.407742997 +0200
+++ /var/tmp/diff_new_pack.qYIGVJ/_new 2022-07-12 11:13:00.411743002 +0200
@@ -1,7 +1,7 @@
#
# spec file for package octave-forge-symbolic
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define octpkg symbolic
Name: octave-forge-%{octpkg}
-Version: 2.9.0
+Version: 3.0.0
Release: 0
Summary: Octave Symbolic Package using SymPy
License: GPL-3.0-or-later
@@ -27,9 +27,9 @@
Source0:
https://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: octave-devel
-BuildRequires: python3-sympy >= 1.2
-Requires: octave-cli >= 4.2
-Requires: python3-sympy >= 1.2
+BuildRequires: python3-sympy >= 1.4
+Requires: octave-cli >= 5.1
+Requires: python3-sympy >= 1.4
%description
Adds symbolic calculation features to GNU Octave.
++++++ symbolic-2.9.0.tar.gz -> symbolic-3.0.0.tar.gz ++++++
++++ 7295 lines of diff (skipped)