diff --git a/python-plotly.changes b/python-plotly.changes index 8bd7ac0..8f0a9a1 100644 --- a/python-plotly.changes +++ b/python-plotly.changes @@ -54,6 +54,7 @@ Wed Nov 27 12:02:14 UTC 2024 - Ben Greiner supporting additional keyword values. For example, 'bold' and 'normal' as well as integers as used in font weights [#4612]. - Refresh plotly-pr4622-np2.patch gh#plotly/plotly.py#4622 +- Do not depend on jupyter metapackge for tests ------------------------------------------------------------------- Thu Jul 18 08:19:01 UTC 2024 - Ben Greiner diff --git a/python-plotly.spec b/python-plotly.spec index 8472cb4..93e5503 100644 --- a/python-plotly.spec +++ b/python-plotly.spec @@ -31,7 +31,8 @@ Source10: package-lock.json Source11: node_modules.spec.inc %include %{_sourcedir}/node_modules.spec.inc Source100: python-plotly-rpmlintrc -Patch1: plotly-pr4622-np2.patch +# PATCH-FIX-UPSTREAM plotly-pr4622-np2.patch gh#plotly/plotly.py#4622 +Patch0: plotly-pr4622-np2.patch BuildRequires: %{python_module base >= 3.6} BuildRequires: %{python_module jupyterlab >= 3} BuildRequires: %{python_module notebook >= 5.3} @@ -57,7 +58,6 @@ BuildRequires: %{python_module Pillow} BuildRequires: %{python_module ipykernel} BuildRequires: %{python_module ipython} BuildRequires: %{python_module ipywidgets} -#BuildRequires: %%{python_module jupyter} BuildRequires: %{python_module matplotlib} BuildRequires: %{python_module numpy} BuildRequires: %{python_module pandas}