git: 4b37b744b1d6 - main - devel/py-distributed: Update to 2023.10.1

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 02 Nov 2023 07:41:16 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4b37b744b1d641095065e88ce8d68274e54ab190

commit 4b37b744b1d641095065e88ce8d68274e54ab190
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-02 07:34:42 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-02 07:37:25 +0000

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

diff --git a/devel/py-distributed/Makefile b/devel/py-distributed/Makefile
index 83a45f5fa601..048199508ef0 100644
--- a/devel/py-distributed/Makefile
+++ b/devel/py-distributed/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	distributed
-PORTVERSION=	2023.10.0
+PORTVERSION=	2023.10.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=62.6:devel/py-setuptools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}versioneer>=0.28:devel/py-versioneer@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}versioneer>=0.29:devel/py-versioneer@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=8.0:devel/py-click@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}cloudpickle>=1.5.0:devel/py-cloudpickle@${PY_FLAVOR} \
diff --git a/devel/py-distributed/distinfo b/devel/py-distributed/distinfo
index 81d2fb4f9cc5..61f05cc16b4f 100644
--- a/devel/py-distributed/distinfo
+++ b/devel/py-distributed/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1697463088
-SHA256 (distributed-2023.10.0.tar.gz) = 88bccdeb2c74fb76a6e6963c995d2eeab7493e5ee15761a923fc26af104febbc
-SIZE (distributed-2023.10.0.tar.gz) = 1092464
+TIMESTAMP = 1698848744
+SHA256 (distributed-2023.10.1.tar.gz) = 6c52dde9684bc7147f04d14594a5090a5cc7fa58258a015f4ca4fb289a374eaf
+SIZE (distributed-2023.10.1.tar.gz) = 1094004
diff --git a/devel/py-distributed/files/patch-pyproject.toml b/devel/py-distributed/files/patch-pyproject.toml
index f1ad7551d7a9..82ee913ce9e1 100644
--- a/devel/py-distributed/files/patch-pyproject.toml
+++ b/devel/py-distributed/files/patch-pyproject.toml
@@ -2,8 +2,8 @@
 +++ pyproject.toml
 @@ -1,5 +1,5 @@
  [build-system]
--requires = ["setuptools>=62.6", "versioneer[toml]==0.28"]
-+requires = ["setuptools>=62.6", "versioneer[toml]>=0.28"]
+-requires = ["setuptools>=62.6", "versioneer[toml]==0.29"]
++requires = ["setuptools>=62.6", "versioneer[toml]>=0.29"]
  build-backend = "setuptools.build_meta"
  
  [project]