py-h5py: update to 2.8.0
Features - allow registration of new drivers - add option to track object creation order Bug fixes - allow slices with stop < start as empty - improve building with custom hdf5 installation - ensure libver defaults to LIBVER_EARLIEST - improve handling of float types - support non-ascii external paths on py2 - avoid crashing IPython auto-completer API changes - deprecate ``h5t.available_ftypes``. This is no longer used internally and will be removed in the future. There is no replacement public API. - Do not sort fields in compound types. This is account for changes in numpy 1.14. - Minimum version of cython is now 0.23
This commit is contained in:
parent
ae0652be36
commit
c4e4e6ca89
3 changed files with 14 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.5 2017/11/16 22:36:04 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2018/11/20 05:39:28 markd Exp $
|
||||
|
||||
DISTNAME= h5py-2.7.1
|
||||
DISTNAME= h5py-2.8.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=h/h5py/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2017/11/16 22:36:04 minskim Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2018/11/20 05:39:28 markd Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
@ -60,6 +60,9 @@ ${PYSITELIB}/h5py/h5i.so
|
|||
${PYSITELIB}/h5py/h5l.so
|
||||
${PYSITELIB}/h5py/h5o.so
|
||||
${PYSITELIB}/h5py/h5p.so
|
||||
${PYSITELIB}/h5py/h5py_warnings.py
|
||||
${PYSITELIB}/h5py/h5py_warnings.pyc
|
||||
${PYSITELIB}/h5py/h5py_warnings.pyo
|
||||
${PYSITELIB}/h5py/h5r.so
|
||||
${PYSITELIB}/h5py/h5s.so
|
||||
${PYSITELIB}/h5py/h5t.so
|
||||
|
@ -97,6 +100,9 @@ ${PYSITELIB}/h5py/tests/hl/test_dims_dimensionproxy.pyo
|
|||
${PYSITELIB}/h5py/tests/hl/test_file.py
|
||||
${PYSITELIB}/h5py/tests/hl/test_file.pyc
|
||||
${PYSITELIB}/h5py/tests/hl/test_file.pyo
|
||||
${PYSITELIB}/h5py/tests/hl/test_filters.py
|
||||
${PYSITELIB}/h5py/tests/hl/test_filters.pyc
|
||||
${PYSITELIB}/h5py/tests/hl/test_filters.pyo
|
||||
${PYSITELIB}/h5py/tests/hl/test_threads.py
|
||||
${PYSITELIB}/h5py/tests/hl/test_threads.pyc
|
||||
${PYSITELIB}/h5py/tests/hl/test_threads.pyo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.4 2017/11/16 22:36:04 minskim Exp $
|
||||
$NetBSD: distinfo,v 1.5 2018/11/20 05:39:28 markd Exp $
|
||||
|
||||
SHA1 (h5py-2.7.1.tar.gz) = 6117361bbc01b5ffe3516e6b8ac0f83656726249
|
||||
RMD160 (h5py-2.7.1.tar.gz) = 455a5c22f1c9a08e0c514e3a8f1f76bb77f0308b
|
||||
SHA512 (h5py-2.7.1.tar.gz) = b702e3875c2767d2fabe66601820c517671fb5fc3321334aba081950b625435a1262554f39187cd1b41c6069e2b3826db6f0b610bfed2abe5db8a4dd8a29ecfd
|
||||
Size (h5py-2.7.1.tar.gz) = 264225 bytes
|
||||
SHA1 (h5py-2.8.0.tar.gz) = b0c57e6bc84adfd0e77eaa9f2ad127cce84e4d81
|
||||
RMD160 (h5py-2.8.0.tar.gz) = 35e6cb969e124a1d5598b3bd4f3d4557379cde44
|
||||
SHA512 (h5py-2.8.0.tar.gz) = 670b80727c7a0b53018a5f8bb0bceedf9634fe9400fc3080954eaad5329d544c57c49177d02236a243a09ce3e638b10caeceb1cc572d03c87f227888a4430039
|
||||
Size (h5py-2.8.0.tar.gz) = 274576 bytes
|
||||
|
|
Loading…
Reference in a new issue