python/python3-h5py: Update for 3.12.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
isaackwy 2024-09-27 19:23:32 -07:00 committed by Willy Sudiarto Raharjo
parent 66be0293ff
commit 82b1200735
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-h5py
VERSION=${VERSION:-3.11.0}
VERSION=${VERSION:-3.12.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-h5py"
VERSION="3.11.0"
VERSION="3.12.1"
HOMEPAGE="https://www.h5py.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/h/h5py/h5py-3.11.0.tar.gz"
MD5SUM="710eb17c1bae08a3ba684889b1108fdb"
DOWNLOAD="https://files.pythonhosted.org/packages/source/h/h5py/h5py-3.12.1.tar.gz"
MD5SUM="40d0eff953e53df3579ad77bce103694"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="hdf5 liblzf python3-numpy python3-pkgconfig"