diff --git a/numpy-1.18.5.zip b/numpy-1.18.5.zip deleted file mode 100644 index 25323fb..0000000 Binary files a/numpy-1.18.5.zip and /dev/null differ diff --git a/numpy-1.21.4.zip b/numpy-1.21.4.zip new file mode 100644 index 0000000..f3fcd3e Binary files /dev/null and b/numpy-1.21.4.zip differ diff --git a/numpy.spec b/numpy.spec index f4371da..09f7245 100644 --- a/numpy.spec +++ b/numpy.spec @@ -1,18 +1,18 @@ %global modname numpy Name: numpy -Version: 1.18.5 +Version: 1.21.4 Release: 1 Epoch: 1 Summary: A fast multidimensional array facility for Python License: ASL 2.0 URL: http://www.numpy.org/ -Source0: https://files.pythonhosted.org/packages/01/1b/d3ddcabd5817be02df0e6ee20d64f77ff6d0d97f83b77f65e98c8a651981/numpy-1.18.5.zip +Source0: https://files.pythonhosted.org/packages/fb/48/b0708ebd7718a8933f0d3937513ef8ef2f4f04529f1f66ca86d873043921/numpy-1.21.4.zip BuildRequires: openblas-devel BuildRequires: lapack-devel gcc-gfortran -BuildRequires: python3-Cython >= 0.29.21 +BuildRequires: python3-Cython >= 0.29.24 %description NumPy is the fundamental package for scientific computing with Python. It contains among other things: @@ -102,6 +102,9 @@ popd &> /dev/null %changelog +* Mon Dec 13 2021 shixuantong - 1.21.4-1 +- update version to 1.21.4 + * Thu Aug 24 2021 wulei - 1.18.5-1 - update to 1.18.5