Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-nbconvert for openSUSE:Factory checked in at 2021-03-02 12:34:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-nbconvert (Old) and /work/SRC/openSUSE:Factory/.python-nbconvert.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nbconvert" Tue Mar 2 12:34:45 2021 rev:6 rq:875931 version:6.0.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-nbconvert/python-nbconvert.changes 2021-02-26 21:59:54.535844928 +0100 +++ /work/SRC/openSUSE:Factory/.python-nbconvert.new.2378/python-nbconvert.changes 2021-03-02 12:46:11.716393826 +0100 @@ -1,0 +2,7 @@ +Sun Feb 28 22:22:52 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Add missing runtime requirement of nbclient. Keep the minversion +- Remove empty html templates dir after test runs. This directory + installed with mode 700 caused other package test suites to fail. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-nbconvert.spec ++++++ --- /var/tmp/diff_new_pack.ZdaZ9N/_old 2021-03-02 12:46:12.248394286 +0100 +++ /var/tmp/diff_new_pack.ZdaZ9N/_new 2021-03-02 12:46:12.252394290 +0100 @@ -42,7 +42,9 @@ Requires: python-entrypoints >= 0.2.2 Requires: python-jupyter-client >= 5.3.1 Requires: python-jupyter-core +Requires: python-jupyterlab-pygments Requires: python-mistune >= 0.7.4 +Requires: python-nbclient >= 0.5 Requires: python-nbformat >= 4.4 Requires: python-pandocfilters >= 1.4.1 Requires: python-testpath @@ -67,7 +69,7 @@ BuildRequires: %{python_module jupyterlab-pygments} BuildRequires: %{python_module mistune >= 0.7.4} BuildRequires: %{python_module mock} -BuildRequires: %{python_module nbclient} +BuildRequires: %{python_module nbclient >= 0.5} BuildRequires: %{python_module nbformat >= 4.4} BuildRequires: %{python_module pandocfilters >= 1.4.1} BuildRequires: %{python_module pyppeteer} @@ -136,6 +138,9 @@ sed -i -e '/^#!\//, 1d' nbconvert/nbconvertapp.py sed -i -e '/^#!\//, 1d' nbconvert/filters/filter_links.py +# Ignore stupid maxversion requirements +sed -i -e "/nbclient/ s/,<.*'/'/" setup.py + %build %python_build @@ -160,6 +165,9 @@ pytest-%{$python_bin_suffix} -v -k 'not network' --pyargs nbconvert } popd +# naughty test suite: this empty directory in the now deprecated template folder +# is created with mode 700 during the tests and causes other packages to fail +rmdir %{buildroot}%{_datadir}/jupyter/nbconvert/templates/html %files %{python_files} %license LICENSE