Accepting request 1068088 from home:bnavigator:branches:devel:languages:python:numeric
- Prepare test multiflavors for python311, but skip python311 * Numba is not ready for python 3.11 yet gh#numba/numba#8304 - Update to 2023.2.0 ## Enhancements * Rate limit the worker memory logs (GH#7529) Florian Jetter * Move P2P barrier logic to scheduler extension (GH#7519) Hendrik Makait OBS-URL: https://build.opensuse.org/request/show/1068088 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=132
This commit is contained in:
parent
0a98707589
commit
591396da62
@ -2,4 +2,5 @@
|
|||||||
<package>test-py38</package>
|
<package>test-py38</package>
|
||||||
<package>test-py39</package>
|
<package>test-py39</package>
|
||||||
<package>test-py310</package>
|
<package>test-py310</package>
|
||||||
|
<!-- package>test-py311</package -->
|
||||||
</multibuild>
|
</multibuild>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2d6e489b6c3614d359bd562c69a9451ef07baf6aedc1cd1c83e2026424a3176f
|
|
||||||
size 1809809
|
|
3
distributed-2023.2.0-gh.tar.gz
Normal file
3
distributed-2023.2.0-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5db987e28a72c1844736becb9b25e4e5bf6c70d6d002cf98a9d7af9a1f9785c3
|
||||||
|
size 1810831
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 26 00:09:53 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Prepare test multiflavors for python311, but skip python311
|
||||||
|
* Numba is not ready for python 3.11 yet gh#numba/numba#8304
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 17 09:05:32 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 2023.2.0
|
||||||
|
## Enhancements
|
||||||
|
* Rate limit the worker memory logs (GH#7529) Florian Jetter
|
||||||
|
* Move P2P barrier logic to scheduler extension (GH#7519) Hendrik
|
||||||
|
Makait
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 5 13:22:38 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
Sun Feb 5 13:22:38 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -22,29 +22,41 @@
|
|||||||
%define psuffix -test-py38
|
%define psuffix -test-py38
|
||||||
%define skip_python39 1
|
%define skip_python39 1
|
||||||
%define skip_python310 1
|
%define skip_python310 1
|
||||||
|
%define skip_python311 1
|
||||||
%bcond_without test
|
%bcond_without test
|
||||||
%endif
|
%endif
|
||||||
%if "%{flavor}" == "test-py39"
|
%if "%{flavor}" == "test-py39"
|
||||||
%define psuffix -test-py39
|
%define psuffix -test-py39
|
||||||
%define skip_python38 1
|
%define skip_python38 1
|
||||||
%define skip_python310 1
|
%define skip_python310 1
|
||||||
|
%define skip_python311 1
|
||||||
%bcond_without test
|
%bcond_without test
|
||||||
%endif
|
%endif
|
||||||
%if "%{flavor}" == "test-py310"
|
%if "%{flavor}" == "test-py310"
|
||||||
%define psuffix -test-py310
|
%define psuffix -test-py310
|
||||||
%define skip_python38 1
|
%define skip_python38 1
|
||||||
%define skip_python39 1
|
%define skip_python39 1
|
||||||
|
%define skip_python311 1
|
||||||
|
%bcond_without test
|
||||||
|
%endif
|
||||||
|
%if "%{flavor}" == "test-py311"
|
||||||
|
%define psuffix -test-py311
|
||||||
|
%define skip_python38 1
|
||||||
|
%define skip_python39 1
|
||||||
|
%define skip_python310 1
|
||||||
%bcond_without test
|
%bcond_without test
|
||||||
%endif
|
%endif
|
||||||
%if "%{flavor}" == ""
|
%if "%{flavor}" == ""
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
|
# Numba is not ready for python 3.11 yet gh#numba/numba#8304
|
||||||
|
%define skip_python311 1
|
||||||
# use this to run tests with xdist in parallel, unfortunately fails server side
|
# use this to run tests with xdist in parallel, unfortunately fails server side
|
||||||
%bcond_with paralleltests
|
%bcond_with paralleltests
|
||||||
|
|
||||||
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: 2023.1.1
|
Version: 2023.2.0
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user