1
0

Accepting request 1142780 from devel:languages:python:numeric

- update to 2024.1.1:
  * see corresponding dask update:
  https://docs.dask.org/en/stable/changelog.html#v2024-1-1
  * compatibility updates for latest pandas and scipy

- update to 2024.1.0:

OBS-URL: https://build.opensuse.org/request/show/1142780
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=77
This commit is contained in:
2024-01-30 17:26:59 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jan 30 09:38:20 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2024.1.1:
* see corresponding dask update:
https://docs.dask.org/en/stable/changelog.html#v2024-1-1
* compatibility updates for latest pandas and scipy
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 22 09:56:24 UTC 2024 - Dirk Müller <dmueller@suse.com> Mon Jan 22 09:56:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
@@ -6,7 +14,7 @@ Mon Jan 22 09:56:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jan 20 12:43:08 UTC 2024 - Dirk Müller <dmueller@suse.com> Sat Jan 20 12:43:08 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2023.1.4: - update to 2024.1.0:
* see corresponding dask update: * see corresponding dask update:
https://docs.dask.org/en/stable/changelog.html#v2024-1-0 https://docs.dask.org/en/stable/changelog.html#v2024-1-0

View File

@@ -1,5 +1,5 @@
# #
# spec file # spec file for package python-distributed
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
@@ -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.1.0 Version: 2024.1.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
@@ -84,7 +84,7 @@ Requires: python-tornado >= 6.0.4
Requires: python-urllib3 >= 1.24.3 Requires: python-urllib3 >= 1.24.3
Requires: python-zict >= 2.2.0 Requires: python-zict >= 2.2.0
Requires(post): update-alternatives Requires(post): update-alternatives
Requires(postun):update-alternatives Requires(postun): update-alternatives
BuildArch: noarch BuildArch: noarch
%if %{with test} %if %{with test}
BuildRequires: %{python_module bokeh >= 3.1} BuildRequires: %{python_module bokeh >= 3.1}
@@ -172,6 +172,8 @@ donttest+=" or (test_computations_futures)"
donttest+=" or (test_client and test_quiet_close_process)" donttest+=" or (test_client and test_quiet_close_process)"
# should return > 3, returns 3 exactly # should return > 3, returns 3 exactly
donttest+=" or (test_statistical_profiling_cycle)" donttest+=" or (test_statistical_profiling_cycle)"
# flakey on 3.10
donttest+=" or (test_client_worker)"
if [[ $(getconf LONG_BIT) -eq 32 ]]; then if [[ $(getconf LONG_BIT) -eq 32 ]]; then
# OverflowError -- https://github.com/dask/distributed/issues/5252 # OverflowError -- https://github.com/dask/distributed/issues/5252
donttest+=" or test_ensure_spilled_immediately" donttest+=" or test_ensure_spilled_immediately"
@@ -180,7 +182,7 @@ if [[ $(getconf LONG_BIT) -eq 32 ]]; then
# https://github.com/dask/distributed/issues/7175 # https://github.com/dask/distributed/issues/7175
donttest+=" or (test_sizeof_error and larger)" donttest+=" or (test_sizeof_error and larger)"
# #
donttest+=" or test_task_groups or test_client_worker" donttest+=" or test_task_groups"
fi fi
%if %{with paralleltests} %if %{with paralleltests}