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}