From edce766102dc8509ecf7a8874c468ca866426dca48e61ef8deb21ef586a5345a Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Fri, 8 Mar 2024 12:57:11 +0000 Subject: [PATCH] - Skip testing with python39: no longer supported since ipython 8.19 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter_console?expand=0&rev=40 --- python-jupyter_console.changes | 5 +++++ python-jupyter_console.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-jupyter_console.changes b/python-jupyter_console.changes index d525744..0392e7e 100644 --- a/python-jupyter_console.changes +++ b/python-jupyter_console.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 8 12:56:55 UTC 2024 - Ben Greiner + +- Skip testing with python39: no longer supported since ipython 8.19 + ------------------------------------------------------------------- Sun Mar 19 18:23:43 UTC 2023 - Ben Greiner diff --git a/python-jupyter_console.spec b/python-jupyter_console.spec index ea27381..2d525bc 100644 --- a/python-jupyter_console.spec +++ b/python-jupyter_console.spec @@ -1,7 +1,7 @@ # # spec file for package python-jupyter_console # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,6 +16,7 @@ # +%define skip_python39 1 Name: python-jupyter_console Version: 6.6.3 Release: 0 @@ -51,7 +52,7 @@ Requires: python-pyzmq >= 17 Requires: python-traitlets >= 5.4 Requires: ((python-jupyter-core >= 4.12 with python-jupyter-core < 5.0) or python-jupyter-core >= 5.1) Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives Provides: python-jupyter-console = %{version}-%{release} %if "%{python_flavor}" == "python3" || "%{python_provides}" == "python3" Provides: jupyter-jupyter_console = %{version}-%{release}