git: 0bcbf52d2670 - main - devel/py-distributed: Update to 2022.12.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jan 2023 13:08:32 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0bcbf52d2670329e7469319a7ca9ad18cc29584f commit 0bcbf52d2670329e7469319a7ca9ad18cc29584f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-01-30 12:31:06 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-01-30 12:59:42 +0000 devel/py-distributed: Update to 2022.12.1 Changes: https://github.com/dask/distributed/blob/main/docs/source/changelog.rst https://distributed.dask.org/en/latest/changelog.html --- devel/py-distributed/Makefile | 2 +- devel/py-distributed/distinfo | 6 +++--- devel/py-distributed/files/patch-requirements.txt | 11 ----------- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/devel/py-distributed/Makefile b/devel/py-distributed/Makefile index 840e5a7ceaa2..3360900827b4 100644 --- a/devel/py-distributed/Makefile +++ b/devel/py-distributed/Makefile @@ -1,5 +1,5 @@ PORTNAME= distributed -PORTVERSION= 2022.11.1 +PORTVERSION= 2022.12.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-distributed/distinfo b/devel/py-distributed/distinfo index 3e06cb859e7c..0fffb3af125f 100644 --- a/devel/py-distributed/distinfo +++ b/devel/py-distributed/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669057713 -SHA256 (distributed-2022.11.1.tar.gz) = ca89a7d56588b0a95b8fabe783541f514cbe22d5b62a2e4260849c75b4475cea -SIZE (distributed-2022.11.1.tar.gz) = 1017151 +TIMESTAMP = 1674589762 +SHA256 (distributed-2022.12.1.tar.gz) = 87fedcfbf2126d14c3865c8e445c41eccabd2b07eaff87528af2afd9e20ced6c +SIZE (distributed-2022.12.1.tar.gz) = 1024427 diff --git a/devel/py-distributed/files/patch-requirements.txt b/devel/py-distributed/files/patch-requirements.txt deleted file mode 100644 index 7b06d6655b27..000000000000 --- a/devel/py-distributed/files/patch-requirements.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- requirements.txt.orig 2022-11-18 19:18:17 UTC -+++ requirements.txt -@@ -9,7 +9,7 @@ psutil >= 5.0 - sortedcontainers !=2.0.0, !=2.0.1 - tblib >= 1.6.0 - toolz >= 0.10.0 --tornado >= 6.0.3, <6.2 -+tornado >= 6.0.3 - urllib3 - zict >= 0.1.3 - pyyaml