diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 06:14:18 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 06:14:18 +0000 |
commit | 0028db304f7e8dd89160441b43183ae9928471c9 (patch) | |
tree | 0fe49e22aa3f831379f30f04cb63ed4f44893b68 | |
parent | 91f9801e5b811baf6829f2325d1e82d4d89bad3f (diff) |
automatic import of python-numpolyopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-numpoly.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /numpoly-1.2.5.tar.gz +/numpoly-1.2.7.tar.gz 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 @@ -1 +1 @@ -5ce530e61acaa9c5d39bf09177d2dd8a numpoly-1.2.5.tar.gz +e49b90c33cbf7ab805173844fbdcd908 numpoly-1.2.7.tar.gz |