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 2023-10-10 21:00:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nbconvert (Old)
and /work/SRC/openSUSE:Factory/.python-nbconvert.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nbconvert"
Tue Oct 10 21:00:22 2023 rev:28 rq:1116519 version:7.9.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nbconvert/python-nbconvert.changes
2023-09-25 20:59:01.279140186 +0200
+++
/work/SRC/openSUSE:Factory/.python-nbconvert.new.28202/python-nbconvert.changes
2023-10-10 21:01:39.209026709 +0200
@@ -1,0 +2,12 @@
+Mon Oct 9 18:11:53 UTC 2023 - Ben Greiner <[email protected]>
+
+- Update to 7.9.2
+ * Restore ResourcesDict to the public API #2055 (@blink1073)
+- Release 7.9.1
+ * Include tests in sdist #2053 (@blink1073)
+- Release 7.9.0
+ * Update to mermaidjs 10.5.0 #2051 (@bollwyvl)
+ * Update typing for traitlets 5.11 #2050 (@blink1073)
+ * Fixup typings #2048 (@blink1073)
+
+-------------------------------------------------------------------
Old:
----
nbconvert-7.8.0.tar.gz
New:
----
nbconvert-7.9.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-nbconvert.spec ++++++
--- /var/tmp/diff_new_pack.KVNClO/_old 2023-10-10 21:01:40.465072256 +0200
+++ /var/tmp/diff_new_pack.KVNClO/_new 2023-10-10 21:01:40.469072402 +0200
@@ -30,9 +30,9 @@
%bcond_with libalternatives
%endif
# X.X.0 gets abbreviated by pythondistdeps
-%define shortversion 7.8
+%define shortversion 7.9.2
Name: python-nbconvert%{psuffix}
-Version: 7.8.0
+Version: 7.9.2
Release: 0
Summary: Conversion of Jupyter Notebooks
License: BSD-3-Clause AND MIT
@@ -128,7 +128,7 @@
sed -i -e '/^#!\//, 1d' $f
chmod -x $f
done
-sed -i '/addopts/ s/--color=yes//' pyproject.toml
+sed -i '/addopts/,/\]/ s/"--color=yes",//' pyproject.toml
%build
%if ! %{with test}
@@ -150,9 +150,11 @@
export PYTHONDONTWRITEBYTECODE=1
# requires modules not installed:
https://github.com/jupyter/nbconvert/issues/1846
donttest="test_convert_full_qualified_name or test_post_processor"
-%{python_expand # installed package in :test flavor
+# mv the source out of PYTHONPATH
+mv nbconvert nbconvert.moved
+%{python_expand #
$python -m ipykernel.kernelspec --user
-pytest-%{$python_bin_suffix} -v -m 'not network' -k "not ($donttest)" --pyargs
nbconvert
+pytest-%{$python_bin_suffix} -v -m 'not network' -k "not ($donttest)"
}
%endif
++++++ nbconvert-7.8.0.tar.gz -> nbconvert-7.9.2.tar.gz ++++++
++++ 28489 lines of diff (skipped)