Upgrade package to version 1.11.1

This commit is contained in:
Gzx1999 2022-09-24 10:46:35 +08:00
parent 8c4a46fb64
commit b1849ddd90
3 changed files with 10 additions and 7 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-sympy Name: python-sympy
Version: 1.8 Version: 1.11.1
Release: 1 Release: 1
Summary: Computer algebra system (CAS) in Python Summary: Computer algebra system (CAS) in Python
License: BSD and MIT License: BSD and MIT
URL: https://sympy.org URL: https://sympy.org
Source0: https://files.pythonhosted.org/packages/88/b1/e4e620f45949a4cc7c935a0c711f6aac24e875810b68c37148c7402d838f/sympy-1.8.tar.gz Source0: https://files.pythonhosted.org/packages/5a/36/4667b08bc45131fe655a27b1a112c1730f3244343c53a338f44d730bd6ba/sympy-1.11.1.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-mpmath Requires: python3-mpmath
@ -22,19 +22,19 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-sympy %description -n python3-sympy
SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS)
while keeping the code as simple as possible in order to be comprehensible and easily extensible. while keeping the code as simple as possible in order to be comprehensible and easily extensible.
SymPy is written entirely in Python. SymPy is written entirely in Python.
%package help %package help
Summary: Development documents and examples for sympy Summary: Development documents and examples for sympy
Provides: python3-sympy-doc Provides: python3-sympy-doc
%description help %description help
SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS)
while keeping the code as simple as possible in order to be comprehensible and easily extensible. while keeping the code as simple as possible in order to be comprehensible and easily extensible.
SymPy is written entirely in Python. SymPy is written entirely in Python.
%prep %prep
%autosetup -n sympy-1.8 %autosetup -n sympy-%{version}
%build %build
%py3_build %py3_build
@ -74,5 +74,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Sat Sep 24 2022 guozhengxin <guozhengxin@kylinos.cn> - 1.11.1-1
- Upgrade package to version 1.11.1
* Sat Jun 26 2021 Python_Bot <Python_Bot@openeuler.org> * Sat Jun 26 2021 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated

BIN
sympy-1.11.1.tar.gz Normal file

Binary file not shown.

Binary file not shown.