Accepting request 1155312 from devel:languages:python:jupyter

- Skip tests for python 3.9: python-ipython is no longer available.

OBS-URL: https://build.opensuse.org/request/show/1155312
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-core?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2024-03-06 22:03:02 +00:00 committed by Git OBS Bridge
commit 476d1c3496
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 5 15:14:03 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Skip tests for python 3.9: python-ipython is no longer available.
-------------------------------------------------------------------
Sun Jan 21 11:00:17 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@ -1,5 +1,5 @@
#
# spec file
# spec file for package python-jupyter-core
#
# Copyright (c) 2024 SUSE LLC
#
@ -24,6 +24,7 @@
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define skip_python39 1
%define psuffix -test
%bcond_without test
%else
@ -52,7 +53,7 @@ BuildRequires: alts
Requires: alts
%else
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
%endif
Recommends: python-ipython
Provides: python-jupyter_core = %{version}-%{release}