Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Feb 2022 12:51:41 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: e84df8ce7882 - main - devel/py-distributed: Update to 2022.1.1
Message-ID:  <202202281251.21SCpf8H063454@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=e84df8ce7882c8955cfa119e4b7afcf31436ce3a

commit e84df8ce7882c8955cfa119e4b7afcf31436ce3a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-02-28 09:34:42 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-02-28 12:46:11 +0000

    devel/py-distributed: Update to 2022.1.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                     | 3 ++-
 devel/py-distributed/distinfo                     | 6 +++---
 devel/py-distributed/files/patch-requirements.txt | 4 ++--
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/devel/py-distributed/Makefile b/devel/py-distributed/Makefile
index b9f1272b8ed0..7ceed3bd8f2f 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.12.0
+PORTVERSION=	2022.1.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,6 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=6.6:devel/py-click@${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}packaging>=20.0:devel/py-packaging@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}psutil>=5.0:sysutils/py-psutil@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sortedcontainers>=2.0.2:devel/py-sortedcontainers@${PY_FLAVOR} \
diff --git a/devel/py-distributed/distinfo b/devel/py-distributed/distinfo
index b79fbe6db450..7bfd4292a76b 100644
--- a/devel/py-distributed/distinfo
+++ b/devel/py-distributed/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1641045914
-SHA256 (distributed-2021.12.0.tar.gz) = c6119a2cf1fb2d8ac60337915bb9a790af6530afcb5d7a809a3308323b874714
-SIZE (distributed-2021.12.0.tar.gz) = 878312
+TIMESTAMP = 1643971044
+SHA256 (distributed-2022.1.1.tar.gz) = c227b5dd2c784830917679487f049fb943c154f1993f187d5c52076aa78a72d0
+SIZE (distributed-2022.1.1.tar.gz) = 905723
diff --git a/devel/py-distributed/files/patch-requirements.txt b/devel/py-distributed/files/patch-requirements.txt
index ba78bd886be7..1b462c9c7448 100644
--- a/devel/py-distributed/files/patch-requirements.txt
+++ b/devel/py-distributed/files/patch-requirements.txt
@@ -1,9 +1,9 @@
---- requirements.txt.orig	2021-11-19 20:14:46 UTC
+--- requirements.txt.orig	2022-01-28 20:26:29 UTC
 +++ requirements.txt
 @@ -1,5 +1,5 @@
  click >= 6.6
 -cloudpickle >= 1.5.0
 +cloudpickle >= 1.3.0
- dask == 2021.12.0
+ dask == 2022.01.1
  jinja2
  msgpack >= 0.6.0



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