From 42c6f041020a0490b041c9869e107c63cfbca1dcdda40bb590133bd741eb099f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 1 May 2024 05:57:15 +0000 Subject: [PATCH] Accepting request 1170999 from home:bnavigator:branches:devel:languages:python:numeric - Update to 2024.4.2 * Trivial Merge Implementation * Auto-partitioning in read_parquet - Release 2024.4.1 * Fix an error when importing dask.dataframe with Python 3.11.9. - Release 2024.4.0 * Query planning fixes * GPU metric dashboard fixes - Release 2024.3.1 * Demote an exception to a warning if dask-expr is not installed when upgrading. - Release 2024.3.0 * Query planning * Sunset of Pandas 1.X support OBS-URL: https://build.opensuse.org/request/show/1170999 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=167 --- distributed-2024.2.1-gh.tar.gz | 3 --- distributed-2024.4.2-gh.tar.gz | 3 +++ python-distributed.changes | 18 ++++++++++++++++++ python-distributed.spec | 7 ++++++- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 distributed-2024.2.1-gh.tar.gz create mode 100644 distributed-2024.4.2-gh.tar.gz diff --git a/distributed-2024.2.1-gh.tar.gz b/distributed-2024.2.1-gh.tar.gz deleted file mode 100644 index fca98d8..0000000 --- a/distributed-2024.2.1-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee0d55d5cb50a5872d5ea4361173c6ba7b09971e145539c8a14650b076709e79 -size 2543868 diff --git a/distributed-2024.4.2-gh.tar.gz b/distributed-2024.4.2-gh.tar.gz new file mode 100644 index 0000000..cbd13a8 --- /dev/null +++ b/distributed-2024.4.2-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:758411bf575fe312987a3d53a91de30c1fd6dd3e0603b0ff53d646fa2fc17647 +size 2552748 diff --git a/python-distributed.changes b/python-distributed.changes index d5f8f5c..4b3c906 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Apr 26 17:53:31 UTC 2024 - Ben Greiner + +- Update to 2024.4.2 + * Trivial Merge Implementation + * Auto-partitioning in read_parquet +- Release 2024.4.1 + * Fix an error when importing dask.dataframe with Python 3.11.9. +- Release 2024.4.0 + * Query planning fixes + * GPU metric dashboard fixes +- Release 2024.3.1 + * Demote an exception to a warning if dask-expr is not installed + when upgrading. +- Release 2024.3.0 + * Query planning + * Sunset of Pandas 1.X support + ------------------------------------------------------------------- Tue Mar 5 21:29:43 UTC 2024 - Ben Greiner diff --git a/python-distributed.spec b/python-distributed.spec index 0160b90..dc7dab3 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -47,7 +47,7 @@ Name: python-distributed%{psuffix} # ===> Note: python-dask MUST be updated in sync with python-distributed! <=== -Version: 2024.2.1 +Version: 2024.4.2 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause @@ -156,7 +156,10 @@ donttest+=" or test_nanny_timeout" donttest+=" or (test_asyncprocess and (test_exit_callback or test_simple))" donttest+=" or (test_client and test_repr)" donttest+=" or (test_client and test_profile_server)" +donttest+=" or (test_client and test_forget_errors)" +donttest+=" or (test_dask_collections and test_sparse_arrays)" donttest+=" or (test_metrics and test_wall_clock)" +donttest+=" or (test_nanny and test_failure_during_worker_initialization)" donttest+=" or (test_priorities and test_compute)" donttest+=" or (test_resources and test_prefer_constrained)" donttest+=" or (test_scheduler and test_tell_workers_when_peers_have_left)" @@ -169,6 +172,8 @@ donttest+=" or (test_worker_memory and test_digests)" donttest+=" or (test_worker_memory and test_pause_while_spilling)" donttest+=" or test_computations_futures" donttest+=" or test_task_state_instance_are_garbage_collected" +donttest+=" or test_computation_object_code_client_submit_list_comp" +donttest+=" or test_computation_object_code_client_submit_dict_comp" # server-side fail due to the non-network warning in a subprocess where the patched filter does not apply donttest+=" or (test_client and test_quiet_close_process)" # should return > 3, returns 3 exactly