forked from pool/python-pythran
- Prepare for Python 3.12, by skipping it for the other test flavors, and
adding one for it. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=32
This commit is contained in:
parent
b876032470
commit
dc82b5318c
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 29 04:27:01 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Prepare for Python 3.12, by skipping it for the other test flavors, and
|
||||||
|
adding one for it.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 21 06:35:39 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
Tue Nov 21 06:35:39 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@ -22,18 +22,28 @@
|
|||||||
%define skip_python38 1
|
%define skip_python38 1
|
||||||
%define skip_python310 1
|
%define skip_python310 1
|
||||||
%define skip_python311 1
|
%define skip_python311 1
|
||||||
|
%define skip_python312 1
|
||||||
%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
|
%define skip_python311 1
|
||||||
|
%define skip_python312 1
|
||||||
%endif
|
%endif
|
||||||
%if "%{flavor}" == "test-py311"
|
%if "%{flavor}" == "test-py311"
|
||||||
%define psuffix -test-py311
|
%define psuffix -test-py311
|
||||||
%define skip_python38 1
|
%define skip_python38 1
|
||||||
%define skip_python39 1
|
%define skip_python39 1
|
||||||
%define skip_python310 1
|
%define skip_python310 1
|
||||||
|
%define skip_python312 1
|
||||||
|
%endif
|
||||||
|
%if "%{flavor}" == "test-py312"
|
||||||
|
%define psuffix -test-py312
|
||||||
|
%define skip_python38 1
|
||||||
|
%define skip_python39 1
|
||||||
|
%define skip_python310 1
|
||||||
|
%define skip_python311 1
|
||||||
%endif
|
%endif
|
||||||
%if "%{flavor}" == ""
|
%if "%{flavor}" == ""
|
||||||
%define psuffix %{nil}
|
%define psuffix %{nil}
|
||||||
|
Loading…
Reference in New Issue
Block a user