pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-h5py py-h5py: update to 2.8.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b25851048703
branches:  trunk
changeset: 315243:b25851048703
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Nov 20 05:39:28 2018 +0000

description:
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

diffstat:

 devel/py-h5py/Makefile |   4 ++--
 devel/py-h5py/PLIST    |   8 +++++++-
 devel/py-h5py/distinfo |  10 +++++-----
 3 files changed, 14 insertions(+), 8 deletions(-)

diffs (56 lines):

diff -r 1aa9c4b8ad9a -r b25851048703 devel/py-h5py/Makefile
--- a/devel/py-h5py/Makefile    Mon Nov 19 19:28:30 2018 +0000
+++ b/devel/py-h5py/Makefile    Tue Nov 20 05:39:28 2018 +0000
@@ -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/}
diff -r 1aa9c4b8ad9a -r b25851048703 devel/py-h5py/PLIST
--- a/devel/py-h5py/PLIST       Mon Nov 19 19:28:30 2018 +0000
+++ b/devel/py-h5py/PLIST       Tue Nov 20 05:39:28 2018 +0000
@@ -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/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_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
diff -r 1aa9c4b8ad9a -r b25851048703 devel/py-h5py/distinfo
--- a/devel/py-h5py/distinfo    Mon Nov 19 19:28:30 2018 +0000
+++ b/devel/py-h5py/distinfo    Tue Nov 20 05:39:28 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index