python3-scipy: update to 1.16.1.

This commit is contained in:
Andrew J. Hesford 2025-08-05 09:42:49 -04:00
parent 2cc22bd63c
commit 4331088dc6

View file

@ -1,6 +1,6 @@
# Template file for 'python3-scipy'
pkgname=python3-scipy
version=1.16.0
version=1.16.1
revision=1
build_style=python3-pep517
build_helper="meson numpy"
@ -21,7 +21,7 @@ license="BSD-3-Clause"
homepage="https://scipy.org/"
changelog="https://github.com/scipy/scipy/releases"
distfiles="${PYPI_SITE}/s/scipy/scipy-${version}.tar.gz"
checksum=b5ef54021e832869c8cfb03bc3bf20366cbcd426e02a58e8a58d7584dfbb8f62
checksum=44c76f9e8b6e8e488a586190ab38016e4ed2f8a038af7cd3defa903c0a2238b3
# must be tested from site dir of installed version (see dev.py:739)
make_check_pre='eval env -C "${testdir}/${py3_sitelib}"'