Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ipympl for openSUSE:Factory checked in at 2023-08-18 19:28:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ipympl (Old) and /work/SRC/openSUSE:Factory/.python-ipympl.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ipympl" Fri Aug 18 19:28:37 2023 rev:11 rq:1104458 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/python-ipympl/python-ipympl.changes 2023-04-14 13:12:44.111446186 +0200 +++ /work/SRC/openSUSE:Factory/.python-ipympl.new.1766/python-ipympl.changes 2023-08-18 19:29:02.691389684 +0200 @@ -1,0 +2,5 @@ +Thu Aug 17 15:38:44 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Suggest primary python package -- boo#1214354 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ipympl.spec ++++++ --- /var/tmp/diff_new_pack.6TJjoh/_old 2023-08-18 19:29:05.463394655 +0200 +++ /var/tmp/diff_new_pack.6TJjoh/_new 2023-08-18 19:29:05.483394691 +0200 @@ -18,7 +18,6 @@ %define pyver 0.9.3 %define jsver 0.11.3 -%define pydist python3dist %bcond_with test Name: python-ipympl Version: %{pyver} @@ -69,7 +68,9 @@ Summary: Matplotlib Jupyter Extension Group: Development/Languages/Python Requires: jupyter-notebook -Requires: %pydist(ipympl) = %{pyver} +# Any flavor is okay, but suggest the primary one for automatic zypper choice -- boo#1214354 +Requires: python3dist(ipympl) = %{pyver} +Suggests: python3-ipympl Provides: jupyter-ipympl = %{jsver} Obsoletes: jupyter-ipympl < %{jsver} @@ -84,7 +85,9 @@ Summary: Matplotlib JupyterLab Extension Group: Development/Languages/Python Requires: jupyter-jupyterlab -Requires: %pydist(ipympl) = %{pyver} +# Any flavor is okay, but suggest the primary one for automatic zypper choice -- boo#1214354 +Requires: python3dist(ipympl) = %{pyver} +Suggests: python3-ipympl Provides: jupyter-ipympl-jupyterlab = %{jsver} Obsoletes: jupyter-ipympl-jupyterlab < %{jsver} @@ -119,7 +122,7 @@ %files -n jupyter-matplotlib %license LICENSE %{_jupyter_nbextension_dir}/jupyter-matplotlib -%{?!_jupyter_distconfig:%config} %{_jupyter_nb_notebook_confdir}/jupyter-matplotlib.json +%{_jupyter_config} %{_jupyter_nb_notebook_confdir}/jupyter-matplotlib.json %files -n jupyter-matplotlib-jupyterlab %license LICENSE