forked from pool/python-distributed
Accepting request 1140138 from devel:languages:python:numeric
- 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/request/show/1140138 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=75
This commit is contained in:
commit
e778845ba1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4f7bce4f7488ea0d75e5516f83a9bd9a9b96747c27e4c055560943cc1b73212
|
||||
size 2527032
|
3
distributed-2024.1.0-gh.tar.gz
Normal file
3
distributed-2024.1.0-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d7d184a2b5a88c2e17abbb45a7ca1f25a197f1052a8b59c5fef10c29360a2ec
|
||||
size 2539534
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 20 12:43:08 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user