diff --git a/python-sympy.spec b/python-sympy.spec index e3dcba6d0cfdd6584eb5e090aa6e9b2a2075e181..c9b2b78d77601484d29742cc9596c934221c91bf 100644 --- a/python-sympy.spec +++ b/python-sympy.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-sympy -Version: 1.12 +Version: 1.14.0 Release: 1 Summary: Computer algebra system (CAS) in Python License: BSD and MIT URL: https://sympy.org -Source0: https://github.com/sympy/sympy/releases/download/sympy-1.12/sympy-1.12.tar.gz +Source0: %{pypi_source sympy} BuildArch: noarch Requires: python3-mpmath @@ -74,6 +74,21 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 12 2025 Ge Wang - 1.14.0-1 +- Update package to version 1.14.0 + * Fixed a bug where Mod(1, n) evaluates to 1 - n when n is a positive integer + * Added handling for tan functions of complex numbers in evalf + * Fixed a bug with Float. Formerly, ZeroDivisionError as using python built-in types caused result to be zero in the denominator + * Print the expression when you cannot determine truth value of relational + * Cache assumption canonicalization in SymPy + +* Thu Oct 24 2024 Hann - 1.13.3-1 +- upgrade to 1.13.3-1 +- Handle matrices of zero columns correctly in the Matrix constructor + +* Tue Aug 27 2024 Ge Wang - 1.13.2-1 +- upgrade to 1.13.2 + * Sat Jun 10 2023 kiritakekumi - 1.12-1 - upgrade to 1.12 diff --git a/sympy-1.12.tar.gz b/sympy-1.14.0.tar.gz similarity index 45% rename from sympy-1.12.tar.gz rename to sympy-1.14.0.tar.gz index fbe69ef61a5a5ec0e2ecb0c71e2d5da80104b2d4..0660fc5c03493879eba5dc8df95476908d5a9082 100644 Binary files a/sympy-1.12.tar.gz and b/sympy-1.14.0.tar.gz differ