diff --git a/nbconvert-7.13.1.tar.gz b/nbconvert-7.13.1.tar.gz deleted file mode 100644 index 4275ee0..0000000 --- a/nbconvert-7.13.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2dc8267dbdfeedce2dcd34c9e3f1b51af18f43cb105549d1c5a18189ec23ba85 -size 851593 diff --git a/nbconvert-7.14.2.tar.gz b/nbconvert-7.14.2.tar.gz new file mode 100644 index 0000000..ed04e7f --- /dev/null +++ b/nbconvert-7.14.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f8808fd4e082431673ac538400218dd45efd076fbeb07cc6e5aa5a3a4e949e +size 852202 diff --git a/python-nbconvert.changes b/python-nbconvert.changes index ad3a604..e14b2fe 100644 --- a/python-nbconvert.changes +++ b/python-nbconvert.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Jan 21 11:39:16 UTC 2024 - Ben Greiner + +- Update to 7.14.2 via 7.14.1, 7.14.0 + * Fix broken image scaling in case a custom width or height is + provided for the image #2094 (@AndSte01) + * Convert coalescese_streams function to + CoalesceStreamsPreprocessor #2089 (@ryan-williams) + * Fix webpdf test on Python 3.12 #2088 (@blink1073) + ------------------------------------------------------------------- Thu Dec 28 15:21:52 UTC 2023 - Ben Greiner diff --git a/python-nbconvert.spec b/python-nbconvert.spec index dcca9a4..2460118 100644 --- a/python-nbconvert.spec +++ b/python-nbconvert.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,9 +30,9 @@ %bcond_with libalternatives %endif # X.X.0 gets abbreviated by pythondistdeps -%define shortversion 7.13.1 +%define shortversion 7.14.2 Name: python-nbconvert%{psuffix} -Version: 7.13.1 +Version: 7.14.2 Release: 0 Summary: Conversion of Jupyter Notebooks License: BSD-3-Clause AND MIT