Date: Tue, 29 Oct 2024 14:41:35 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: 8d6c4e9919d8 - main - graphics/py-willow: Update to 1.9.0 Message-ID: <202410291441.49TEfZTn064746@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=8d6c4e9919d8453d3cf8a09cd989b8e9f460670e commit 8d6c4e9919d8453d3cf8a09cd989b8e9f460670e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-29 14:19:36 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-29 14:38:38 +0000 graphics/py-willow: Update to 1.9.0 Changes: https://github.com/wagtail/Willow/releases https://willow.wagtail.org/latest/changelog.html --- graphics/py-willow/Makefile | 6 +++--- graphics/py-willow/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/graphics/py-willow/Makefile b/graphics/py-willow/Makefile index 1932edd1eb9a..da35eb534545 100644 --- a/graphics/py-willow/Makefile +++ b/graphics/py-willow/Makefile @@ -1,5 +1,5 @@ PORTNAME= willow -PORTVERSION= 1.8.0 +PORTVERSION= 1.9.0 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_F RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>=0.7<1.0:devel/py-defusedxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}filetype>=1.0.7:devel/py-filetype@${PY_FLAVOR} -USES= python +USES= python:3.9+ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes @@ -32,7 +32,7 @@ WAND_DESC= Use Wand as backend HEIF_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow-heif>=0.13.0<1.0.0:graphics/py-pillow-heif@${PY_FLAVOR} OPENCV_RUN_DEPENDS= opencv>=0:graphics/opencv -PILLOW_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=9.1.0<11.0.0:graphics/py-pillow@${PY_FLAVOR} +PILLOW_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=9.1.0<12.0.0:graphics/py-pillow@${PY_FLAVOR} WAND_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wand>=0.6<1.0:graphics/py-wand@${PY_FLAVOR} .include <bsd.port.mk> diff --git a/graphics/py-willow/distinfo b/graphics/py-willow/distinfo index 5bfeaa1bad6b..b64ee56e3267 100644 --- a/graphics/py-willow/distinfo +++ b/graphics/py-willow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708449386 -SHA256 (willow-1.8.0.tar.gz) = ef3df6cde80d4914e719188147bef1d71c240edb118340e0c5957ecc8fe08315 -SIZE (willow-1.8.0.tar.gz) = 113313 +TIMESTAMP = 1729994332 +SHA256 (willow-1.9.0.tar.gz) = ffac1406275ae30b60e7c6cbd1245f0bc359d1b5731002b18a712aaf424a5102 +SIZE (willow-1.9.0.tar.gz) = 113373
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410291441.49TEfZTn064746>