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..4de8e75 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 @@ -164,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