pkgsrc-WIP-changes archive

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

py-dask: Update to 2024.6.2



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Sat Jun 29 06:46:46 2024 -0600
Changeset:	42977493f27895d172061eb79e6ee1a175ec0166

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

Log Message:
py-dask: Update to 2024.6.2

2024.6.2

This is a patch release to update an issue with dask and distributed version pinning in the 2024.6.1 release.
    Get docs build passing (GH#11184) James Bourbeau
    profile._f_lineno: handle next_line being None in Python 3.13 (GH#8710) Adam Williamson

2024.6.1
Highlights

This release includes a critical fix that fixes a deadlock that can arise when dependencies of root-ish tasks are rescheduled, e.g. due to a worker being lost.
See GH#8703 by Hendrik Makait for more details.
    Cache global query-planning config (GH#11183) Richard (Rick) Zamora
    Python 3.13 fixes (GH#11185) Adam Williamson
    Fix test_map_freq_to_period_start for pandas=3 (GH#11181) James Bourbeau
    Bump release-drafter/release-drafter from 5 to 6 (GH#8699)

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

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

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

diffs:
diff --git a/py-dask/Makefile b/py-dask/Makefile
index b1c336c0a1..d305769358 100644
--- a/py-dask/Makefile
+++ b/py-dask/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	dask-2024.6.0
+DISTNAME=	dask-2024.6.2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	math python
 GITHUB_PROJECT=	dask
@@ -22,6 +22,7 @@ TOOL_DEPENDS+=	${PYPKGPREFIX}-versioneer>=0.28:../../devel/py-versioneer
 DEPENDS+=	${PYPKGPREFIX}-click>=8.1.3:../../devel/py-click
 DEPENDS+=	${PYPKGPREFIX}-cytoolz-[0-9]*:../../devel/py-cytoolz
 DEPENDS+=	${PYPKGPREFIX}-h5py>=2.10:../../devel/py-h5py
+DEPENDS+=	${PYPKGPREFIX}-importlib-metadata>=6.6.0:../../devel/py-importlib-metadata
 DEPENDS+=	${PYPKGPREFIX}-mmh3>=2.5.1:../../devel/py-mmh3
 DEPENDS+=	${PYPKGPREFIX}-packaging>=20.0:../../devel/py-packaging
 DEPENDS+=	${PYPKGPREFIX}-snappy>=0.5.4:../../devel/py-snappy
@@ -55,7 +56,6 @@ TEST_DEPENDS+=	${PYPKGPREFIX}-test-rerunfailures-[0-9]*:../../devel/py-test-reru
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
 TEST_DEPENDS+=	${PYPKGPREFIX}-multipledispatch>=0.6.0:../../devel/py-multipledispatch
-TEST_DEPENDS+=	${PYPKGPREFIX}-importlib-metadata>=6.6.0:../../devel/py-importlib-metadata
 TEST_DEPENDS+=	${PYPKGPREFIX}-tables>=3.9:../../math/py-tables
 TEST_DEPENDS+=	${PYPKGPREFIX}-numexpr>=2.9.0:../../math/py-numexpr
 TEST_DEPENDS+=	${PYPKGPREFIX}-pre-commit-[0-9]*:../../wip/py-pre-commit
diff --git a/py-dask/distinfo b/py-dask/distinfo
index a2b47990ce..54195be86f 100644
--- a/py-dask/distinfo
+++ b/py-dask/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-BLAKE2s (dask-2024.6.0.tar.gz) = 6a18b2577ffead3de04f1dfc44158674846501626b85b35d911956cdf58b7920
-SHA512 (dask-2024.6.0.tar.gz) = c09a5ee6c964ec9d91b6438201d4ac03037772a1a0566e92df4a25c9d6b97f6bc0894cbca4c8588f232ae6f643d1134c86e32e73a4ce68d1e943aca4fb4f2ff9
-Size (dask-2024.6.0.tar.gz) = 9408550 bytes
+BLAKE2s (dask-2024.6.2.tar.gz) = e47bfd0102f1b96c55e9fde109240963c8229aef42dae994e4088467d48510ad
+SHA512 (dask-2024.6.2.tar.gz) = bd4fbad68daedefb0641adfef486d1d827c92148771b4a1ba162f4b52996f81a6611e00fdca16f208f596f6b29e319491f1c1dc665da45935a4320e22038ef7e
+Size (dask-2024.6.2.tar.gz) = 9409403 bytes
 SHA1 (patch-pyproject.toml) = bae684c99d9ae6d0e83c6ac58eefccd3b8d2638d


Home | Main Index | Thread Index | Old Index