1
0

Accepting request 1155502 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/1155502
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=79
This commit is contained in:
Dominique Leuenberger 2024-03-06 22:05:52 +00:00 committed by Git OBS Bridge
commit 039281864d
5 changed files with 13 additions and 27 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe10a21ba273008616cfde57aeb0fe947a0f69c4e1db47a278a0eded06938d3b
size 2539820

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee0d55d5cb50a5872d5ea4361173c6ba7b09971e145539c8a14650b076709e79
size 2543868

View File

@ -1,21 +0,0 @@
From dd916f1b90264fe8c2ce82ff0c7bdecb85306a58 Mon Sep 17 00:00:00 2001
From: James Bourbeau <jrbourbeau@gmail.com>
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 = [

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Mar 5 21:29:43 UTC 2024 - Ben Greiner <code@bnavigator.de>
- 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 <code@bnavigator.de> Wed Feb 14 20:38:44 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@ -47,7 +47,7 @@
Name: python-distributed%{psuffix} Name: python-distributed%{psuffix}
# ===> Note: python-dask MUST be updated in sync with python-distributed! <=== # ===> Note: python-dask MUST be updated in sync with python-distributed! <===
Version: 2024.2.0 Version: 2024.2.1
Release: 0 Release: 0
Summary: Library for distributed computing with Python Summary: Library for distributed computing with Python
License: BSD-3-Clause License: BSD-3-Clause
@ -55,8 +55,6 @@ URL: https://distributed.dask.org
# SourceRepository: https://github.com/dask/distributed # SourceRepository: https://github.com/dask/distributed
Source: https://github.com/dask/distributed/archive/refs/tags/%{version}.tar.gz#/distributed-%{version}-gh.tar.gz Source: https://github.com/dask/distributed/archive/refs/tags/%{version}.tar.gz#/distributed-%{version}-gh.tar.gz
Source99: python-distributed-rpmlintrc 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 # PATCH-FIX-OPENSUSE distributed-ignore-off.patch -- ignore that we can't probe addresses on obs, code@bnavigator.de
Patch3: distributed-ignore-offline.patch Patch3: distributed-ignore-offline.patch
# PATCH-FIX-OPENSUSE distributed-ignore-thread-leaks.patch -- ignore leaking threads on obs, code@bnavigator.de # PATCH-FIX-OPENSUSE distributed-ignore-thread-leaks.patch -- ignore leaking threads on obs, code@bnavigator.de