From d975b34caa24677cc7380aeae442f2d7825df147430876175a86a6a908cfa031 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 19 Nov 2024 12:37:47 +0000 Subject: [PATCH 1/4] - update to 2024.11.2: * Remove alias resolving to fix queuing OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=180 --- distributed-2024.11.1-gh.tar.gz | 3 --- distributed-2024.11.2-gh.tar.gz | 3 +++ python-distributed.changes | 6 ++++++ python-distributed.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 distributed-2024.11.1-gh.tar.gz create mode 100644 distributed-2024.11.2-gh.tar.gz diff --git a/distributed-2024.11.1-gh.tar.gz b/distributed-2024.11.1-gh.tar.gz deleted file mode 100644 index 66dcd0f..0000000 --- a/distributed-2024.11.1-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c99e7f7664cffd3eb086241f1f8181a1b60d4fa8f24511353bf22cb698c48db1 -size 2574524 diff --git a/distributed-2024.11.2-gh.tar.gz b/distributed-2024.11.2-gh.tar.gz new file mode 100644 index 0000000..9d721b0 --- /dev/null +++ b/distributed-2024.11.2-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e0f87d088152bbdb607077953dc870a76723133a2297aa5221304f7afefdb4a +size 2574471 diff --git a/python-distributed.changes b/python-distributed.changes index 3fdf701..f809943 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 19 12:37:23 UTC 2024 - Dirk Müller + +- update to 2024.11.2: + * Remove alias resolving to fix queuing + ------------------------------------------------------------------- Tue Nov 12 09:00:14 UTC 2024 - Dirk Müller diff --git a/python-distributed.spec b/python-distributed.spec index 464b543..c7a9bd3 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -54,7 +54,7 @@ ExclusiveArch: donotbuild Name: python-distributed%{psuffix} # ===> Note: python-dask MUST be updated in sync with python-distributed! <=== -Version: 2024.11.1 +Version: 2024.11.2 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause From 3535bb393aa1e61763a91fbadb0dff1e79500ea9c4c73aa4f3924b18eccc65a4 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 21 Nov 2024 15:52:04 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=181 --- python-distributed.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-distributed.spec b/python-distributed.spec index c7a9bd3..b70c9d1 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -52,6 +52,9 @@ ExclusiveArch: donotbuild # use this to run tests with xdist in parallel, unfortunately fails server side %bcond_with paralleltests +# dask/distributed are not compatible yet (e.g. gh#dask/dask#11457) +%define skip_python313 1 + Name: python-distributed%{psuffix} # ===> Note: python-dask MUST be updated in sync with python-distributed! <=== Version: 2024.11.2 From a6139059568696403833595e5aaa0f38cecf8ff3c8c5a2e422dac4f5bdfba19f Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 21 Nov 2024 15:52:35 +0000 Subject: [PATCH 3/4] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=182 --- python-distributed.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-distributed.changes b/python-distributed.changes index f809943..4f4a715 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 21 15:52:11 UTC 2024 - Ben Greiner + +- Skip python313 -- gh#dask/dask#11457 + ------------------------------------------------------------------- Tue Nov 19 12:37:23 UTC 2024 - Dirk Müller From 2e337a215fbb860b60bbeeea121ab19b5d1becfb555d683daf33fe5dab2f050c Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 21 Nov 2024 15:53:52 +0000 Subject: [PATCH 4/4] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=183 --- python-distributed.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-distributed.spec b/python-distributed.spec index b70c9d1..1dccc6d 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -16,6 +16,9 @@ # +# dask/distributed are not compatible yet (e.g. gh#dask/dask#11457) +%define skip_python313 1 + %global flavor @BUILD_FLAVOR@%{nil} %{?sle15_python_module_pythons} %if "%{flavor}" == "" @@ -52,9 +55,6 @@ ExclusiveArch: donotbuild # use this to run tests with xdist in parallel, unfortunately fails server side %bcond_with paralleltests -# dask/distributed are not compatible yet (e.g. gh#dask/dask#11457) -%define skip_python313 1 - Name: python-distributed%{psuffix} # ===> Note: python-dask MUST be updated in sync with python-distributed! <=== Version: 2024.11.2