Accepting request 1082322 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to 5.8.0 * Add strip_invalid_metadata argument to validator normalize method #355 (@jonabc) * Only add ellipsis to NotJSONError message if message is truncated #344 (@rschroll) OBS-URL: https://build.opensuse.org/request/show/1082322 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbformat?expand=0&rev=39
This commit is contained in:
parent
90ec18b67f
commit
a6e0ee5f98
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b021fca24d3a747bf4e626694033d792d594705829e5e35b14ee3369f9f6477
|
||||
size 140407
|
3
nbformat-5.8.0.tar.gz
Normal file
3
nbformat-5.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46dac64c781f1c34dfd8acba16547024110348f9fc7eab0f31981c2a3dc48d1f
|
||||
size 140655
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 23 17:32:58 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 5.8.0
|
||||
* Add strip_invalid_metadata argument to validator normalize
|
||||
method #355 (@jonabc)
|
||||
* Only add ellipsis to NotJSONError message if message is
|
||||
truncated #344 (@rschroll)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 15 20:39:15 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%bcond_without libalternatives
|
||||
Name: python-nbformat
|
||||
Version: 5.7.3
|
||||
Version: 5.8.0
|
||||
Release: 0
|
||||
Summary: The Jupyter Notebook format
|
||||
License: BSD-3-Clause
|
||||
@ -92,7 +92,7 @@ sed -i 's/--color=yes//' pyproject.toml
|
||||
%python_uninstall_alternative jupyter-trust
|
||||
|
||||
%files %{python_files}
|
||||
%license COPYING.md
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%python_alternative jupyter-trust
|
||||
%{python_sitelib}/nbformat/
|
||||
|
Loading…
x
Reference in New Issue
Block a user