Hello community,

here is the log from the commit of package python-sympy for openSUSE:Factory 
checked in at 2019-04-18 13:58:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sympy (Old)
 and      /work/SRC/openSUSE:Factory/.python-sympy.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sympy"

Thu Apr 18 13:58:37 2019 rev:21 rq:695448 version:1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sympy/python-sympy.changes        
2018-10-31 13:16:17.135348453 +0100
+++ /work/SRC/openSUSE:Factory/.python-sympy.new.5536/python-sympy.changes      
2019-04-18 13:58:37.835999333 +0200
@@ -1,0 +2,20 @@
+Wed Apr 17 12:28:18 UTC 2019 - [email protected]
+
+- version update to 1.4
+  + Logic expressions with relations can now be simplifed in a
+    better way which has impact on e.g. simplification of
+    piecewise expressions
+  + The MathML Presentation printer has seen a major improvement
+    with support configuration and about a hundred new functions.
+  + Union and Intersection have been improved to, among other
+    improvements, support Python sets.
+  + The test procedure has been changed to include code coverage
+    and code quality checks leading to a number of issues being
+    identified and removed.
+  + Unicode support, especially for Python 2.7, has been improved.
+  + subs and Subs have been improved in a number of ways.
+  + SymPy objects now renders as LaTeX automatically in Jupyter
+    notebooks. init_printing is still required to LaTeX render
+    non-SymPy objects such as lists of expressions or Python ints
+
+-------------------------------------------------------------------

Old:
----
  sympy-1.3.tar.gz

New:
----
  sympy-1.4.tar.gz

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

Other differences:
------------------
++++++ python-sympy.spec ++++++
--- /var/tmp/diff_new_pack.oO5DFr/_old  2019-04-18 13:58:39.615999936 +0200
+++ /var/tmp/diff_new_pack.oO5DFr/_new  2019-04-18 13:58:39.619999937 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sympy
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_with     test
 Name:           python-sympy
-Version:        1.3
+Version:        1.4
 Release:        0
 Summary:        Computer algebra system (CAS) in Python
 License:        BSD-3-Clause
@@ -27,11 +27,12 @@
 URL:            http://www.sympy.org/
 Source0:        
https://files.pythonhosted.org/packages/source/s/sympy/sympy-%{version}.tar.gz
 Source99:       python-sympy-rpmlintrc
-BuildRequires:  %{python_module mpmath}
+BuildRequires:  %{python_module mpmath >= 0.19}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-mpmath
+Requires:       python-mpmath >= 0.19
+Requires:       python-setuptools
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 Recommends:     python-jupyter_ipython

++++++ sympy-1.3.tar.gz -> sympy-1.4.tar.gz ++++++
++++ 82765 lines of diff (skipped)


Reply via email to