pkgsrc-WIP-changes archive

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

py-distributed: Update to 2022.10.0



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Fri Oct 21 13:03:53 2022 -0700
Changeset:	e34f18d86c2cdd17e84672690b6f3e3f5ad37158

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

Log Message:
py-distributed: Update to 2022.10.0

2022.10.0

Released on October 14, 2022
Enhancements
    Use of new dask CLI (GH#6735) Doug Davis
    Refactor occupancy (GH#7075) Hendrik Makait
    Expose managed/unmanaged/spilled memory to Prometheus (GH#7112) crusaderky
    Round up saturation-factor (GH#7116) Gabe Joseph
    Return default on KeyError at any level in get_metadata (GH#7109) Hendrik Makait
    Count task states per task prefix and expose to Prometheus (GH#7088) Nat Tabris
    Add scheduler-sni option for dask workers (GH#6290) Burt Holzman
Bug Fixes
    Improve exception catching in UCX communication (GH#7132) Peter Andreas Entschev
    Improve robustness of PipInstall plugin (GH#7111) Hendrik Makait
Maintenance
    Fix dependencies that should point to dask/dask (GH#7138) James Bourbeau
    Hold on to z.sum() until test completes (GH#7136) Lawrence Mitchell
    Bump peter-evans/create-pull-request from 3 to 4 (GH#7120)
    Update typing for system_monitor after python/typeshed#8829 (GH#7131) Lawrence Mitchell
    Fix two potentially flaky queuing tests (GH#7124) Gabe Joseph
    Bump EnricoMi/publish-unit-test-result-action from 1 to 2 (GH#7121)
    Bump actions/checkout from 2 to 3.1.0 (GH#7119)
    Revamp SystemMonitor (GH#7097) crusaderky
    Bump actions/cache from 2 to 3 (GH#7118)
    Bump actions/upload-artifact from 2 to 3 (GH#7117)
    Move dependabot configuration file (GH#7115) James Bourbeau
    Enable dependabot for GitHub Actions (GH#7101) Florian Jetter
    Update coverage upload action (GH#7100) Florian Jetter
    Adjust hardware benchmarks bokeh test (GH#7096) Florian Jetter
    Multi-platform mypy checks (GH#7094) crusaderky
    Update gpuCI RAPIDS_VER to 22.12 (GH#7084)

2022.9.2
Released on September 30, 2022
Enhancements
    Smarter stealing with dependencies (GH#7024) Hendrik Makait
    Enable Active Memory Manager by default (GH#7042) crusaderky
    Allow timeout strings in distributed.wait (GH#7081) James Bourbeau
    Make AMM memory measure configurable (GH#7062) crusaderky
    AMM support for actors (GH#7072) crusaderky
    Expose message-bytes-limit in config (GH#7074) Hendrik Makait
    Detect mismatching Python version in scheduler (GH#7018) Hendrik Makait
    Improve KilledWorker message users see (GH#7043) James Bourbeau
    Support for cgroups v2 and respect soft limits (GH#7051) Samantha Hughes
Bug Fixes
    Catch BaseException on UCX read error (GH#6996) Peter Andreas Entschev
    Fix transfer limiting in _select_keys_for_gather (GH#7071) Hendrik Makait
    Parse worker-saturation if a string (GH#7064) Gabe Joseph
    Nanny(config=...) parameter overlays global dask config (GH#7069) crusaderky
    Ensure default clients don’t propagate to subprocesses (GH#7028) Florian Jetter
Documentation
    Improve documentation of message-bytes-limit (GH#7077) Hendrik Makait
    Minor tweaks to Sphinx documentation (GH#7041) crusaderky
    Improve upload_file API documentation (GH#7040) Florian Jetter
Maintenance
    test_serialize_numba: Workaround issue with np.empty_like in NP 1.23 (GH#7089) Graham Markall
    Type platform constants for mypy (GH#7091) jakirkham
    dask-worker-space (GH#7054) crusaderky
    Remove failing test case (GH#7087) Hendrik Makait
    test_default_client (GH#7058) crusaderky
    Fix pre-commit fails with recent versions of mypy and pandas (GH#7068) crusaderky
    Add factorization utility (GH#7048) James Bourbeau

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

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

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

diffs:
diff --git a/py-distributed/Makefile b/py-distributed/Makefile
index 3007441ddc..ae531d3abe 100644
--- a/py-distributed/Makefile
+++ b/py-distributed/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	distributed-2022.9.1
+DISTNAME=	distributed-2022.10.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel net
 GITHUB_PROJECT=	distributed
@@ -21,7 +21,7 @@ TEST_DEPENDS+=	${PYPKGPREFIX}-dask-2022.9.1{,nb*}:../../wip/py-dask
 TEST_DEPENDS+=	${PYPKGPREFIX}-ipywidgets>=7.7.0:../../www/py-ipywidgets
 DEPENDS+=	${PYPKGPREFIX}-click>=8.1.3:../../devel/py-click
 DEPENDS+=	${PYPKGPREFIX}-sortedcontainers>=2.0.1:../../devel/py-sortedcontainers
-DEPENDS+=	${PYPKGPREFIX}-cloudpickle>=1.5.0:../../wip/py-cloudpickle
+DEPENDS+=	${PYPKGPREFIX}-cloudpickle>=2.2.0:../../wip/py-cloudpickle
 DEPENDS+=	${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
 DEPENDS+=	${PYPKGPREFIX}-msgpack-[0-9]*:../../devel/py-msgpack
 DEPENDS+=	${PYPKGPREFIX}-psutil>=5.0:../../sysutils/py-psutil
diff --git a/py-distributed/distinfo b/py-distributed/distinfo
index cb875e1386..1c5f30fa65 100644
--- a/py-distributed/distinfo
+++ b/py-distributed/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (distributed-2022.9.1.tar.gz) = ae8646b4025b2aec66a840afe2a54fb38356354d2bd85e7820ff91eef681e2ef
-SHA512 (distributed-2022.9.1.tar.gz) = 9866df854594cc02950d814c32d80644df8bee9de73c7806d4e0f87f12b589fc8cd08c547ace3bbdabea9ed544ef65b9d17a8fc2b464ceb8b7d7d5a272bcdd94
-Size (distributed-2022.9.1.tar.gz) = 1740916 bytes
+BLAKE2s (distributed-2022.10.0.tar.gz) = 86d26035992a69cc23a022d1a23035135e44b2cc061983fff41f7158ea7ddf9c
+SHA512 (distributed-2022.10.0.tar.gz) = 500c4ab0d4a6550b7dcf00a0f787771690a9ba58cab5da040fed4a2be392f55ffebd4d74d6c8946977d72b051bf1f582d30f7066a95e718e8ff140f68263b3df
+Size (distributed-2022.10.0.tar.gz) = 1754746 bytes


Home | Main Index | Thread Index | Old Index