Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-voila for openSUSE:Factory checked in at 2022-06-16 18:21:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-voila (Old) and /work/SRC/openSUSE:Factory/.python-voila.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-voila" Thu Jun 16 18:21:01 2022 rev:12 rq:982895 version:0.3.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-voila/python-voila.changes 2022-06-06 11:10:59.555348444 +0200 +++ /work/SRC/openSUSE:Factory/.python-voila.new.1548/python-voila.changes 2022-06-16 18:22:22.240264140 +0200 @@ -1,0 +2,6 @@ +Wed Jun 15 21:11:38 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Remove './' from test notebook - jupyter notebook refuses to + serve it as "hidden". -- gh#jupyter/notebook#6453 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-voila.spec ++++++ --- /var/tmp/diff_new_pack.Hh4nnz/_old 2022-06-16 18:22:22.724264828 +0200 +++ /var/tmp/diff_new_pack.Hh4nnz/_new 2022-06-16 18:22:22.728264834 +0200 @@ -49,11 +49,11 @@ BuildRequires: jupyter-notebook-filesystem BuildRequires: python-rpm-macros Requires: jupyter-voila = %{version} +Requires: python-nbclient >= 0.4 Requires: python-websockets >= 9.0 Requires: (python-jupyter-client >= 6.1.3 with python-jupyter-client < 8) Requires: (python-jupyter-server >= 0.3.0 with python-jupyter-server < 2) Requires: (python-jupyterlab-server >= 2.3.0 with python-jupyterlab-server < 3) -Requires: python-nbclient >= 0.4 Requires: (python-nbconvert >= 6.4.5 with python-nbconvert < 7) Requires: (python-traitlets >= 5.0.3 with python-traitlets < 6) BuildArch: noarch @@ -114,6 +114,8 @@ tar xf %{SOURCE1} --strip-components=1 voila-%{version}/tests sed -i s/mistune.Renderer/nbconvert.vendor.mistune.Renderer/ voila/exporter.py sed -i '/nbclient/ s/,<0.6//' setup.cfg +# '.' is now considered 'hidden', which is not allowed. +sed -i 's|./jupyter.svg|jupyter.svg|' tests/notebooks/images.ipynb %build %python_build