Date: Mon, 1 Nov 2021 13:46: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: 63c9db38575e - main - devel/py-distributed: Update to 2021.10.0 Message-ID: <202111011346.1A1DkDPk049886@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=63c9db38575e0a713fd3cbd9cb79df954ebc4ec7 commit 63c9db38575e0a713fd3cbd9cb79df954ebc4ec7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-01 13:25:40 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-01 13:41:37 +0000 devel/py-distributed: Update to 2021.10.0 Changes: https://github.com/dask/distributed/blob/main/docs/source/changelog.rst https://distributed.dask.org/en/latest/changelog.html --- devel/py-distributed/Makefile | 5 +++-- devel/py-distributed/distinfo | 6 +++--- devel/py-distributed/files/patch-requirements.txt | 9 +++++++++ 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/devel/py-distributed/Makefile b/devel/py-distributed/Makefile index 937caccf3ad3..ef3a030d53d5 100644 --- a/devel/py-distributed/Makefile +++ b/devel/py-distributed/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= distributed -PORTVERSION= 2021.7.2 +PORTVERSION= 2021.10.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,9 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=6.6:devel/py-click@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cloudpickle>=1.5.0:devel/py-cloudpickle@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cloudpickle>=1.3.0:devel/py-cloudpickle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dask>=${PORTVERSION}:devel/py-dask@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}msgpack>=0.6.0:devel/py-msgpack@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>=5.0:sysutils/py-psutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \ diff --git a/devel/py-distributed/distinfo b/devel/py-distributed/distinfo index 4414064ded25..c7b02b355ad1 100644 --- a/devel/py-distributed/distinfo +++ b/devel/py-distributed/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628103104 -SHA256 (distributed-2021.7.2.tar.gz) = 5c03aae2f2ba7b0945b423162db4f2b2ec01faf73f91e0e38c1bc5b2f9ed216d -SIZE (distributed-2021.7.2.tar.gz) = 841851 +TIMESTAMP = 1635730955 +SHA256 (distributed-2021.10.0.tar.gz) = ea27051fdb8351710978fd1beac49d5b9ad2b919328b4d348f5c58b1393dd84d +SIZE (distributed-2021.10.0.tar.gz) = 865033 diff --git a/devel/py-distributed/files/patch-requirements.txt b/devel/py-distributed/files/patch-requirements.txt new file mode 100644 index 000000000000..886c6be9e283 --- /dev/null +++ b/devel/py-distributed/files/patch-requirements.txt @@ -0,0 +1,9 @@ +--- requirements.txt.orig 2021-10-22 20:26:57 UTC ++++ requirements.txt +@@ -1,5 +1,5 @@ + click >= 6.6 +-cloudpickle >= 1.5.0 ++cloudpickle >= 1.3.0 + dask == 2021.10.0 + jinja2 + msgpack >= 0.6.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111011346.1A1DkDPk049886>