git: 236cfe821300 - main - devel/py-distributed: Update to 2022.7.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 11 Jul 2022 21:53:37 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=236cfe821300dd0e21b032414ce1c0c8e0d6ae46

commit 236cfe821300dd0e21b032414ce1c0c8e0d6ae46
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-07-11 21:47:06 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-07-11 21:47:06 +0000

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

diff --git a/devel/py-distributed/Makefile b/devel/py-distributed/Makefile
index a7932cf9bfa3..b519a6a10c54 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=	2022.6.1
+PORTVERSION=	2022.7.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-distributed/distinfo b/devel/py-distributed/distinfo
index 47dac025730e..4613f20099f5 100644
--- a/devel/py-distributed/distinfo
+++ b/devel/py-distributed/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1656522272
-SHA256 (distributed-2022.6.1.tar.gz) = c4efd70aeb072725e683bca1c2de8173cd577018a7a5c3795886a5691e70bc37
-SIZE (distributed-2022.6.1.tar.gz) = 959007
+TIMESTAMP = 1657555647
+SHA256 (distributed-2022.7.0.tar.gz) = e68aba8be3e20e5d1120abcac841909ff18021708a8412afa58ff153c4fab0ac
+SIZE (distributed-2022.7.0.tar.gz) = 963841
diff --git a/devel/py-distributed/files/patch-requirements.txt b/devel/py-distributed/files/patch-requirements.txt
new file mode 100644
index 000000000000..342ca3ed0a24
--- /dev/null
+++ b/devel/py-distributed/files/patch-requirements.txt
@@ -0,0 +1,11 @@
+--- requirements.txt.orig	2022-07-08 21:08:47 UTC
++++ requirements.txt
+@@ -9,7 +9,7 @@ psutil >= 5.0
+ sortedcontainers !=2.0.0, !=2.0.1
+ tblib >= 1.6.0
+ toolz >= 0.8.2
+-tornado >= 6.0.3, <6.2
++tornado >= 6.0.3
+ urllib3
+ zict >= 0.1.3
+ pyyaml