From 44980c293faece10584581fafc5db0caffd8a949 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 21 Dec 2022 10:55:20 -0500 Subject: [PATCH] python3-numpy: update to 1.24.0. --- 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 f94984d265e..751482cc90f 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.23.5 +version=1.24.0 revision=1 build_style=python3-module hostmakedepends="python3-setuptools python3-Cython gcc-fortran" @@ -12,7 +12,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=a60dec2d648b5e4348fe919a1f0cc5384825b676e7fa9388be14792b19f995a6 +checksum=48602fd756968b04b1f572412f2498105168a0251348f5dfa4622f9aeef35a2c alternatives="numpy:f2py:/usr/bin/f2py3" # Tests do not function propery in a build directory make_check="no"