Date: Wednesday, October 20, 2021 @ 17:09:23
Author: archange
Revision: 1031417
upgpkg: python-h5py 3.5.0-1
Modified:
python-h5py/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-20 16:23:18 UTC (rev 1031416)
+++ PKGBUILD 2021-10-20 17:09:23 UTC (rev 1031417)
@@ -6,7 +6,7 @@
_pkg=h5py
pkgname=python-${_pkg}
-pkgver=3.4.0
+pkgver=3.5.0
pkgrel=1
pkgdesc="General-purpose Python bindings for the HDF5 library"
arch=(x86_64)
@@ -17,7 +17,7 @@
checkdepends=(python-pytest python-pytest-mpi python-pytables)
conflicts=(hdf5-openmpi)
source=(https://files.pythonhosted.org/packages/source/h/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('ee1c683d91ab010d5e85cb61e8f9e7ee0d8eab545bf3dd50a9618f1d0e8f615e')
+sha256sums=('77c7be4001ac7d3ed80477de5b6942501d782de1bbe4886597bdfec2a7ab821f')
validpgpkeys=(AC47F71DB275ECD0B3DA46E857FA4540DD4EFCF7 # Thomas A Caswell
(Brookhaven National Lab) <[email protected]>
96B7334D7610EE3E68AFFE589E027116943D6A8B) # Thomas A Caswell
<[email protected]> (new key)
# See https://github.com/h5py/h5py/issues/1299 about lack of GPG sigs for
recent releases
@@ -38,7 +38,7 @@
check() {
local python_version=$(python -c 'import sys; print(".".join(map(str,
sys.version_info[:2])))')
export H5PY_TEST_CHECK_FILTERS=1
-
PYTHONPATH="${PWD}/${_pkg}-${pkgver}/build/lib.linux-${CARCH}-${python_version}"
python -m pytest --pyargs h5py -rxXs
+
PYTHONPATH="${PWD}/${_pkg}-${pkgver}/build/lib.linux-${CARCH}-${python_version}"
python -m pytest --pyargs h5py -rxXs --color=yes
}
package() {