pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-distributed: Update to 2023.2.0



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Sun Feb 19 19:51:41 2023 -0800
Changeset:	d63fddd0e55da24687b06929fcb4b95d818fdd21

Modified Files:
	py-distributed/Makefile
	py-distributed/distinfo

Log Message:
py-distributed: Update to 2023.2.0

2023.2.0
Released on February 10, 2023
Enhancements
    Rate limit the worker memory logs (GH#7529) Florian Jetter
    Move P2P barrier logic to scheduler extension (GH#7519) Hendrik Makait

Maintenance
    Use PEP 673 Self type (GH#7530) Thomas Grainger
    Tentatively fix test_pause_while_spilling (GH#7517) crusaderky
    Annotate asyncio_tcp.py (GH#7522) crusaderky
    Use dask git tip for mypy (GH#7516) crusaderky
    Upgrade to mypy v1 (GH#7525) Thomas Grainger
    Clean up calls to captured_logger (GH#7521) crusaderky
    Update isort version to 5.12.0 (GH#7513) Lawrence Mitchell

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d63fddd0e55da24687b06929fcb4b95d818fdd21

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-distributed/Makefile | 2 +-
 py-distributed/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-distributed/Makefile b/py-distributed/Makefile
index 2f25c75068..5d2485ea60 100644
--- a/py-distributed/Makefile
+++ b/py-distributed/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	distributed-2023.1.1
+DISTNAME=	distributed-2023.2.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel net
 GITHUB_PROJECT=	distributed
diff --git a/py-distributed/distinfo b/py-distributed/distinfo
index 40f61e873c..40367b0543 100644
--- a/py-distributed/distinfo
+++ b/py-distributed/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (distributed-2023.1.1.tar.gz) = 5387e210f063b0084ea5de4603c5220e4ff397a6327b7a4538a8b821e9296944
-SHA512 (distributed-2023.1.1.tar.gz) = c4e809171c41b5ee7053f2cdcd2ca98e11277e9981e7d9725dd6599ddd08358fd751cde27d887c567e34a9a14104ca086f417a603bfc3bbf90eeab425d9ffca4
-Size (distributed-2023.1.1.tar.gz) = 1809809 bytes
+BLAKE2s (distributed-2023.2.0.tar.gz) = 3b502380a94b16606b6a4df74f9a72897e6fd9316abbf7d0a7ce0d7ab01fcf13
+SHA512 (distributed-2023.2.0.tar.gz) = da7f348a7d697bf137202ad9029d92ac11c1b12d2608e857bbeff6a2d8948564029dfda03fa29bd4135673508fedca253c85d33b4919204989923999d19e3373
+Size (distributed-2023.2.0.tar.gz) = 1810831 bytes


Home | Main Index | Thread Index | Old Index