From 90ec18b67fbd4cc766b4fa3f68fe9d967cf685da4658bd64b7edad02d8aae849 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 15 Jan 2023 20:40:50 +0000 Subject: [PATCH] - Update to 5.7.3 * Undeprecate validate(nb, relax_add_props=True) #343 (@minrk) - Release 5.7.2 * Only require nbformat_minor for v4 #342 (@minrk) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbformat?expand=0&rev=37 --- nbformat-5.7.1.tar.gz | 3 --- nbformat-5.7.3.tar.gz | 3 +++ python-nbformat.changes | 8 ++++++++ python-nbformat.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 nbformat-5.7.1.tar.gz create mode 100644 nbformat-5.7.3.tar.gz diff --git a/nbformat-5.7.1.tar.gz b/nbformat-5.7.1.tar.gz deleted file mode 100644 index 43bc042..0000000 --- a/nbformat-5.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3810a0130453ed031970521d20989b8a592f3c2e73283a8280ae34ae1f75b3f8 -size 139291 diff --git a/nbformat-5.7.3.tar.gz b/nbformat-5.7.3.tar.gz new file mode 100644 index 0000000..aab8eee --- /dev/null +++ b/nbformat-5.7.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b021fca24d3a747bf4e626694033d792d594705829e5e35b14ee3369f9f6477 +size 140407 diff --git a/python-nbformat.changes b/python-nbformat.changes index 4793c79..6e0122e 100644 --- a/python-nbformat.changes +++ b/python-nbformat.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jan 15 20:39:15 UTC 2023 - Ben Greiner + +- Update to 5.7.3 + * Undeprecate validate(nb, relax_add_props=True) #343 (@minrk) +- Release 5.7.2 + * Only require nbformat_minor for v4 #342 (@minrk) + ------------------------------------------------------------------- Mon Dec 26 22:15:25 UTC 2022 - Ben Greiner diff --git a/python-nbformat.spec b/python-nbformat.spec index 1657a96..7e9c4aa 100644 --- a/python-nbformat.spec +++ b/python-nbformat.spec @@ -1,7 +1,7 @@ # # spec file for package python-nbformat # -# 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 @@ -18,7 +18,7 @@ %bcond_without libalternatives Name: python-nbformat -Version: 5.7.1 +Version: 5.7.3 Release: 0 Summary: The Jupyter Notebook format License: BSD-3-Clause