Received: by mail.netbsd.org (Postfix, from userid 605) id 56C6E84D5F; Sun, 16 Jun 2019 14:11:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D02B084D4C for ; Sun, 16 Jun 2019 14:11:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 49rnD5H22zLG for ; Sun, 16 Jun 2019 14:11:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 09C4284D21 for ; Sun, 16 Jun 2019 14:11:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 01AEDFBF4; Sun, 16 Jun 2019 14:11:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156069430961610" MIME-Version: 1.0 Date: Sun, 16 Jun 2019 14:11:49 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-h5py To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190616141150.01AEDFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_156069430961610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Jun 16 14:11:49 UTC 2019 Modified Files: pkgsrc/devel/py-h5py: Makefile PLIST distinfo Log Message: py-h5py: updated to 2.9.0 What's new in h5py 2.9 New features * A convenient high-level API for creating virtual datasets, HDF5 objects which act as a view over one or more real datasets. See :ref:vds for details. * :class:File can now be constructed with a Python file-like object, making it easy to create an HDF5 file in memory using :class:io.BytesIO See :ref:file_fileobj for details. * :class:File now accepts parameters to control the chunk cache. See :ref:file_cache for details. * New options to record the order of insertion for attributes and group entries. Iterating over these collections now follows insertion order if it was recorded, or name order if not. * A new method :meth:Group.create_dataset_like to create a new dataset with similar properties to an existing one. * Datasets can now be created with storage backed by external non-HDF5 files * Lists or tuples of unicode strings can now be stored as HDF5 attributes * Inspecting the view returned by .keys() now shows the key names, for convenient interactive use. Exposing HDF5 functions * H5LTopen_file_image as :func:h5py.h5f.open_file_image. * External dataset storage functions H5Pset_external, H5Pget_external and H5Pget_external_count as methods on :class:h5py.h5p.PropDCID Bugfixes * Fix reading/writing of float128 data. * Converting data to float16 when creating a dataset. Support for old Python Support for Python 3.3 has been dropped. Support for Python 2.6 has been dropped. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-h5py/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-h5py/PLIST \ pkgsrc/devel/py-h5py/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156069430961610 Content-Disposition: inline Content-Length: 3991 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-h5py/Makefile diff -u pkgsrc/devel/py-h5py/Makefile:1.6 pkgsrc/devel/py-h5py/Makefile:1.7 --- pkgsrc/devel/py-h5py/Makefile:1.6 Tue Nov 20 05:39:28 2018 +++ pkgsrc/devel/py-h5py/Makefile Sun Jun 16 14:11:49 2019 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2018/11/20 05:39:28 markd Exp $ +# $NetBSD: Makefile,v 1.7 2019/06/16 14:11:49 adam Exp $ -DISTNAME= h5py-2.8.0 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +DISTNAME= h5py-2.9.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=h/h5py/} Index: pkgsrc/devel/py-h5py/PLIST diff -u pkgsrc/devel/py-h5py/PLIST:1.5 pkgsrc/devel/py-h5py/PLIST:1.6 --- pkgsrc/devel/py-h5py/PLIST:1.5 Tue Nov 20 05:39:28 2018 +++ pkgsrc/devel/py-h5py/PLIST Sun Jun 16 14:11:49 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2018/11/20 05:39:28 markd Exp $ +@comment $NetBSD: PLIST,v 1.6 2019/06/16 14:11:49 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -45,6 +45,9 @@ ${PYSITELIB}/h5py/_hl/selections.pyo ${PYSITELIB}/h5py/_hl/selections2.py ${PYSITELIB}/h5py/_hl/selections2.pyc ${PYSITELIB}/h5py/_hl/selections2.pyo +${PYSITELIB}/h5py/_hl/vds.py +${PYSITELIB}/h5py/_hl/vds.pyc +${PYSITELIB}/h5py/_hl/vds.pyo ${PYSITELIB}/h5py/_objects.so ${PYSITELIB}/h5py/_proxy.so ${PYSITELIB}/h5py/defs.so @@ -94,6 +97,9 @@ ${PYSITELIB}/h5py/tests/hl/test_dataset_ ${PYSITELIB}/h5py/tests/hl/test_datatype.py ${PYSITELIB}/h5py/tests/hl/test_datatype.pyc ${PYSITELIB}/h5py/tests/hl/test_datatype.pyo +${PYSITELIB}/h5py/tests/hl/test_deprecation.py +${PYSITELIB}/h5py/tests/hl/test_deprecation.pyc +${PYSITELIB}/h5py/tests/hl/test_deprecation.pyo ${PYSITELIB}/h5py/tests/hl/test_dims_dimensionproxy.py ${PYSITELIB}/h5py/tests/hl/test_dims_dimensionproxy.pyc ${PYSITELIB}/h5py/tests/hl/test_dims_dimensionproxy.pyo @@ -106,6 +112,18 @@ ${PYSITELIB}/h5py/tests/hl/test_filters. ${PYSITELIB}/h5py/tests/hl/test_threads.py ${PYSITELIB}/h5py/tests/hl/test_threads.pyc ${PYSITELIB}/h5py/tests/hl/test_threads.pyo +${PYSITELIB}/h5py/tests/hl/test_vds/__init__.py +${PYSITELIB}/h5py/tests/hl/test_vds/__init__.pyc +${PYSITELIB}/h5py/tests/hl/test_vds/__init__.pyo +${PYSITELIB}/h5py/tests/hl/test_vds/test_highlevel_vds.py +${PYSITELIB}/h5py/tests/hl/test_vds/test_highlevel_vds.pyc +${PYSITELIB}/h5py/tests/hl/test_vds/test_highlevel_vds.pyo +${PYSITELIB}/h5py/tests/hl/test_vds/test_lowlevel_vds.py +${PYSITELIB}/h5py/tests/hl/test_vds/test_lowlevel_vds.pyc +${PYSITELIB}/h5py/tests/hl/test_vds/test_lowlevel_vds.pyo +${PYSITELIB}/h5py/tests/hl/test_vds/test_virtual_source.py +${PYSITELIB}/h5py/tests/hl/test_vds/test_virtual_source.pyc +${PYSITELIB}/h5py/tests/hl/test_vds/test_virtual_source.pyo ${PYSITELIB}/h5py/tests/old/__init__.py ${PYSITELIB}/h5py/tests/old/__init__.pyc ${PYSITELIB}/h5py/tests/old/__init__.pyo Index: pkgsrc/devel/py-h5py/distinfo diff -u pkgsrc/devel/py-h5py/distinfo:1.5 pkgsrc/devel/py-h5py/distinfo:1.6 --- pkgsrc/devel/py-h5py/distinfo:1.5 Tue Nov 20 05:39:28 2018 +++ pkgsrc/devel/py-h5py/distinfo Sun Jun 16 14:11:49 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2018/11/20 05:39:28 markd Exp $ +$NetBSD: distinfo,v 1.6 2019/06/16 14:11:49 adam Exp $ -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 +SHA1 (h5py-2.9.0.tar.gz) = c976d3ed9959af4ed14db996ab3bb32e6ac499b3 +RMD160 (h5py-2.9.0.tar.gz) = e1aa8e709ab1f0eea1d85c99ff0753f31b69887a +SHA512 (h5py-2.9.0.tar.gz) = 73b1f59e3e2b3eceebf7b97e49bd8f5199afafd7ef29917af05ff8415c2f2129a5c59db9658944370c9bcf8fc04ab26948ee27fc6fd948a22d19cace1ce8c853 +Size (h5py-2.9.0.tar.gz) = 287853 bytes --_----------=_156069430961610--