Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jupyter for openSUSE:Factory checked in at 2023-04-02 19:16:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jupyter (Old) and /work/SRC/openSUSE:Factory/.jupyter.new.9019 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jupyter" Sun Apr 2 19:16:46 2023 rev:10 rq:1075677 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/jupyter/jupyter.changes 2022-01-09 22:49:53.979269354 +0100 +++ /work/SRC/openSUSE:Factory/.jupyter.new.9019/jupyter.changes 2023-04-02 19:16:47.564347796 +0200 @@ -1,0 +2,6 @@ +Thu Mar 30 19:03:33 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- remove explicit jupyter-client dep in order ot avoid resolver + conflicts with python-notebook + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jupyter.spec ++++++ --- /var/tmp/diff_new_pack.6Rm4PF/_old 2023-04-02 19:16:49.596357998 +0200 +++ /var/tmp/diff_new_pack.6Rm4PF/_new 2023-04-02 19:16:49.600358019 +0200 @@ -30,7 +30,7 @@ Source2: https://buildmedia.readthedocs.org/media/htmlzip/jupyter/latest/jupyter.zip BuildRequires: %{python_module ipykernel} BuildRequires: %{python_module ipywidgets} -BuildRequires: %{python_module jupyter-client} +#BuildRequires: %%{python_module jupyter-client} BuildRequires: %{python_module jupyter-core} BuildRequires: %{python_module jupyter_console} BuildRequires: %{python_module nbconvert} @@ -42,7 +42,8 @@ BuildRequires: unzip Requires: python-ipykernel Requires: python-ipywidgets -Requires: python-jupyter-client +# current notebook 6.5 requires jupyter-client < 8 +#Requires: python-jupyter-client Requires: python-jupyter-core Requires: python-jupyter_console Requires: python-nbconvert