Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2024 06:21:02 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: dd90d5cb745e - main - graphics/py-imageio: Update to 2.35.0
Message-ID:  <202409050621.4856L2hp004671@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=dd90d5cb745e81430734e4881d0460a5e91f13e7

commit dd90d5cb745e81430734e4881d0460a5e91f13e7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-05 05:26:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-05 06:18:01 +0000

    graphics/py-imageio: Update to 2.35.0
    
    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 25d2abdebece..15a90eb7334a 100644
--- a/graphics/py-imageio/Makefile
+++ b/graphics/py-imageio/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	imageio
-PORTVERSION=	2.34.2
+PORTVERSION=	2.35.0
 CATEGORIES=	graphics python
 MASTER_SITES=	PYPI \
 		https://github.com/imageio/imageio/releases/download/v${PORTVERSION}/
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 LIB_DEPENDS=	libfreeimage.so:graphics/freeimage
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=0,1<2.0.0,1:math/py-numpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pillow>=8.3.2:graphics/py-pillow@${PY_FLAVOR}
 TEST_DEPENDS=	opencv>=0:graphics/opencv \
 		${PYTHON_PKGNAMEPREFIX}astropy>=0:astro/py-astropy@${PY_FLAVOR} \
@@ -38,7 +38,7 @@ OPTIONS_DEFAULT=FFMPEG
 FFMPEG_DESC=		Read/Write video using FFmpeg
 FITS_DESC=		Read FITS files
 PILLOW_HEIF_DESC=	Read HEIF files
-PYAV_DESC=		Read/Write Videos (and images)
+PYAV_DESC=		Read/Write video and image files
 TIFFFILE_DESC=		Read/Write TIFF files
 
 FFMPEG_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}imageio-ffmpeg>=0:graphics/py-imageio-ffmpeg@${PY_FLAVOR} \
diff --git a/graphics/py-imageio/distinfo b/graphics/py-imageio/distinfo
index dce88a0c1dd2..fd4dffe3115b 100644
--- a/graphics/py-imageio/distinfo
+++ b/graphics/py-imageio/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1720022856
-SHA256 (imageio-2.34.2.tar.gz) = 5c0c0ee8faa018a1c42f649b90395dd4d3bb6187c09053a0cd6f1fdd51bbff5e
-SIZE (imageio-2.34.2.tar.gz) = 387689
+TIMESTAMP = 1724084620
+SHA256 (imageio-2.35.0.tar.gz) = e88f759803d2968e19a55fa8372e9fbe12967a8598fe042d8719ca46d03f4256
+SIZE (imageio-2.35.0.tar.gz) = 389672



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409050621.4856L2hp004671>