py-numpy: add v1.21.5 (#28081)

This commit is contained in:
Adam J. Stewart 2021-12-20 00:30:17 -06:00 committed by GitHub
parent da9e152ed1
commit cdc5c44bb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ class PyNumpy(PythonPackage):
maintainers = ['adamjstewart']
version('main', branch='main')
version('1.21.5', sha256='6a5928bc6241264dce5ed509e66f33676fc97f464e7a919edc672fb5532221ee')
version('1.21.4', sha256='e6c76a87633aa3fa16614b61ccedfae45b91df2767cf097aa9c933932a7ed1e0')
version('1.21.3', sha256='63571bb7897a584ca3249c86dd01c10bcb5fe4296e3568b2e9c1a55356b6410e')
version('1.21.2', sha256='423216d8afc5923b15df86037c6053bf030d15cc9e3224206ef868c2d63dd6dc')
@ -95,10 +96,10 @@ class PyNumpy(PythonPackage):
depends_on('python@3.7:3.10', type=('build', 'link', 'run'), when='@1.21.2:')
depends_on('py-setuptools', type=('build', 'run'))
# Check pyproject.toml for updates to the required cython version
depends_on('py-cython@0.29.13:', when='@1.18.0:', type='build')
depends_on('py-cython@0.29.14:', when='@1.18.1:', type='build')
depends_on('py-cython@0.29.21:', when='@1.19.1:', type='build')
depends_on('py-cython@0.29.24:', when='@1.21.2:', type='build')
depends_on('py-cython@0.29.13:2', when='@1.18.0:', type='build')
depends_on('py-cython@0.29.14:2', when='@1.18.1:', type='build')
depends_on('py-cython@0.29.21:2', when='@1.19.1:', type='build')
depends_on('py-cython@0.29.24:2', when='@1.21.2:', type='build')
depends_on('blas', when='+blas')
depends_on('lapack', when='+lapack')