From e6d0b6695f0490a189a2aa0dac1eafcfee821001ae4b22942f6b5a02858720cf Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Tue, 5 Mar 2024 17:53:53 +0000 Subject: [PATCH] Accepting request 1155267 from home:dimstar:Factory - Skip build for python 3.9: python-ipython is no longer available. OBS-URL: https://build.opensuse.org/request/show/1155267 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-core?expand=0&rev=54 --- python-jupyter-core.changes | 5 +++++ python-jupyter-core.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-jupyter-core.changes b/python-jupyter-core.changes index f609ac1..5e45e2a 100644 --- a/python-jupyter-core.changes +++ b/python-jupyter-core.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 5 15:14:03 UTC 2024 - Dominique Leuenberger + +- Skip build for python 3.9: python-ipython is no longer available. + ------------------------------------------------------------------- Sun Jan 21 11:00:17 UTC 2024 - Ben Greiner diff --git a/python-jupyter-core.spec b/python-jupyter-core.spec index 433af26..e1e79ff 100644 --- a/python-jupyter-core.spec +++ b/python-jupyter-core.spec @@ -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}