Package: h5py / 2.8.0-3

Metadata

Package Version Patches format
h5py 2.8.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
No rpath.patch | (download)

setup_build.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 no rpath


No intersphinx.patch | (download)

docs/conf.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 no intersphinx


hdf5 1.10.3 support.patch | (download)

h5py/_errors.pyx | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 [patch] fix: adjust mapping of hdf5 error codes -> python error codes

This is to account for changes to hdf5 between 1.10.2 and 1.10.3.

Closes #1088

TST API do not remap the exceptions for the get_num_objs | (download)

h5py/_errors.pyx | 4 1 + 3 - 0 !
h5py/tests/old/test_group.py | 5 0 + 5 - 0 !
2 files changed, 1 insertion(+), 8 deletions(-)

---