From ce9ca4f063524f8b9a1873246c292d24c275e10c5dc57c93c64a9e7a5441cf05 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 6 Mar 2024 09:59:38 +0000 Subject: [PATCH] Accepting request 1155360 from home:bnavigator:branches:devel:languages:python:numeric - Update to 2024.2.1 * Allow silencing dask.DataFrame deprecation warning * More robust distributed scheduler for rare key collisions * More robust adaptive scaling on large clusters - Drop distributed-ignore-daskdepr.patch OBS-URL: https://build.opensuse.org/request/show/1155360 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=165 --- distributed-2024.2.0-gh.tar.gz | 3 --- distributed-2024.2.1-gh.tar.gz | 3 +++ distributed-ignore-daskdepr.patch | 21 --------------------- python-distributed.changes | 9 +++++++++ python-distributed.spec | 4 +--- 5 files changed, 13 insertions(+), 27 deletions(-) delete mode 100644 distributed-2024.2.0-gh.tar.gz create mode 100644 distributed-2024.2.1-gh.tar.gz delete mode 100644 distributed-ignore-daskdepr.patch diff --git a/distributed-2024.2.0-gh.tar.gz b/distributed-2024.2.0-gh.tar.gz deleted file mode 100644 index 15e9168..0000000 --- a/distributed-2024.2.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe10a21ba273008616cfde57aeb0fe947a0f69c4e1db47a278a0eded06938d3b -size 2539820 diff --git a/distributed-2024.2.1-gh.tar.gz b/distributed-2024.2.1-gh.tar.gz new file mode 100644 index 0000000..fca98d8 --- /dev/null +++ b/distributed-2024.2.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0d55d5cb50a5872d5ea4361173c6ba7b09971e145539c8a14650b076709e79 +size 2543868 diff --git a/distributed-ignore-daskdepr.patch b/distributed-ignore-daskdepr.patch deleted file mode 100644 index 3dcb550..0000000 --- a/distributed-ignore-daskdepr.patch +++ /dev/null @@ -1,21 +0,0 @@ -From dd916f1b90264fe8c2ce82ff0c7bdecb85306a58 Mon Sep 17 00:00:00 2001 -From: James Bourbeau -Date: Mon, 12 Feb 2024 16:49:21 -0600 -Subject: [PATCH] Ignore dask-expr warning in CI - ---- - pyproject.toml | 1 + - 1 file changed, 1 insertion(+) - -Index: distributed-2024.2.0/pyproject.toml -=================================================================== ---- distributed-2024.2.0.orig/pyproject.toml -+++ distributed-2024.2.0/pyproject.toml -@@ -149,6 +149,7 @@ filterwarnings = [ - # https://github.com/dask/dask/pull/10622 - '''ignore:Minimal version of pyarrow will soon be increased to 14.0.1''', - '''ignore:the matrix subclass is not the recommended way''', -+ '''ignore:The current Dask DataFrame implementation is deprecated.*:DeprecationWarning''', - ] - minversion = "6" - markers = [ diff --git a/python-distributed.changes b/python-distributed.changes index a675ac5..d5f8f5c 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Mar 5 21:29:43 UTC 2024 - Ben Greiner + +- Update to 2024.2.1 + * Allow silencing dask.DataFrame deprecation warning + * More robust distributed scheduler for rare key collisions + * More robust adaptive scaling on large clusters +- Drop distributed-ignore-daskdepr.patch + ------------------------------------------------------------------- Wed Feb 14 20:38:44 UTC 2024 - Ben Greiner diff --git a/python-distributed.spec b/python-distributed.spec index 9a8264a..0160b90 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.0 +Version: 2024.2.1 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause @@ -55,8 +55,6 @@ URL: https://distributed.dask.org # SourceRepository: https://github.com/dask/distributed Source: https://github.com/dask/distributed/archive/refs/tags/%{version}.tar.gz#/distributed-%{version}-gh.tar.gz Source99: python-distributed-rpmlintrc -# PATCH-FIX-UPSTREAM distributed-ignore-daskdepr.patch gh#dask/distributed#8504 -Patch0: distributed-ignore-daskdepr.patch # PATCH-FIX-OPENSUSE distributed-ignore-off.patch -- ignore that we can't probe addresses on obs, code@bnavigator.de Patch3: distributed-ignore-offline.patch # PATCH-FIX-OPENSUSE distributed-ignore-thread-leaks.patch -- ignore leaking threads on obs, code@bnavigator.de