From adad6367c1ceffa611c7b6f3c57c1a9fdb2338bf4f145210cb942c84a68169b5 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 22 Jan 2023 13:04:30 +0000 Subject: [PATCH] - Update to 7.2.8 * always pass relax_add_props=True when validating #1936 (@minrk) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=49 --- nbconvert-7.2.7.tar.gz | 3 --- nbconvert-7.2.8.tar.gz | 3 +++ python-nbconvert.changes | 6 ++++++ python-nbconvert.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 nbconvert-7.2.7.tar.gz create mode 100644 nbconvert-7.2.8.tar.gz diff --git a/nbconvert-7.2.7.tar.gz b/nbconvert-7.2.7.tar.gz deleted file mode 100644 index 768bd35..0000000 --- a/nbconvert-7.2.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b727b0503bf4e0ff3907c8bea030d3fc4015fbee8669ac6ac2a5a6668b49d5e -size 867872 diff --git a/nbconvert-7.2.8.tar.gz b/nbconvert-7.2.8.tar.gz new file mode 100644 index 0000000..1f2b9ce --- /dev/null +++ b/nbconvert-7.2.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccedacde57a972836bfb46466485be29ed1364ed7c2f379f62bad47d340ece99 +size 870182 diff --git a/python-nbconvert.changes b/python-nbconvert.changes index 772947f..3c49a4b 100644 --- a/python-nbconvert.changes +++ b/python-nbconvert.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jan 22 13:03:26 UTC 2023 - Ben Greiner + +- Update to 7.2.8 + * always pass relax_add_props=True when validating #1936 (@minrk) + ------------------------------------------------------------------- Mon Dec 26 23:06:15 UTC 2022 - Ben Greiner diff --git a/python-nbconvert.spec b/python-nbconvert.spec index 8400fa5..7c910ab 100644 --- a/python-nbconvert.spec +++ b/python-nbconvert.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,7 +31,7 @@ %endif Name: python-nbconvert%{psuffix} -Version: 7.2.7 +Version: 7.2.8 Release: 0 Summary: Conversion of Jupyter Notebooks License: BSD-3-Clause AND MIT