From 4f456736b9729421ad0026e914daf48b6da5ca39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Wed, 21 Aug 2024 00:00:46 -0300 Subject: [PATCH] python3-scipy: update to 1.14.1. --- srcpkgs/python3-scipy/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template index e35cd25b459..00aa693110b 100644 --- a/srcpkgs/python3-scipy/template +++ b/srcpkgs/python3-scipy/template @@ -1,7 +1,7 @@ # Template file for 'python3-scipy' pkgname=python3-scipy -version=1.14.0 -revision=2 +version=1.14.1 +revision=1 build_style=python3-pep517 build_helper="meson numpy" # SciPy imposes strict and unnecessary restrictions on build dependencies @@ -19,8 +19,9 @@ short_desc="Scientific library for Python3" maintainer="Andrew J. Hesford " 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=b5923f48cb840380f9854339176ef21763118a7300a88203ccd0bdd26e58527b +checksum=5a275584e726026a5699459aa72f828a610821006228e841b94275c4a7c08417 # must be tested from site dir of installed version (see dev.py:739) make_check_pre='eval env -C "${testdir}/${py3_sitelib}"'