- 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
This commit is contained in:
Benjamin Greiner 2023-01-15 20:40:50 +00:00 committed by Git OBS Bridge
parent 00044a4eed
commit 90ec18b67f
4 changed files with 13 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3810a0130453ed031970521d20989b8a592f3c2e73283a8280ae34ae1f75b3f8
size 139291

3
nbformat-5.7.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4b021fca24d3a747bf4e626694033d792d594705829e5e35b14ee3369f9f6477
size 140407

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jan 15 20:39:15 UTC 2023 - Ben Greiner <code@bnavigator.de>
- 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 <code@bnavigator.de>

View File

@ -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