aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonzalo TornarĂ­a <tornaria@cmat.edu.uy>2024-08-21 03:00:46 +0000
committerAndrew J. Hesford <ajh@sideband.org>2024-08-23 13:46:19 +0000
commit4f456736b9729421ad0026e914daf48b6da5ca39 (patch)
tree7a84985aea3db9b7a4800d63177bf10bf0790c89
parent43ff15a5eae334b6727318b576d9049d3d682761 (diff)
downloadvoid-packages-4f456736b9729421ad0026e914daf48b6da5ca39.tar
void-packages-4f456736b9729421ad0026e914daf48b6da5ca39.tar.gz
void-packages-4f456736b9729421ad0026e914daf48b6da5ca39.tar.bz2
void-packages-4f456736b9729421ad0026e914daf48b6da5ca39.tar.lz
void-packages-4f456736b9729421ad0026e914daf48b6da5ca39.tar.xz
void-packages-4f456736b9729421ad0026e914daf48b6da5ca39.tar.zst
void-packages-4f456736b9729421ad0026e914daf48b6da5ca39.zip
python3-scipy: update to 1.14.1.
-rw-r--r--srcpkgs/python3-scipy/template7
1 files 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 <ajh@sideband.org>"
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}"'