forked from pool/python-wxPython
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
This commit is contained in:
parent
e96b2617c7
commit
1ec08ac40f
@ -4,4 +4,5 @@
|
|||||||
<package>python39</package>
|
<package>python39</package>
|
||||||
<package>python310</package>
|
<package>python310</package>
|
||||||
<package>python311</package>
|
<package>python311</package>
|
||||||
|
<package>python312</package>
|
||||||
</multibuild>
|
</multibuild>
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 15 16:29:26 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Enable python312 as valid multibuild flavor.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 27 07:37:06 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
|
Wed Dec 27 07:37:06 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
@ -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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -57,6 +57,9 @@ ExclusiveArch: donotbuild
|
|||||||
%if "%flavor" != "python311"
|
%if "%flavor" != "python311"
|
||||||
%define skip_python311 1
|
%define skip_python311 1
|
||||||
%endif
|
%endif
|
||||||
|
%if "%flavor" != "python312"
|
||||||
|
%define skip_python312 1
|
||||||
|
%endif
|
||||||
%else
|
%else
|
||||||
# SLE/Leap: python3 only
|
# SLE/Leap: python3 only
|
||||||
%if "%flavor" != "python3"
|
%if "%flavor" != "python3"
|
||||||
|
Loading…
Reference in New Issue
Block a user