From 1ec08ac40fcf3f86de53686dcbfb2b9f8931e07b09d9c6d42f5811f15fad33c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Br=C3=BCns?= Date: Wed, 17 Jan 2024 23:53:20 +0000 Subject: [PATCH] Accepting request 1138996 from home:dimstar:Factory - Enable python312 as valid multibuild flavor. OBS-URL: https://build.opensuse.org/request/show/1138996 OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=46 --- _multibuild | 1 + python-wxPython.changes | 5 +++++ python-wxPython.spec | 7 +++++-- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/_multibuild b/_multibuild index 087b0f9..d8d93a5 100644 --- a/_multibuild +++ b/_multibuild @@ -4,4 +4,5 @@ python39 python310 python311 + python312 diff --git a/python-wxPython.changes b/python-wxPython.changes index ce2078c..4b0183f 100644 --- a/python-wxPython.changes +++ b/python-wxPython.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 15 16:29:26 UTC 2024 - Dominique Leuenberger + +- Enable python312 as valid multibuild flavor. + ------------------------------------------------------------------- Wed Dec 27 07:37:06 UTC 2023 - Antonio Larrosa diff --git a/python-wxPython.spec b/python-wxPython.spec index 11e84a2..e5746a3 100644 --- a/python-wxPython.spec +++ b/python-wxPython.spec @@ -1,7 +1,7 @@ # -# spec file for package python-wxPython +# spec file # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -57,6 +57,9 @@ ExclusiveArch: donotbuild %if "%flavor" != "python311" %define skip_python311 1 %endif +%if "%flavor" != "python312" +%define skip_python312 1 +%endif %else # SLE/Leap: python3 only %if "%flavor" != "python3"