forked from pool/python-distributed
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:
parent
1c4074650b
commit
fb78f5106b
@ -2,4 +2,5 @@
|
||||
<package>test-py39</package>
|
||||
<package>test-py310</package>
|
||||
<package>test-py311</package>
|
||||
<package>test-py312</package>
|
||||
</multibuild>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user