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 2022-12-27 11:54:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-nbconvert (Old) and /work/SRC/openSUSE:Factory/.python-nbconvert.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nbconvert" Tue Dec 27 11:54:57 2022 rev:17 rq:1045434 version:7.2.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-nbconvert/python-nbconvert.changes 2022-10-26 14:25:50.752279558 +0200 +++ /work/SRC/openSUSE:Factory/.python-nbconvert.new.1563/python-nbconvert.changes 2022-12-27 11:55:06.779331619 +0100 @@ -1,0 +2,15 @@ +Mon Dec 26 23:06:15 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Update to 7.2.7 + * Fix Hanging Tests on Linux #1924 (@blink1073) +- Release 7.2.6 + * Include all templates in sdist #1916 (@blink1073) +- Release 7.2.5 + * Fix for webpdf print margins #1907 (@JWock82) +- Release 7.2.4 + * Handle jupyter core warning #1905 (@blink1073) + * Add Py-typed marker. #1898 (@Carreau) +- Release 7.2.3 + * clean_html: allow SVG tags and SVG attributes #1890 (@akx) + +------------------------------------------------------------------- Old: ---- nbconvert-7.2.2.tar.gz style.min.css New: ---- nbconvert-7.2.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-nbconvert.spec ++++++ --- /var/tmp/diff_new_pack.sEaexh/_old 2022-12-27 11:55:07.735336936 +0100 +++ /var/tmp/diff_new_pack.sEaexh/_new 2022-12-27 11:55:07.739336959 +0100 @@ -31,15 +31,12 @@ %endif Name: python-nbconvert%{psuffix} -Version: 7.2.2 +Version: 7.2.7 Release: 0 Summary: Conversion of Jupyter Notebooks License: BSD-3-Clause AND MIT URL: https://github.com/jupyter/nbconvert Source0: https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-%{version}.tar.gz -# See hatch_build.py -# License10: MIT -Source10: https://cdn.jupyter.org/notebook/5.4.0/style/style.min.css BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module hatchling >= 0.25} BuildRequires: %{python_module pip} @@ -98,7 +95,6 @@ Summary: Conversion of Jupyter Notebooks Requires: jupyter-ipykernel Requires: jupyter-jupyter-core -Requires: jupyter-nbformat >= 4.4 Requires: python3-nbconvert = %{version} Conflicts: python3-jupyter_nbconvert < 5.5.0 @@ -132,8 +128,6 @@ sed -i -e '/^#!\//, 1d' $f chmod -x $f done -mkdir share/templates/classic/static -cp %{SOURCE10} share/templates/classic/static/style.css sed -i '/addopts/ s/--color=yes//' pyproject.toml %build @@ -153,14 +147,11 @@ %if %{with test} %check export LANG=en_US.UTF-8 -# not test_webpdf: no pyppeteer, not even offline -donttest="test_webpdf" +export PYTHONDONTWRITEBYTECODE=1 # requires modules not installed: https://github.com/jupyter/nbconvert/issues/1846 -donttest="$donttest or test_convert_full_qualified_name or test_post_processor" -# nbformat error -donttest="$donttest or test_empty_code_cell" +donttest="test_convert_full_qualified_name or test_post_processor" %{python_expand # installed package in :test flavor -$python -B -m ipykernel.kernelspec --user +$python -m ipykernel.kernelspec --user pytest-%{$python_bin_suffix} -v -m 'not network' -k "not ($donttest)" --pyargs nbconvert } %endif ++++++ nbconvert-7.2.2.tar.gz -> nbconvert-7.2.7.tar.gz ++++++ ++++ 16086 lines of diff (skipped)