diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-07 16:21:59 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-07 16:48:54 -0300 |
commit | 1c2766db4610c4125c258f342b9cd88246227af7 (patch) | |
tree | 0205f8c9ce4cfd3193227331656c52309e40b14a /testing/py-h5py | |
parent | 0d3a6833c9b408847d63634f2948e91564b57b5d (diff) | |
download | aports-1c2766db4610c4125c258f342b9cd88246227af7.tar.bz2 aports-1c2766db4610c4125c258f342b9cd88246227af7.tar.xz |
testing/py-h5py: upgrade to 2.9.0
Diffstat (limited to 'testing/py-h5py')
-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" |