Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-sympy for openSUSE:Factory 
checked in at 2026-08-27 18:53:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sympy (Old)
 and      /work/SRC/openSUSE:Factory/.python-sympy.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sympy"

Thu Aug 27 18:53:50 2026 rev:35 rq:1373965 version:1.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sympy/python-sympy.changes        
2025-05-09 18:53:13.721747349 +0200
+++ /work/SRC/openSUSE:Factory/.python-sympy.new.1265/python-sympy.changes      
2026-08-27 18:56:33.707490841 +0200
@@ -1,0 +2,33 @@
+Wed Aug 26 14:32:44 UTC 2026 - Markéta Machová <[email protected]>
+
+- update to 1.14.0
+  * assumptions: invalid figures give None instead of True or False
+  * Fixed a bug in the ask function where Q.algebraic queries did
+    not handle three-valued logic correctly.
+  * new classes mapping to numpy's functions: amin, amax, minimum, maximum
+  * DEPRECATION: The gcd parameter for Rational is now deprecated.
+  * Fixed a bug where Mod(1, n) evaluates to 1 - n when n is a positive
+    integer.
+  * BREAKING CHANGE: In SymPy 1.7 Basic.match and Basic.replace were
+    changed to treat bound symbols in a pattern as wild cards. This change
+    is now reverted so that patterns are matched structurally without
+    distinguishing between free and bound symbols.
+  * Added caching to speed up harmonic number computation.
+  * Ramanujan's congruences have been implemented.
+  * Added fraction-free LU Decomposition method for DomainMatrix.
+  * add a draw method for the Arch class
+  * Added method to solve StateSpace equations using dsolve().
+  * KanesMethod requires linear speed constraints, but it does not check
+    whether they indeed are linear.
+  * BREAKING CHANGE: Using polynomial rings with the ring_series module
+    now only works for series that have nonnegative integer exponents.
+    For series with negative or fractional exponents the PuiseuxRing type
+    must be used instead.
+  * BREAKING CHANGE: True division like a / b with elements of polynomial
+    rings now computes an exact division (exquo) rather than floor division.
+    For floor division use a // b.
+  * Added PyTorch backend support to lambdify
+  * more changes, see upstream release notes
+- Rewrote too ancient changelog entries
+
+-------------------------------------------------------------------
@@ -1445,0 +1479 @@
+
@@ -1447 +1481,2 @@
-* Mon Mar 29 2010 Werner Hoch <[email protected]> - 0.6.7
+Mon Mar 29 00:00:00 UTC 2010 - Werner Hoch <[email protected]>
+
@@ -1448,0 +1484 @@
+
@@ -1450 +1486,2 @@
-* Sun Dec 20 2009 Werner Hoch <[email protected]> - 0.6.5
+Sun Dec 20 00:00:00 UTC 2009 - Werner Hoch <[email protected]>
+
@@ -1451,0 +1489 @@
+
@@ -1453 +1491,2 @@
-* Sun Oct 04 2009 Werner Hoch <[email protected]> - 0.6.5
+Sun Oct 04 00:00:00 UTC 2009 - Werner Hoch <[email protected]>
+
@@ -1454,0 +1494 @@
+
@@ -1456 +1496,2 @@
-* Sun Apr 19 2009 Werner Hoch <[email protected]> - 0.6.4
+Sun Apr 19 00:00:00 UTC 2009 - Werner Hoch <[email protected]>
+
@@ -1457,0 +1499 @@
+
@@ -1459 +1501,2 @@
-* Mon Nov 24 2008 Werner Hoch <[email protected]> - 0.6.3
+Mon Nov 24 00:00:00 UTC 2008 - Werner Hoch <[email protected]>
+
@@ -1460,0 +1504 @@
+
@@ -1462 +1506,2 @@
-* Sat Sep 20 2008 Werner Hoch <[email protected]> - 0.6.2
+Sat Sep 20 00:00:00 UTC 2008 - Werner Hoch <[email protected]> - 0.6.2
+

Old:
----
  sympy-1.13.3.tar.gz

New:
----
  sympy-1.14.0.tar.gz

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

Other differences:
------------------
++++++ python-sympy.spec ++++++
--- /var/tmp/diff_new_pack.vFDK86/_old  2026-08-27 18:56:34.907532846 +0200
+++ /var/tmp/diff_new_pack.vFDK86/_new  2026-08-27 18:56:34.909532916 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sympy
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 # Tests run 7h53m47s in OBS ... so we are switching them off right now
 %bcond_with  test
 Name:           python-sympy
-Version:        1.13.3
+Version:        1.14.0
 Release:        0
 Summary:        Computer algebra system (CAS) in Python
 License:        BSD-3-Clause
@@ -34,7 +34,6 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-mpmath >= 1.1.0
-Requires:       python-setuptools
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 Recommends:     python-ipython
@@ -58,11 +57,6 @@
 
 sed -i -e '/^#!\//, 1d' sympy/testing/tests/diagnose_imports.py
 
-%{python_expand cp -r examples examples-%{$python_bin_suffix}
-find examples-%{$python_bin_suffix} -name "*.py" -exec sed -i 
"s|^#!%{_bindir}/env python$|#!%{__$python}|" {} \;
-find examples-%{$python_bin_suffix} -name "*.py" -exec sed -i "s|^#! 
%{_bindir}/env python$|#!%{__$python}|" {} \;
-}
-
 %build
 %pyproject_wheel
 
@@ -100,7 +94,6 @@
 %files %{python_files}
 %license LICENSE
 %doc AUTHORS README.md
-%doc examples-%{python_bin_suffix}/
 %python_alternative %{_bindir}/isympy
 %python_alternative %{_mandir}/man1/isympy.1%{ext_man}
 %{python_sitelib}/sympy

++++++ sympy-1.13.3.tar.gz -> sympy-1.14.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-sympy/sympy-1.13.3.tar.gz 
/work/SRC/openSUSE:Factory/.python-sympy.new.1265/sympy-1.14.0.tar.gz differ: 
char 5, line 1

Reply via email to