diff --git a/python-sympy.spec b/python-sympy.spec index d30efb200d80c7a9dd932c11632be115161a4e90..72f867f5baeefd8de1feae3653a1ee5e95eec2de 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,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* 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 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