From 0ce62a79a60671e838d36c10e04f1f54a5bacbf7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sun, 18 May 2025 14:12:51 -0400 Subject: [PATCH] python3-scipy: update to 1.15.3. --- srcpkgs/python3-scipy/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template index 7d7d321894f..73898d2af31 100644 --- a/srcpkgs/python3-scipy/template +++ b/srcpkgs/python3-scipy/template @@ -1,6 +1,6 @@ # Template file for 'python3-scipy' pkgname=python3-scipy -version=1.15.2 +version=1.15.3 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=cd58a314d92838f7e6f755c8a2167ead4f27e1fd5c1251fd54289569ef3495ec +checksum=eae3cf522bc7df64b42cad3925c876e1b0b6c35c1337c93e12c0f366f55b0eaf # must be tested from site dir of installed version (see dev.py:739) make_check_pre='eval env -C "${testdir}/${py3_sitelib}"'