forked from pool/python-distributed
Accepting request 949137 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/949137 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=52
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<multibuild>
|
||||
<package>test-py38</package>
|
||||
<package>test-py39</package>
|
||||
<!-- package>test-py310</package -->
|
||||
</multibuild>
|
||||
|
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 25 18:29:23 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Revert distributed-fix-python310.patch addition
|
||||
- The patch is gh#dask/distributed#5353
|
||||
* Is not merged upstream
|
||||
* Does not fix the issues
|
||||
* Breaks other flavors
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 25 09:33:04 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- add distributed-fix-python310.patch to fix build with python 3.10
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 20 16:09:54 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@@ -31,13 +31,14 @@
|
||||
%bcond_without test
|
||||
%endif
|
||||
%if "%{flavor}" == "test-py310"
|
||||
# add to _multibuild when enabling python310 (see below)
|
||||
%define psuffix -test-py310"
|
||||
%define skip_python38 1
|
||||
%define skip_python39 1
|
||||
%bcond_without test
|
||||
%endif
|
||||
%if "%{flavor}" == ""
|
||||
# https://github.com/dask/distributed/issues/5350
|
||||
# https://github.com/dask/distributed/issues/5350 -- NOT fixed by https://github.com/dask/distributed/pull/5353
|
||||
%define skip_python310 1
|
||||
%bcond_with test
|
||||
%endif
|
||||
|
Reference in New Issue
Block a user