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-08-07 15:28:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nbconvert (Old)
and /work/SRC/openSUSE:Factory/.python-nbconvert.new.22712 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nbconvert"
Mon Aug 7 15:28:55 2023 rev:25 rq:1102581 version:7.7.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nbconvert/python-nbconvert.changes
2023-06-21 22:40:14.990512243 +0200
+++
/work/SRC/openSUSE:Factory/.python-nbconvert.new.22712/python-nbconvert.changes
2023-08-07 15:29:00.132281073 +0200
@@ -1,0 +2,32 @@
+Sat Aug 5 16:24:23 UTC 2023 - Arun Persaud <[email protected]>
+
+- specfile
+ * require flaky for tests
+
+- update to version 7.7.3:
+ * Bugs fixed
+ + Restore pauses during webpdf render #2025 (@jstorrs)
+
+- changes from version 7.7.2:
+ * Bugs fixed
+ + Show a warning if an image has no alternative text #2024
+ (@brichet)
+
+- changes from version 7.7.1:
+ * Bugs fixed
+ + Restore 'media=print' option #2022 (@brichet)
+
+- changes from version 7.7.0:
+ * Enhancements made
+ + [Accessibility] some accessibility improvements #2021 (@brichet)
+ + Adopt playwright #2013 (@brichet)
+ + Update to Jupyterlab 4 #2012 (@brichet)
+ * Bugs fixed
+ + html: write image/svg+xml data as base64 and skip clean_html
+ #2018 (@jstorrs)
+ + Remove HTML escaping JSON-encoded widget state #1934 (@manzt)
+ * Maintenance and upkeep improvements
+ + Fix lint error #2010 (@blink1073)
+ + Support Python 3.8-3.12 #2008 (@blink1073)
+
+-------------------------------------------------------------------
Old:
----
nbconvert-7.6.0.tar.gz
New:
----
nbconvert-7.7.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-nbconvert.spec ++++++
--- /var/tmp/diff_new_pack.4s93Uv/_old 2023-08-07 15:29:00.936286065 +0200
+++ /var/tmp/diff_new_pack.4s93Uv/_new 2023-08-07 15:29:00.944286114 +0200
@@ -29,17 +29,16 @@
%else
%bcond_with libalternatives
%endif
-
# 7.6.0 gets abbreviated by pythondistdeps
-%define shortversion 7.6
+%define shortversion 7.7.3
Name: python-nbconvert%{psuffix}
-Version: 7.6.0
+Version: 7.7.3
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
-BuildRequires: %{python_module base >= 3.7}
+BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module hatchling >= 0.25}
BuildRequires: %{python_module pip}
BuildRequires: fdupes
@@ -79,6 +78,7 @@
Requires(postun):update-alternatives
%endif
%if %{with test}
+BuildRequires: %{python_module flaky}
BuildRequires: %{python_module ipykernel}
BuildRequires: %{python_module ipywidgets >= 7}
BuildRequires: %{python_module nbconvert = %{version}}
++++++ nbconvert-7.6.0.tar.gz -> nbconvert-7.7.3.tar.gz ++++++
++++ 17424 lines of diff (skipped)