From 29c5e358bc5788fc3371d70892778019677ac0d7d13111c3ecee4b7b36dc1e70 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 24 Sep 2023 18:10:10 +0000 Subject: [PATCH] - Update to 7.8.0 * MermaidJS 10.3.1, accessibility features, handle MIME #2034 (@bollwyvl) * Fix: Prevent error from all whitespace lang string #2036 (@Adamtaranto) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=70 --- nbconvert-7.7.4.tar.gz | 3 --- nbconvert-7.8.0.tar.gz | 3 +++ python-nbconvert.changes | 10 ++++++++++ python-nbconvert.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 nbconvert-7.7.4.tar.gz create mode 100644 nbconvert-7.8.0.tar.gz diff --git a/nbconvert-7.7.4.tar.gz b/nbconvert-7.7.4.tar.gz deleted file mode 100644 index 8dcb461..0000000 --- a/nbconvert-7.7.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1113d039fa3fc3a846ffa5a3b0a019e85aaa94c566a09fa0c400fb7638e46087 -size 849858 diff --git a/nbconvert-7.8.0.tar.gz b/nbconvert-7.8.0.tar.gz new file mode 100644 index 0000000..4d3d321 --- /dev/null +++ b/nbconvert-7.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5bc15a1247e14dd41ceef0c0a3bc70020e016576eb0578da62f1c5b4f950479 +size 850287 diff --git a/python-nbconvert.changes b/python-nbconvert.changes index 7f078e4..769f6e3 100644 --- a/python-nbconvert.changes +++ b/python-nbconvert.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Sep 24 18:09:21 UTC 2023 - Ben Greiner + +- Update to 7.8.0 + * MermaidJS 10.3.1, accessibility features, handle MIME #2034 + (@bollwyvl) + * Fix: Prevent error from all whitespace lang string #2036 + (@Adamtaranto) + + ------------------------------------------------------------------- Sat Aug 26 13:25:22 UTC 2023 - Ben Greiner diff --git a/python-nbconvert.spec b/python-nbconvert.spec index 973a858..651cba2 100644 --- a/python-nbconvert.spec +++ b/python-nbconvert.spec @@ -30,9 +30,9 @@ %bcond_with libalternatives %endif # X.X.0 gets abbreviated by pythondistdeps -%define shortversion 7.7.4 +%define shortversion 7.8 Name: python-nbconvert%{psuffix} -Version: 7.7.4 +Version: 7.8.0 Release: 0 Summary: Conversion of Jupyter Notebooks License: BSD-3-Clause AND MIT