From dc82b5318c810aa9d73e9b94377490694a1479ab4b702db0fbcbae0ceb82bedb Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 29 Nov 2023 04:28:39 +0000 Subject: [PATCH] - 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 --- python-pythran.changes | 6 ++++++ python-pythran.spec | 10 ++++++++++ 2 files changed, 16 insertions(+) diff --git a/python-pythran.changes b/python-pythran.changes index 6cc02d3..121f31d 100644 --- a/python-pythran.changes +++ b/python-pythran.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 29 04:27:01 UTC 2023 - Steve Kowalik + +- 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 diff --git a/python-pythran.spec b/python-pythran.spec index 661c1c2..9fde9b9 100644 --- a/python-pythran.spec +++ b/python-pythran.spec @@ -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}