pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-dask: Update to 2024.12.1
Module Name: pkgsrc-wip
Committed By: Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By: matthewd
Date: Mon Dec 30 19:59:30 2024 -0800
Changeset: 84591c6b4019ffe4405448aae2cf0eb7915878c7
Modified Files:
py-dask/Makefile
py-dask/distinfo
Log Message:
py-dask: Update to 2024.12.1
2024.12.1
Highlights
Improved scheduler responsiveness for large task graphs
This release reduces the number of Python object references related to tracking tasks by the Dask scheduler. This increases scheduler responsiveness by reducing the time needed to run garbage collection on the scheduler.
See dask#8958, dask#11608, dask#11600, dask#11598, dask#11597, and distributed#8963 from Hendrik Makait for more details.
2024.12.0
Highlights
Python 3.13 Support
This release adds support for Python 3.13. Dask now supports Python 3.10-3.13.
See dask#11456 and distributed#8904 from Patrick Hoefler and James Bourbeau for more details.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=84591c6b4019ffe4405448aae2cf0eb7915878c7
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 ff4a7dfbda..f02fc37fc4 100644
--- a/py-dask/Makefile
+++ b/py-dask/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= dask-2024.11.0
+DISTNAME= dask-2024.12.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
GITHUB_PROJECT= dask
@@ -64,7 +64,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-pre-commit-[0-9]*:../../wip/py-pre-commit
# The setup.py has integration with pytest-runner, but throws odd errors
do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m pytest -s
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m pytest -s --full-trace
post-install:
cd ${DESTDIR}${PREFIX}/bin && ${MV} dask dask-${PYVERSSUFFIX}
diff --git a/py-dask/distinfo b/py-dask/distinfo
index f090af0d55..2a575a9c98 100644
--- a/py-dask/distinfo
+++ b/py-dask/distinfo
@@ -1,6 +1,6 @@
$NetBSD$
-BLAKE2s (dask-2024.11.0.tar.gz) = ee74cf41d1e6d7b5c7cd5a4d6c8f054ed1a589f091f6cabc5e65337677a00101
-SHA512 (dask-2024.11.0.tar.gz) = 99de28b39fe70eb46b82b64f4fde693546d5a721eca6faf5ed23bb0ab5a071c007cf5bebcd0a8a74498e7fe5d8e614fa86e4bea5f1ea816a04e10db3609a5ec2
-Size (dask-2024.11.0.tar.gz) = 10693572 bytes
+BLAKE2s (dask-2024.12.1.tar.gz) = 8b4fd1ba344238fddf7071fb091328bd3a395573f84dc76b15a278cf624e4436
+SHA512 (dask-2024.12.1.tar.gz) = bdf64fbe3d988eee8b4606bd561d3ba41f68a51d8d84fdc76987104574accaa5ddb1882d4bbc6fb8a6139b8bfbb6cc59a40e0deac96b07fba3ea45a60438c182
+Size (dask-2024.12.1.tar.gz) = 10701889 bytes
SHA1 (patch-pyproject.toml) = bae684c99d9ae6d0e83c6ac58eefccd3b8d2638d
Home |
Main Index |
Thread Index |
Old Index