diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-numpy.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /numpy-1.25.0.tar.gz +/numpy-1.25.2.tar.gz diff --git a/python-numpy.spec b/python-numpy.spec index 6ec502c..d80137b 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-numpy -Version: 1.25.0 +Version: 1.25.2 Release: 1 Summary: Fundamental package for array computing in Python License: BSD-3-Clause URL: https://www.numpy.org -Source0: https://mirrors.aliyun.com/pypi/web/packages/d0/b2/fe774844d1857804cc884bba67bec38f649c99d0dc1ee7cbbf1da601357c/numpy-1.25.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/a0/41/8f53eff8e969dd8576ddfb45e7ed315407d27c7518ae49418be8ed532b07/numpy-1.25.2.tar.gz %description @@ -42,7 +42,7 @@ commitment to creating an open, inclusive, and positive community. Please read t with others in a way that makes our community thrive. %prep -%autosetup -n numpy-1.25.0 +%autosetup -n numpy-1.25.2 %build %py3_build @@ -82,5 +82,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Jul 04 2023 Python_Bot <Python_Bot@openeuler.org> - 1.25.0-1 +* Fri Sep 15 2023 Python_Bot <Python_Bot@openeuler.org> - 1.25.2-1 - Package Spec generated @@ -1 +1 @@ -b236497153bc19b4a560ac485e4c2754 numpy-1.25.0.tar.gz +cee1996a80032d47bdf1d9d17249c34e numpy-1.25.2.tar.gz |