1
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:
Dirk Mueller 2024-02-05 12:42:28 +00:00 committed by Git OBS Bridge
parent 1c4074650b
commit fb78f5106b
3 changed files with 13 additions and 0 deletions

View File

@ -2,4 +2,5 @@
<package>test-py39</package>
<package>test-py310</package>
<package>test-py311</package>
<package>test-py312</package>
</multibuild>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Feb 4 21:31:24 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Add python312 test flavor
-------------------------------------------------------------------
Tue Jan 30 09:38:20 UTC 2024 - Dirk Müller <dmueller@suse.com>

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