From f7ef27c6c050f628f8bc9c841683b9a9f14306a16ec20129a625c1e570718d93 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Tue, 5 Mar 2024 18:47:02 +0000 Subject: [PATCH] - Skip python39: no longer supported since ipython 8.19 (through ipywidgets) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=37 --- python-bqplot.changes | 6 ++++++ python-bqplot.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/python-bqplot.changes b/python-bqplot.changes index 5273763..357d47d 100644 --- a/python-bqplot.changes +++ b/python-bqplot.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 5 18:46:34 UTC 2024 - Ben Greiner + +- Skip python39: no longer supported since ipython 8.19 (through + ipywidgets) + ------------------------------------------------------------------- Fri Feb 9 11:00:59 UTC 2024 - Ben Greiner diff --git a/python-bqplot.spec b/python-bqplot.spec index 2896505..962cfed 100644 --- a/python-bqplot.spec +++ b/python-bqplot.spec @@ -18,6 +18,7 @@ # https://github.com/bqplot/bqplot/issues/1639 %define skip_python312 1 +%define skip_python39 1 %define pyver 0.12.42 %define jupver 0.5.43 Name: python-bqplot