Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-h5py
Commits: 6a9ac000 by Carl Smedstad at 2025-10-17T11:42:23+02:00 upgpkg: 3.15.1-1: Upstream release https://github.com/h5py/h5py/releases/tag/3.15.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-h5py pkgdesc = General-purpose Python bindings for the HDF5 library - pkgver = 3.15.0 + pkgver = 3.15.1 pkgrel = 1 url = https://www.h5py.org/ arch = x86_64 @@ -20,9 +20,9 @@ pkgbase = python-h5py depends = python depends = python-numpy conflicts = hdf5-openmpi - source = https://github.com/h5py/h5py/archive/3.15.0/h5py-3.15.0.tar.gz + source = https://github.com/h5py/h5py/archive/3.15.1/h5py-3.15.1.tar.gz source = remove-version-check.patch - sha256sums = beb62edf226b8821d3e06f4d35f57055c9ac2aca11961574d505a8d6b7919192 + sha256sums = 55a03d8fc1db535b243cccda3e6237844da25a17a2df3bc0ea9db6fbbbd7bf2b sha256sums = 621f108e5e95dc250047501447d0dc633fbf3f8bf19e4c4b4c4d5a286864664c pkgname = python-h5py ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: Sebastien Binet <binet@lblbox> pkgname=python-h5py -pkgver=3.15.0 +pkgver=3.15.1 pkgrel=1 pkgdesc="General-purpose Python bindings for the HDF5 library" arch=(x86_64) @@ -37,7 +37,7 @@ source=( "https://github.com/h5py/h5py/archive/$pkgver/${pkgname#python-}-$pkgver.tar.gz" remove-version-check.patch ) -sha256sums=('beb62edf226b8821d3e06f4d35f57055c9ac2aca11961574d505a8d6b7919192' +sha256sums=('55a03d8fc1db535b243cccda3e6237844da25a17a2df3bc0ea9db6fbbbd7bf2b' '621f108e5e95dc250047501447d0dc633fbf3f8bf19e4c4b4c4d5a286864664c') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-h5py/-/commit/6a9ac00095f7be421f8ba215a28cbd489a683176 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-h5py/-/commit/6a9ac00095f7be421f8ba215a28cbd489a683176 You're receiving this email because of your account on gitlab.archlinux.org.
