1
0
Ana Guerrero 2024-07-17 13:14:23 +00:00 committed by Git OBS Bridge
commit e0e3d220a2
2 changed files with 37 additions and 29 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jun 30 20:55:59 UTC 2024 - Dirk Müller <dmueller@suse.com>
- prepare for python 3.13
-------------------------------------------------------------------
Thu May 30 13:08:43 UTC 2024 - Markéta Machová <mmachova@suse.com>

View File

@ -57,6 +57,9 @@ ExclusiveArch: donotbuild
%if "%flavor" != "python312"
%define skip_python312 1
%endif
%if "%flavor" != "python313"
%define skip_python313 1
%endif
%else
# SLE/Leap
%if "%flavor" == "python3"