Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-panel for openSUSE:Factory checked in at 2024-03-06 23:05:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-panel (Old) and /work/SRC/openSUSE:Factory/.python-panel.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-panel" Wed Mar 6 23:05:27 2024 rev:24 rq:1155566 version:1.3.8 Changes: -------- --- /work/SRC/openSUSE:Factory/python-panel/python-panel.changes 2024-01-28 19:40:25.167762641 +0100 +++ /work/SRC/openSUSE:Factory/.python-panel.new.1770/python-panel.changes 2024-03-06 23:05:58.528456035 +0100 @@ -1,0 +2,11 @@ +Wed Mar 6 12:42:38 UTC 2024 - Ben Greiner <[email protected]> + +- Also skip testing ipympl and holoviews on python 3.9 + +------------------------------------------------------------------- +Tue Mar 5 21:52:52 UTC 2024 - Ben Greiner <[email protected]> + +- Stop testing with plotly and ipython on python 3.9: Those are + no longer available. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-panel.spec ++++++ --- /var/tmp/diff_new_pack.aKNbOI/_old 2024-03-06 23:05:59.232481580 +0100 +++ /var/tmp/diff_new_pack.aKNbOI/_new 2024-03-06 23:05:59.236481726 +0100 @@ -76,12 +76,12 @@ 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 ipython >= 7.0} +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} -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}
