Accepting request 1078560 from devel:languages:python:numeric
- Clean up leftover Python 3.8 gubbins, look forward to Python 3.11 support. - Remove test-py38 flavor from multibuild: Python 3.8 is no longer supported. OBS-URL: https://build.opensuse.org/request/show/1078560 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numba?expand=0&rev=37
This commit is contained in:
commit
b233959520
@ -1,5 +1,4 @@
|
||||
<multibuild>
|
||||
<package>test-py38</package>
|
||||
<package>test-py39</package>
|
||||
<package>test-py310</package>
|
||||
</multibuild>
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 12 05:53:24 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Clean up leftover Python 3.8 gubbins, look forward to Python 3.11 support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 11 08:30:00 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Remove test-py38 flavor from multibuild: Python 3.8 is no longer
|
||||
supported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 3 12:13:00 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -31,22 +31,16 @@
|
||||
%define psuffix %{nil}
|
||||
%bcond_with test
|
||||
%endif
|
||||
%if "%{flavor}" == "test-py38"
|
||||
%define psuffix -test-py38
|
||||
%define skip_python39 1
|
||||
%define skip_python310 1
|
||||
%bcond_without test
|
||||
%endif
|
||||
%if "%{flavor}" == "test-py39"
|
||||
%define psuffix -test-py39
|
||||
%define skip_python38 1
|
||||
%define skip_python310 1
|
||||
%define skip_python311 1
|
||||
%bcond_without test
|
||||
%endif
|
||||
%if "%{flavor}" == "test-py310"
|
||||
%define psuffix -test-py310
|
||||
%define skip_python38 1
|
||||
%define skip_python39 1
|
||||
%define skip_python311 1
|
||||
%bcond_without test
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user