diff options
-rw-r--r-- | testing/py-h5py/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-h5py/APKBUILD b/testing/py-h5py/APKBUILD index b20411cf66..f94c40d960 100644 --- a/testing/py-h5py/APKBUILD +++ b/testing/py-h5py/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: James White <stegoxorus@gmail.com> pkgname=py-h5py _pkgname=h5py -pkgver=2.8.0 -pkgrel=4 +pkgver=2.9.0 +pkgrel=0 pkgdesc="Read and write HDF5 files from Python" # ERROR: test_exc (h5py.tests.old.test_group.TestLen) # len() on closed group gives ValueError @@ -51,4 +51,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="670b80727c7a0b53018a5f8bb0bceedf9634fe9400fc3080954eaad5329d544c57c49177d02236a243a09ce3e638b10caeceb1cc572d03c87f227888a4430039 h5py-2.8.0.tar.gz" +sha512sums="73b1f59e3e2b3eceebf7b97e49bd8f5199afafd7ef29917af05ff8415c2f2129a5c59db9658944370c9bcf8fc04ab26948ee27fc6fd948a22d19cace1ce8c853 h5py-2.9.0.tar.gz" |