Accepting request 1221605 from devel:languages:python:numeric
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1221605 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numba?expand=0&rev=50
This commit is contained in:
commit
b3605cd629
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 29 20:01:54 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- skip python313
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 21 13:14:22 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
@ -44,6 +44,9 @@ ExclusiveArch: x86_64 %ix86 ppc64le %arm aarch64
|
||||
%if "%{flavor}" != "test-py312"
|
||||
%define skip_python312 1
|
||||
%endif
|
||||
%if "%{flavor}" != "test-py313"
|
||||
%define skip_python313 1
|
||||
%endif
|
||||
# The obs server-side interpreter cannot use lua or rpm shrink
|
||||
%if "%pythons" == "" || "%pythons" == " " || "%pythons" == " " || "%pythons" == " " || "%pythons" == " " || ( "%pythons" == "python311" && 0%{?skip_python311} )
|
||||
ExclusiveArch: donotbuild
|
||||
|
Loading…
Reference in New Issue
Block a user