- Clean up leftover Python 3.8 gubbins, look forward to Python 3.11 support.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numba?expand=0&rev=65
This commit is contained in:
Steve Kowalik 2023-04-12 05:54:10 +00:00 committed by Git OBS Bridge
parent 28ead19804
commit fc396cbd22
2 changed files with 7 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 12 05:53:24 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Clean up leftover Python 3.8 gubbins, look forward to Python 3.11 support.
-------------------------------------------------------------------
Tue Apr 11 08:30:00 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -31,22 +31,16 @@
%define psuffix %{nil}
%bcond_with test
%endif
%if "%{flavor}" == "test-py38"
%define psuffix -test-py38
%define skip_python39 1
%define skip_python310 1
%bcond_without test
%endif
%if "%{flavor}" == "test-py39"
%define psuffix -test-py39
%define skip_python38 1
%define skip_python310 1
%define skip_python311 1
%bcond_without test
%endif
%if "%{flavor}" == "test-py310"
%define psuffix -test-py310
%define skip_python38 1
%define skip_python39 1
%define skip_python311 1
%bcond_without test
%endif