Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-nbsphinx for openSUSE:Factory
checked in at 2023-03-21 17:40:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nbsphinx (Old)
and /work/SRC/openSUSE:Factory/.python-nbsphinx.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nbsphinx"
Tue Mar 21 17:40:33 2023 rev:14 rq:1072967 version:0.9.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nbsphinx/python-nbsphinx.changes
2023-01-23 18:31:54.460041323 +0100
+++
/work/SRC/openSUSE:Factory/.python-nbsphinx.new.31432/python-nbsphinx.changes
2023-03-21 17:40:33.773553292 +0100
@@ -1,0 +2,16 @@
+Sun Mar 19 16:42:06 UTC 2023 - Ben Greiner <[email protected]>
+
+- Update to 0.9.1
+ * pandoc: disable "smart" option only for version 2.0+
+- Version 0.9.0
+ * Split nbsphinx.py (a Python module) into:
+ - nbsphinx/__init__.py (a Python package)
+ - A standalone CSS file nbsphinx-code-cells.css_t
+ - LaTeX style file nbsphinx.sty
+ * Add custom HTML/CSS for thumbnail galleries
+ - Separate CSS file nbsphinx-gallery.css
+ - The CSS from Sphinx Gallery ('sphinx_gallery.load_style')
+ cannot be used anymore
+ * Use the last image in a notebook as the default thumbnail
+
+-------------------------------------------------------------------
Old:
----
nbsphinx-0.8.12.tar.gz
New:
----
nbsphinx-0.9.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-nbsphinx.spec ++++++
--- /var/tmp/diff_new_pack.IFA9bE/_old 2023-03-21 17:40:34.997559146 +0100
+++ /var/tmp/diff_new_pack.IFA9bE/_new 2023-03-21 17:40:35.001559165 +0100
@@ -16,9 +16,8 @@
#
-%define skip_python2 1
Name: python-nbsphinx
-Version: 0.8.12
+Version: 0.9.1
Release: 0
Summary: Jupyter Notebook Tools for Sphinx
License: MIT
@@ -77,7 +76,7 @@
%{python_expand # no other unit tests provided
# import the module.
export PYTHONPATH=%{buildroot}%{$python_sitelib}
-$python -m nbsphinx
+$python -c 'import nbsphinx'
# We cannot test it on our own doc/ because we lack the right Sphinx packages
#$python -m sphinx doc/ _build/ -Dsuppress_warnings=git.too_shallow -b html
}
@@ -85,8 +84,7 @@
%files %{python_files}
%doc NEWS.rst README.rst
%license LICENSE
-%{python_sitelib}/nbsphinx.py*
-%pycache_only %{python_sitelib}/__pycache__/nbsphinx.*.py*
+%{python_sitelib}/nbsphinx
%{python_sitelib}/nbsphinx-%{version}.dist-info
%changelog
++++++ nbsphinx-0.8.12.tar.gz -> nbsphinx-0.9.1.tar.gz ++++++
++++ 6845 lines of diff (skipped)