From 9d99b5b083a2fbb13b62988d102bac21cdc70b9c0a36d8221b6921d2ee438dbd Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 7 Mar 2024 13:40:24 +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-nbclient?expand=0&rev=63 --- python-nbclient.changes | 5 +++++ python-nbclient.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-nbclient.changes b/python-nbclient.changes index 90fec35..8576bbf 100644 --- a/python-nbclient.changes +++ b/python-nbclient.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 7 13:40:12 UTC 2024 - Ben Greiner + +- Skip testing with python39: no longer supported since ipython 8.19 + ------------------------------------------------------------------- Sun Nov 26 16:23:50 UTC 2023 - Ben Greiner diff --git a/python-nbclient.spec b/python-nbclient.spec index 9c32e3c..9787838 100644 --- a/python-nbclient.spec +++ b/python-nbclient.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-nbclient # -# 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 @@ -20,6 +20,7 @@ %if "%{flavor}" == "test" %define psuffix -test %bcond_without test +%define skip_python39 1 %else %define psuffix %{nil} %bcond_with test @@ -52,7 +53,7 @@ BuildRequires: alts Requires: alts %else Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives %endif %if %{with test} BuildRequires: %{python_module flaky}