From 688e1f6827f0d561b5e15df70eab8459db2a7d071a4ba183aa6be6cb8a4b239c Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Wed, 17 Sep 2025 12:17:00 +0000 Subject: [PATCH] Accepting request 1305366 from home:bnavigator:branches:devel:languages:python:numeric - Update to 2025.9.1 * Avoid unconditional pyarrow dependency in dataframe.backends (dask#12075) Tom Augspurger * pandas 3.x compatibility for .groups (dask#12071) Tom Augspurger * Expose details about worker start timeout in the exception message (distributed#9092) Taylor Braun-Jones * pynvml => nvidia-ml-py in CI (distributed#9111) Jacob Tomlinson OBS-URL: https://build.opensuse.org/request/show/1305366 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=190 --- distributed-2025.9.0-gh.tar.gz | 3 --- distributed-2025.9.1-gh.tar.gz | 3 +++ python-distributed.changes | 12 ++++++++++++ python-distributed.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 distributed-2025.9.0-gh.tar.gz create mode 100644 distributed-2025.9.1-gh.tar.gz diff --git a/distributed-2025.9.0-gh.tar.gz b/distributed-2025.9.0-gh.tar.gz deleted file mode 100644 index a380779..0000000 --- a/distributed-2025.9.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88445f2aa78e4fb996742452c3abc24e54cd2fe1ffedf1509948aa68b56d6b04 -size 2560633 diff --git a/distributed-2025.9.1-gh.tar.gz b/distributed-2025.9.1-gh.tar.gz new file mode 100644 index 0000000..2d59fcf --- /dev/null +++ b/distributed-2025.9.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45458774cc69b99ae11c40ffbf68ab6ae92e74d108d409d21da61102b0981c45 +size 2560946 diff --git a/python-distributed.changes b/python-distributed.changes index ad8a25f..f4b5345 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Sep 17 10:42:04 UTC 2025 - Ben Greiner + +- Update to 2025.9.1 + * Avoid unconditional pyarrow dependency in dataframe.backends + (dask#12075) Tom Augspurger + * pandas 3.x compatibility for .groups (dask#12071) Tom + Augspurger + * Expose details about worker start timeout in the exception + message (distributed#9092) Taylor Braun-Jones + * pynvml => nvidia-ml-py in CI (distributed#9111) Jacob Tomlinson + ------------------------------------------------------------------- Sun Sep 14 21:11:38 UTC 2025 - Dirk Müller diff --git a/python-distributed.spec b/python-distributed.spec index 7973a45..af65f03 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -57,7 +57,7 @@ ExclusiveArch: donotbuild Name: python-distributed%{psuffix} # ===> Note: python-dask MUST be updated in sync with python-distributed! <=== -Version: 2025.9.0 +Version: 2025.9.1 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause