python3-numpy: update to 1.20.3.

This commit is contained in:
Andrew J. Hesford 2021-05-11 09:07:41 -04:00
parent 263c43854e
commit 6ead0ce6d0
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-numpy'
pkgname=python3-numpy
version=1.20.2
version=1.20.3
revision=1
wrksrc="numpy-${version}"
build_style=python3-module
@ -13,7 +13,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause"
homepage="https://www.numpy.org/"
distfiles="https://github.com/numpy/numpy/archive/v${version}.tar.gz"
checksum=f2431c82e2d0ee1a7dba3abd26b9e80d8d3cfa620e8b37e7d95991ad6c785834
checksum=6fd345c309cf0e51269dd061c80f6db8bcb68b217e6e3792d11e3473535d7304
alternatives="numpy:f2py:/usr/bin/f2py3"
# Tests do not function propery in a build directory
make_check="no"