Accepting request 1129689 from devel:languages:python:numeric

- Prepare for Python 3.12, by skipping it for the other test flavors, and
  adding one for it.

OBS-URL: https://build.opensuse.org/request/show/1129689
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pythran?expand=0&rev=13
This commit is contained in:
Ana Guerrero 2023-11-30 20:59:04 +00:00 committed by Git OBS Bridge
commit 395fe8544a
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> 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_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}