From 9f10ce90e36d44cfbb8b15bfaefe9e7cc042390a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Jul 2021 11:09:20 -0400 Subject: [PATCH] python3-numpy: update to 1.21.1. --- srcpkgs/python3-numpy/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template index 28940227c4a..4729c0e8e2d 100644 --- a/srcpkgs/python3-numpy/template +++ b/srcpkgs/python3-numpy/template @@ -1,6 +1,6 @@ # Template file for 'python3-numpy' pkgname=python3-numpy -version=1.21.0 +version=1.21.1 revision=1 wrksrc="numpy-${version}" build_style=python3-module @@ -13,7 +13,7 @@ maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://www.numpy.org/" distfiles="https://github.com/numpy/numpy/archive/v${version}.tar.gz" -checksum=c776579045e1d4852aadb6fce9a257c199c08c5ef975287842032c0b2b90c85b +checksum=29b57d78689dde8772f0eae5a334af273e42f7fb12cb0b464d6827121dbb1c78 alternatives="numpy:f2py:/usr/bin/f2py3" # Tests do not function propery in a build directory make_check="no"