forked from pool/python-pandas
Accepting request 1144848 from devel:languages:python:numeric
- enable py312 testing, remove py39 testing OBS-URL: https://build.opensuse.org/request/show/1144848 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pandas?expand=0&rev=61
This commit is contained in:
commit
9f8369fd5a
@ -1,5 +1,5 @@
|
||||
<multibuild>
|
||||
<package>test-py39</package>
|
||||
<package>test-py310</package>
|
||||
<package>test-py311</package>
|
||||
<package>test-py312</package>
|
||||
</multibuild>
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package python-pandas
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
@ -17,13 +17,6 @@
|
||||
|
||||
|
||||
%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"
|
||||
%define psuffix -test-py310
|
||||
%define skip_python39 1
|
||||
|
Loading…
Reference in New Issue
Block a user