17
0

Accepting request 1144170 from home:bnavigator:branches:devel:languages:python:numeric

- Add python312 test flavor

OBS-URL: https://build.opensuse.org/request/show/1144170
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=162
This commit is contained in:
2024-02-05 12:42:28 +00:00
committed by Git OBS Bridge
parent 21d07f610b
commit c6ca9ea7f3
3 changed files with 13 additions and 0 deletions

View File

@@ -39,6 +39,13 @@
%define skip_python312 1
%bcond_without test
%endif
%if "%{flavor}" == "test-py312"
%define psuffix -test-py312
%define skip_python39 1
%define skip_python310 1
%define skip_python311 1
%bcond_without test
%endif
%if "%{flavor}" == ""
%bcond_with test
%endif