1
0

- 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:
Steve Kowalik 2023-11-29 04:28:39 +00:00 committed by Git OBS Bridge
parent b876032470
commit dc82b5318c
2 changed files with 16 additions and 0 deletions

View File

@ -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>

View File

@ -22,18 +22,28 @@
%define skip_python38 1
%define skip_python310 1
%define skip_python311 1
%define skip_python312 1
%endif
%if "%{flavor}" == "test-py310"
%define psuffix -test-py310
%define skip_python38 1
%define skip_python39 1
%define skip_python311 1
%define skip_python312 1
%endif
%if "%{flavor}" == "test-py311"
%define psuffix -test-py311
%define skip_python38 1
%define skip_python39 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
%if "%{flavor}" == ""
%define psuffix %{nil}