- enable py312 testing, remove py39 testing

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=108
This commit is contained in:
Dirk Mueller 2024-02-06 09:00:08 +00:00 committed by Git OBS Bridge
parent 2b3e22d30a
commit bde8bf822e
3 changed files with 7 additions and 9 deletions

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 6 08:59:26 UTC 2024 - Dirk Müller <dmueller@suse.com>
- enable py312 testing, remove py39 testing
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 12 11:18:40 UTC 2024 - pgajdos@suse.com Fri Jan 12 11:18:40 UTC 2024 - pgajdos@suse.com

View File

@ -1,5 +1,5 @@
# #
# spec file # spec file for package python-pandas
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
@ -17,13 +17,6 @@
%global flavor @BUILD_FLAVOR@%{nil} %global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test-py39"
%define psuffix -test-py39
%define skip_python310 1
%define skip_python311 1
%define skip_python312 1
%bcond_without test
%endif
%if "%{flavor}" == "test-py310" %if "%{flavor}" == "test-py310"
%define psuffix -test-py310 %define psuffix -test-py310
%define skip_python39 1 %define skip_python39 1