Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Sep 2023 21:31:43 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: 8e86e6ca49dc - main - devel/py-distributed: Update to 2023.9.0
Message-ID:  <202309042131.384LVh7q093674@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=8e86e6ca49dc782ec45a1790f86c958d22e065bb

commit 8e86e6ca49dc782ec45a1790f86c958d22e065bb
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-04 21:25:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-04 21:30:09 +0000

    devel/py-distributed: Update to 2023.9.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 | 4 ++--
 devel/py-distributed/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/devel/py-distributed/Makefile b/devel/py-distributed/Makefile
index 1d266011ce6a..267d0fa18837 100644
--- a/devel/py-distributed/Makefile
+++ b/devel/py-distributed/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	distributed
-PORTVERSION=	2023.8.1
+PORTVERSION=	2023.9.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -29,7 +29,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=8.0:devel/py-click@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}toolz>=0.10.0:devel/py-toolz@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tornado>=6.0.4:www/py-tornado@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}urllib3>=1.24.3,1:net/py-urllib3@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}zict>=2.1.0:devel/py-zict@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}zict>=3.0.0:devel/py-zict@${PY_FLAVOR}
 
 USES=		python:3.9+
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/devel/py-distributed/distinfo b/devel/py-distributed/distinfo
index e2ea83c3deee..301501aa3f92 100644
--- a/devel/py-distributed/distinfo
+++ b/devel/py-distributed/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1692640048
-SHA256 (distributed-2023.8.1.tar.gz) = 9eb00dfe08a75c9a450010869de0cbcada016c32bfee43e9b3a281787bdc9d61
-SIZE (distributed-2023.8.1.tar.gz) = 1080842
+TIMESTAMP = 1693823873
+SHA256 (distributed-2023.9.0.tar.gz) = df3024b021c1cc4aa007ea5ecafe30566cdba92ed7b9a6516c39ef6e7256b1a2
+SIZE (distributed-2023.9.0.tar.gz) = 1082091



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