From 65565ef45c25dfa87e2db3b0a0b8e3ab64407c40072432a2e575de92dcabd56b Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 11 Oct 2024 04:42:02 +0000 Subject: [PATCH] - Prepare for Python 3.13, by skipping it if we aren't building for it. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=132 --- python-pandas.changes | 5 +++++ python-pandas.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/python-pandas.changes b/python-pandas.changes index c243ef9..82e53d4 100644 --- a/python-pandas.changes +++ b/python-pandas.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 11 04:40:52 UTC 2024 - Steve Kowalik + +- Prepare for Python 3.13, by skipping it if we aren't building for it. + ------------------------------------------------------------------- Tue Oct 1 12:35:22 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-pandas.spec b/python-pandas.spec index 5ad0956..660e66f 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -34,6 +34,9 @@ %if "%{flavor}" != "test-py312" %define skip_python312 1 %endif +%if "%{flavor}" != "test-py313" +%define skip_python313 1 +%endif # Skip empty buildsets, last one is for sle15_python_module_pythons %if "%{shrink:%{pythons}}" == "" || ("%pythons" == "python311" && 0%{?skip_python311}) ExclusiveArch: donotbuild