Date: Mon, 4 Sep 2023 21:31: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: 4c4739e61951 - main - devel/py-dask: Update to 2023.9.0 Message-ID: <202309042131.384LVdDX093557@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=4c4739e61951f1ce588b1da6527e5c1286cc947d commit 4c4739e61951f1ce588b1da6527e5c1286cc947d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-04 21:25:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-04 21:30:09 +0000 devel/py-dask: Update to 2023.9.0 Changes: https://github.com/dask/dask/blob/main/docs/source/changelog.rst https://docs.dask.org/en/latest/changelog.html --- devel/py-dask/Makefile | 3 ++- devel/py-dask/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/devel/py-dask/Makefile b/devel/py-dask/Makefile index 901e51248bb2..f57a2de80ba1 100644 --- a/devel/py-dask/Makefile +++ b/devel/py-dask/Makefile @@ -1,5 +1,5 @@ PORTNAME= dask -PORTVERSION= 2023.8.1 +PORTVERSION= 2023.9.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,6 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.0:devel/py-click@${PY_FLAVOR} \ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pre-commit>=0:devel/py-pre-commit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-rerunfailures>=0:devel/py-pytest-rerunfailures@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-timeout>=0:devel/py-pytest-timeout@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=0:devel/py-pytest-xdist@${PY_FLAVOR} USES= cpe python:3.9+ diff --git a/devel/py-dask/distinfo b/devel/py-dask/distinfo index 4b519bc62719..5cfe8a9db0a0 100644 --- a/devel/py-dask/distinfo +++ b/devel/py-dask/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1692640044 -SHA256 (dask-2023.8.1.tar.gz) = 5c4b402908938dc87506e0fc07fb0dfa329e59587adf34531cd300fe853b3bf8 -SIZE (dask-2023.8.1.tar.gz) = 8532379 +TIMESTAMP = 1693823867 +SHA256 (dask-2023.9.0.tar.gz) = 68672b82ed9e5dc49975d9b1f09d0ae271a4f95db387b3d32c2e111056a8f899 +SIZE (dask-2023.9.0.tar.gz) = 8532902
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309042131.384LVdDX093557>