From bde8bf822e73b1a1fb1021f21794091698b510708b6dc52b4928ad3339cff3d8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 6 Feb 2024 09:00:08 +0000 Subject: [PATCH] - enable py312 testing, remove py39 testing OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=108 --- _multibuild | 2 +- python-pandas.changes | 5 +++++ python-pandas.spec | 9 +-------- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/_multibuild b/_multibuild index 8cf2769..6d8cafe 100644 --- a/_multibuild +++ b/_multibuild @@ -1,5 +1,5 @@ - test-py39 test-py310 test-py311 + test-py312 diff --git a/python-pandas.changes b/python-pandas.changes index 2ab7232..6f08ff5 100644 --- a/python-pandas.changes +++ b/python-pandas.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 6 08:59:26 UTC 2024 - Dirk Müller + +- enable py312 testing, remove py39 testing + ------------------------------------------------------------------- Fri Jan 12 11:18:40 UTC 2024 - pgajdos@suse.com diff --git a/python-pandas.spec b/python-pandas.spec index 8e19ee5..4188b05 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -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