Date: Fri, 25 Mar 2022 13:44:39 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: f02c96aa551f - main - graphics/py-imageio: Update to 2.16.1 Message-ID: <202203251344.22PDidW8021016@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=f02c96aa551f15f82a902a634e725baefb722071 commit f02c96aa551f15f82a902a634e725baefb722071 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-25 13:00:20 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-25 13:37:04 +0000 graphics/py-imageio: Update to 2.16.1 - Fix version requirement of RUN_DEPENDS Changes: https://github.com/imageio/imageio/releases --- graphics/py-imageio/Makefile | 6 +++--- graphics/py-imageio/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/graphics/py-imageio/Makefile b/graphics/py-imageio/Makefile index 3c862159d687..775edb5c80cd 100644 --- a/graphics/py-imageio/Makefile +++ b/graphics/py-imageio/Makefile @@ -1,5 +1,5 @@ PORTNAME= imageio -PORTVERSION= 2.14.1 +PORTVERSION= 2.16.1 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfreeimage.so:graphics/freeimage RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \ ${PYTHON_PKGNAMEPREFIX}imageio-ffmpeg>=0:graphics/py-imageio-ffmpeg@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}numpy>=1.20.0,1:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pillow>=8.3.2:graphics/py-pillow@${PY_FLAVOR} USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils diff --git a/graphics/py-imageio/distinfo b/graphics/py-imageio/distinfo index 832fcb63cc7e..4a3633b85aa9 100644 --- a/graphics/py-imageio/distinfo +++ b/graphics/py-imageio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1643971108 -SHA256 (imageio-2.14.1.tar.gz) = 709c18f800981e4286abe4bd86b6c9b5bb6e285b6b933b5ba0962ef8e7994058 -SIZE (imageio-2.14.1.tar.gz) = 3386657 +TIMESTAMP = 1647264594 +SHA256 (imageio-2.16.1.tar.gz) = 7f123cb23a77ac5abe8ed4e7ad6a60831a82de2c5d123463dcf1d4278c4779d2 +SIZE (imageio-2.16.1.tar.gz) = 3401236
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203251344.22PDidW8021016>