Date: Wed, 30 Jun 2021 20:46:26 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 66d9c6b92cc7 - main - science/py-h5py: Update to 3.3.0 Message-ID: <202106302046.15UKkQCD054624@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=66d9c6b92cc75881a0346427360882921dae6e9c commit 66d9c6b92cc75881a0346427360882921dae6e9c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-30 20:36:56 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-30 20:43:44 +0000 science/py-h5py: Update to 3.3.0 Changes: https://github.com/h5py/h5py/releases https://github.com/h5py/h5py/blob/master/docs/whatsnew/3.3.rst https://docs.h5py.org/en/stable/whatsnew/index.html --- science/py-h5py/Makefile | 2 +- science/py-h5py/distinfo | 6 +++--- science/py-h5py/pkg-plist | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/science/py-h5py/Makefile b/science/py-h5py/Makefile index b67a5e994a08..5a17f0126ad9 100644 --- a/science/py-h5py/Makefile +++ b/science/py-h5py/Makefile @@ -1,7 +1,7 @@ # Created by: TAOKA Fumiyoshi PORTNAME= h5py -PORTVERSION= 3.2.1 +PORTVERSION= 3.3.0 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-h5py/distinfo b/science/py-h5py/distinfo index 7df8245c1b79..1a4948e9ab33 100644 --- a/science/py-h5py/distinfo +++ b/science/py-h5py/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618320258 -SHA256 (h5py-3.2.1.tar.gz) = 89474be911bfcdb34cbf0d98b8ec48b578c27a89fdb1ae4ee7513f1ef8d9249e -SIZE (h5py-3.2.1.tar.gz) = 368170 +TIMESTAMP = 1624630120 +SHA256 (h5py-3.3.0.tar.gz) = e0dac887d779929778b3cfd13309a939359cc9e74756fc09af7c527a82797186 +SIZE (h5py-3.3.0.tar.gz) = 380221 diff --git a/science/py-h5py/pkg-plist b/science/py-h5py/pkg-plist index 598c731c6ad5..42586e1a2bac 100644 --- a/science/py-h5py/pkg-plist +++ b/science/py-h5py/pkg-plist @@ -36,6 +36,7 @@ %%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.0.rst %%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.1.rst %%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.2.rst +%%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.3.rst %%PORTDOCS%%%%DOCSDIR%%/whatsnew/index.rst %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bytesio.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/collective_io.py @@ -52,3 +53,4 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/swmr_multiprocess.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/threading_example.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vds_simple.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/write-direct-compressed.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106302046.15UKkQCD054624>