development/python3-numpy: Updated for version 1.26.3

Signed-off-by: Christoph Willing <chris.willing@linux.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Christoph Willing 2024-01-03 14:48:19 +10:00 committed by Willy Sudiarto Raharjo
parent cda71b4bbe
commit 0b68d79619
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for python3-numpy # Slackware build script for python3-numpy
# Copyright 2015-2023 Christoph Willing Brisbane, Australia # Copyright 2015-2024 Christoph Willing Sydney, Australia
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-numpy PRGNAM=python3-numpy
SRCNAM=numpy SRCNAM=numpy
VERSION=${VERSION:-1.26.2} VERSION=${VERSION:-1.26.3}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-numpy" PRGNAM="python3-numpy"
VERSION="1.26.2" VERSION="1.26.3"
HOMEPAGE="https://www.numpy.org/" HOMEPAGE="https://www.numpy.org/"
DOWNLOAD="https://github.com/numpy/numpy/releases/download/v1.26.2/numpy-1.26.2.tar.gz" DOWNLOAD="https://github.com/numpy/numpy/releases/download/v1.26.3/numpy-1.26.3.tar.gz"
MD5SUM="8f6446a32e47953a03f8fe8533e21e98" MD5SUM="1c915dc6c36dd4c674d9379e9470ff8b"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="python3-mesonpy" REQUIRES="python3-mesonpy"