diff options
Diffstat (limited to 'python-numpoly.spec')
-rw-r--r-- | python-numpoly.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python-numpoly.spec b/python-numpoly.spec index c82e4e0..46fe560 100644 --- a/python-numpoly.spec +++ b/python-numpoly.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-numpoly -Version: 1.2.5 +Version: 1.2.7 Release: 1 Summary: Polynomials as a numpy datatype License: BSD-2-Clause URL: https://pypi.org/project/numpoly/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e0/82/bf42b5599ac9c39bbf9a86111187c87ea35fd37570874fb51c68ca7f06b8/numpoly-1.2.5.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a3/e9/fb3fcfebcc78ceacc54f60acac1414f1e5d7173a4add8ed31fc6641021d8/numpoly-1.2.7.tar.gz BuildArch: noarch Requires: python3-numpy @@ -44,7 +44,7 @@ Installation should be straight forward: pip install numpoly %prep -%autosetup -n numpoly-1.2.5 +%autosetup -n numpoly-1.2.7 %build %py3_build @@ -84,5 +84,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.5-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.7-1 - Package Spec generated |