Date: Mon, 14 Oct 2024 05:28:13 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: ebdd04759e83 - main - devel/py-black: Update to 24.10.0 Message-ID: <202410140528.49E5SDLf049005@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=ebdd04759e83cd03c2baaf5020fe4b295f5613d4 commit ebdd04759e83cd03c2baaf5020fe4b295f5613d4 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-14 04:49:11 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-14 05:25:27 +0000 devel/py-black: Update to 24.10.0 Changes: https://github.com/psf/black/releases https://black.readthedocs.io/en/stable/change_log.html --- devel/py-black/Makefile | 6 +++--- devel/py-black/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-black/Makefile b/devel/py-black/Makefile index 092710b66da0..60514a0e1ca3 100644 --- a/devel/py-black/Makefile +++ b/devel/py-black/Makefile @@ -1,5 +1,5 @@ PORTNAME= black -PORTVERSION= 24.8.0 +PORTVERSION= 24.10.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -29,7 +29,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=5.3:devel/py-coverage@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=3.0.2,1:devel/py-pytest-xdist@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tokenize-rt>=3.2.0:devel/py-tokenize-rt@${PY_FLAVOR} -USES= python +USES= python:3.9+ USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes @@ -43,7 +43,7 @@ JUPYTER_DESC= Jupyter support UVLOOP_DESC= Event loop support COLORAMA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0.4.3:devel/py-colorama@${PY_FLAVOR} -D_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.7.4:www/py-aiohttp@${PY_FLAVOR} +D_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.10:www/py-aiohttp@${PY_FLAVOR} JUPYTER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=7.8.0:devel/ipython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tokenize-rt>=3.2.0:devel/py-tokenize-rt@${PY_FLAVOR} UVLOOP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}uvloop>=0.15.2:devel/py-uvloop@${PY_FLAVOR} diff --git a/devel/py-black/distinfo b/devel/py-black/distinfo index 4eb4ac6fa26b..e7cdbbd2c2a6 100644 --- a/devel/py-black/distinfo +++ b/devel/py-black/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1722798779 -SHA256 (black-24.8.0.tar.gz) = 2500945420b6784c38b9ee885af039f5e7471ef284ab03fa35ecdde4688cd83f -SIZE (black-24.8.0.tar.gz) = 644810 +TIMESTAMP = 1728632326 +SHA256 (black-24.10.0.tar.gz) = 846ea64c97afe3bc677b761787993be4991810ecc7a4a937816dd6bddedc4875 +SIZE (black-24.10.0.tar.gz) = 645813
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410140528.49E5SDLf049005>