diff --git a/nbconvert-7.14.2.tar.gz b/nbconvert-7.14.2.tar.gz deleted file mode 100644 index ed04e7f..0000000 --- a/nbconvert-7.14.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7f8808fd4e082431673ac538400218dd45efd076fbeb07cc6e5aa5a3a4e949e -size 852202 diff --git a/nbconvert-7.16.0.tar.gz b/nbconvert-7.16.0.tar.gz new file mode 100644 index 0000000..cff4e21 --- /dev/null +++ b/nbconvert-7.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:813e6553796362489ae572e39ba1bff978536192fb518e10826b0e8cadf03ec8 +size 853637 diff --git a/python-nbconvert.changes b/python-nbconvert.changes index e14b2fe..eecf368 100644 --- a/python-nbconvert.changes +++ b/python-nbconvert.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Feb 7 19:37:17 UTC 2024 - Dirk Müller + +- update to 7.16.0: + * Add a toggle to skip the svg encoding of images #2106 + * Support configurable width and height of reveal presentations + ------------------------------------------------------------------- Sun Jan 21 11:39:16 UTC 2024 - Ben Greiner diff --git a/python-nbconvert.spec b/python-nbconvert.spec index 2460118..ba20d1f 100644 --- a/python-nbconvert.spec +++ b/python-nbconvert.spec @@ -1,5 +1,5 @@ # -# spec file +# spec file for package python-nbconvert # # Copyright (c) 2024 SUSE LLC # @@ -30,9 +30,9 @@ %bcond_with libalternatives %endif # X.X.0 gets abbreviated by pythondistdeps -%define shortversion 7.14.2 +%define shortversion 7.16 Name: python-nbconvert%{psuffix} -Version: 7.14.2 +Version: 7.16.0 Release: 0 Summary: Conversion of Jupyter Notebooks License: BSD-3-Clause AND MIT @@ -75,7 +75,7 @@ BuildRequires: alts Requires: alts %else Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives %endif %if %{with test} BuildRequires: %{python_module flaky}