diff --git a/python-sympy.spec b/python-sympy.spec index d30efb200d80c7a9dd932c11632be115161a4e90..da21facbac5981b3b99bcedcda513c035c35a033 100644 --- a/python-sympy.spec +++ b/python-sympy.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-sympy -Version: 1.13.2 +Version: 1.13.3 Release: 1 Summary: Computer algebra system (CAS) in Python License: BSD and MIT @@ -74,6 +74,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 15 2024 lixiaoyong - 1.13.3-1 +- Upgrade package to version 1.13.3 + - Handle matrices of zero columns correctly in the Matrix constructor + - NumPy numbers can be used with clebsch_gordan + * Tue Aug 27 2024 Ge Wang - 1.13.2-1 - upgrade to 1.13.2 diff --git a/sympy-1.13.2.tar.gz b/sympy-1.13.3.tar.gz similarity index 50% rename from sympy-1.13.2.tar.gz rename to sympy-1.13.3.tar.gz index f624b50d48e672fc63debea6808f9a9b345b218d..d0f3e03c770a8d2ab6ec66b45715798e87d590f4 100644 Binary files a/sympy-1.13.2.tar.gz and b/sympy-1.13.3.tar.gz differ