From 40fc72e7c570f5e404116f93f0e476a345ceb41c5005fb78b3a10efbe546e64e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 20 Jan 2024 12:43:28 +0000 Subject: [PATCH 1/2] - update to 2023.1.4: * see corresponding dask update: https://docs.dask.org/en/stable/changelog.html#v2024-1-0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=153 --- distributed-2023.12.1-gh.tar.gz | 3 --- distributed-2024.1.0-gh.tar.gz | 3 +++ python-distributed.changes | 7 +++++++ python-distributed.spec | 7 +++++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 distributed-2023.12.1-gh.tar.gz create mode 100644 distributed-2024.1.0-gh.tar.gz diff --git a/distributed-2023.12.1-gh.tar.gz b/distributed-2023.12.1-gh.tar.gz deleted file mode 100644 index 945512d..0000000 --- a/distributed-2023.12.1-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4f7bce4f7488ea0d75e5516f83a9bd9a9b96747c27e4c055560943cc1b73212 -size 2527032 diff --git a/distributed-2024.1.0-gh.tar.gz b/distributed-2024.1.0-gh.tar.gz new file mode 100644 index 0000000..1c07778 --- /dev/null +++ b/distributed-2024.1.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d7d184a2b5a88c2e17abbb45a7ca1f25a197f1052a8b59c5fef10c29360a2ec +size 2539534 diff --git a/python-distributed.changes b/python-distributed.changes index 954b60a..01da172 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jan 20 12:43:08 UTC 2024 - Dirk Müller + +- update to 2023.1.4: + * see corresponding dask update: + https://docs.dask.org/en/stable/changelog.html#v2024-1-0 + ------------------------------------------------------------------- Mon Dec 18 12:14:31 UTC 2023 - Dirk Müller diff --git a/python-distributed.spec b/python-distributed.spec index 3ee6836..b14b413 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,18 +22,21 @@ %define psuffix -test-py39 %define skip_python310 1 %define skip_python311 1 +%define skip_python312 1 %bcond_without test %endif %if "%{flavor}" == "test-py310" %define psuffix -test-py310 %define skip_python39 1 %define skip_python311 1 +%define skip_python312 1 %bcond_without test %endif %if "%{flavor}" == "test-py311" %define psuffix -test-py311 %define skip_python39 1 %define skip_python310 1 +%define skip_python312 1 %bcond_without test %endif %if "%{flavor}" == "" @@ -44,7 +47,7 @@ Name: python-distributed%{psuffix} # ===> Note: python-dask MUST be updated in sync with python-distributed! <=== -Version: 2023.12.1 +Version: 2024.1.0 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause From 28795d02e3e67037465aed3b34f5bd203b52bc3017f597a262ab9243171d10d3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 20 Jan 2024 14:08:53 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=154 --- python-distributed.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-distributed.spec b/python-distributed.spec index b14b413..4de8e75 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -167,6 +167,7 @@ donttest+=" or (test_worker and test_gather_dep_from_remote_workers_if_all_local donttest+=" or (test_worker and test_worker_reconnects_mid_compute)" donttest+=" or (test_worker_memory and test_digests)" donttest+=" or (test_worker_memory and test_pause_while_spilling)" +donttest+=" or (test_computations_futures)" # 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