From b1adb18cfedb820bc17db5096ca380518cb3f37700d809c331f5ad24218e45a7 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Fri, 8 Mar 2024 13:45:27 +0000 Subject: [PATCH] - Skip python39: no longer supported since ipython 8.19 (via ipykernel) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-qtconsole?expand=0&rev=62 --- python-qtconsole.changes | 6 ++++++ python-qtconsole.spec | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/python-qtconsole.changes b/python-qtconsole.changes index 3e9e536..1e72077 100644 --- a/python-qtconsole.changes +++ b/python-qtconsole.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 8 13:45:17 UTC 2024 - Ben Greiner + +- Skip python39: no longer supported since ipython 8.19 + (via ipykernel) + ------------------------------------------------------------------- Fri Nov 24 20:16:35 UTC 2023 - Ben Greiner diff --git a/python-qtconsole.spec b/python-qtconsole.spec index f41f5ac..5ff1673 100644 --- a/python-qtconsole.spec +++ b/python-qtconsole.spec @@ -1,7 +1,7 @@ # # spec file for package python-qtconsole # -# 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 %if 0%{?suse_version} > 1500 %bcond_without libalternatives %else @@ -65,7 +66,7 @@ BuildRequires: alts Requires: alts %else Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives %endif # SECTION test requirements BuildRequires: %{python_module Pygments}