diff --git a/python-sympy.spec b/python-sympy.spec index 3a287e6dd9942143ca2f7cc5104fc72ae1b893a4..e3dcba6d0cfdd6584eb5e090aa6e9b2a2075e181 100644 --- a/python-sympy.spec +++ b/python-sympy.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-sympy -Version: 1.11.1 +Version: 1.12 Release: 1 Summary: Computer algebra system (CAS) in Python License: BSD and MIT URL: https://sympy.org -Source0: https://files.pythonhosted.org/packages/5a/36/4667b08bc45131fe655a27b1a112c1730f3244343c53a338f44d730bd6ba/sympy-1.11.1.tar.gz +Source0: https://github.com/sympy/sympy/releases/download/sympy-1.12/sympy-1.12.tar.gz BuildArch: noarch Requires: python3-mpmath @@ -74,6 +74,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sat Jun 10 2023 kiritakekumi - 1.12-1 +- upgrade to 1.12 + * Sat Sep 24 2022 guozhengxin - 1.11.1-1 - Upgrade package to version 1.11.1 diff --git a/sympy-1.11.1.tar.gz b/sympy-1.12.tar.gz similarity index 37% rename from sympy-1.11.1.tar.gz rename to sympy-1.12.tar.gz index 7ba929912b0b0eeaf53a6788caefff9fc506ee50..fbe69ef61a5a5ec0e2ecb0c71e2d5da80104b2d4 100644 Binary files a/sympy-1.11.1.tar.gz and b/sympy-1.12.tar.gz differ