From 907ff2264b1fb95d8a7a8166e70153ea3b8d125ae8b30a1c86a90649ca0050a7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 6 Mar 2024 07:05:53 +0000 Subject: [PATCH 1/2] Accepting request 1155361 from home:bnavigator:branches:devel:languages:python:numeric - Stop testing with plotly and ipython on python 3.9: Those are no longer available. OBS-URL: https://build.opensuse.org/request/show/1155361 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-panel?expand=0&rev=46 --- python-panel.changes | 6 ++++++ python-panel.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-panel.changes b/python-panel.changes index beddfd4..95a84fb 100644 --- a/python-panel.changes +++ b/python-panel.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 5 21:52:52 UTC 2024 - Ben Greiner + +- Stop testing with plotly and ipython on python 3.9: Those are + no longer available. + ------------------------------------------------------------------- Fri Jan 26 22:34:03 UTC 2024 - Dirk Müller diff --git a/python-panel.spec b/python-panel.spec index 0cfb616..dab456a 100644 --- a/python-panel.spec +++ b/python-panel.spec @@ -78,10 +78,10 @@ BuildRequires: %{python_module diskcache} BuildRequires: %{python_module folium} BuildRequires: %{python_module holoviews >= 1.16.0} BuildRequires: %{python_module ipympl} -BuildRequires: %{python_module ipython >= 7.0} +BuildRequires: %{python_module ipython >= 7.0 if %python-base >= 3.10} BuildRequires: %{python_module panel = %{version}} BuildRequires: %{python_module parameterized} -BuildRequires: %{python_module plotly >= 4.0} +BuildRequires: %{python_module plotly >= 4.0 if %python-base >= 3.10} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest-rerunfailures} BuildRequires: %{python_module pytest-xdist} From 6c20c5d01423cfd864c81dc270a7486a57102e6022df5a750e3a2053ce3beccc Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 6 Mar 2024 13:20:47 +0000 Subject: [PATCH 2/2] Accepting request 1155553 from home:bnavigator:branches:devel:languages:python:numeric - Also skip testing ipympl and holoviews on python 3.9 OBS-URL: https://build.opensuse.org/request/show/1155553 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-panel?expand=0&rev=47 --- python-panel.changes | 5 +++++ python-panel.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-panel.changes b/python-panel.changes index 95a84fb..824ddb5 100644 --- a/python-panel.changes +++ b/python-panel.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 6 12:42:38 UTC 2024 - Ben Greiner + +- Also skip testing ipympl and holoviews on python 3.9 + ------------------------------------------------------------------- Tue Mar 5 21:52:52 UTC 2024 - Ben Greiner diff --git a/python-panel.spec b/python-panel.spec index dab456a..bfe0353 100644 --- a/python-panel.spec +++ b/python-panel.spec @@ -76,8 +76,8 @@ BuildRequires: %{python_module altair} BuildRequires: %{python_module asyncio} BuildRequires: %{python_module diskcache} BuildRequires: %{python_module folium} -BuildRequires: %{python_module holoviews >= 1.16.0} -BuildRequires: %{python_module ipympl} +BuildRequires: %{python_module holoviews >= 1.16.0 if %python-base >= 3.10} +BuildRequires: %{python_module ipympl if %python-base >= 3.10} BuildRequires: %{python_module ipython >= 7.0 if %python-base >= 3.10} BuildRequires: %{python_module panel = %{version}} BuildRequires: %{python_module parameterized}