Accepting request 1225613 from devel:languages:python:numeric

- Skip python313 -- gh#dask/dask#11457
- update to 2024.11.2:
  * Remove alias resolving to fix queuing

OBS-URL: https://build.opensuse.org/request/show/1225613
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=86
This commit is contained in:
Dominique Leuenberger 2024-11-21 20:58:54 +00:00 committed by Git OBS Bridge
commit b71794f66f
4 changed files with 18 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Nov 21 15:52:11 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Skip python313 -- gh#dask/dask#11457
-------------------------------------------------------------------
Tue Nov 19 12:37:23 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2024.11.2:
* Remove alias resolving to fix queuing
-------------------------------------------------------------------
Tue Nov 12 09:00:14 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -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}" == ""
@ -54,7 +57,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