Accepting request 799735 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version OBS-URL: https://build.opensuse.org/request/show/799735 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbformat?expand=0&rev=13
This commit is contained in:
parent
38953780da
commit
7bef5397ef
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:562de41fc7f4f481b79ab5d683279bf3a168858268d4387b489b7b02be0b324a
|
|
||||||
size 111745
|
|
3
nbformat-5.0.6.tar.gz
Normal file
3
nbformat-5.0.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:049af048ed76b95c3c44043620c17e56bc001329e07f83fec4f177f0e3d7b757
|
||||||
|
size 112341
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 2 20:16:36 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- update to version 5.0.6:
|
||||||
|
* nbformat.read() function has a better duck-type interface and will
|
||||||
|
raise more meaningful error messages if it can't parse a notebook
|
||||||
|
document.
|
||||||
|
|
||||||
|
- changes from version 5.0.5:
|
||||||
|
* Allow notebook format 4.0 and 4.1 to have the arbitrary JSON
|
||||||
|
mimebundles from format 4.2 for pragmatic purposes.
|
||||||
|
* Support reading/writing path-like objects has been added to read
|
||||||
|
operations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 10 16:11:19 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
Mon Feb 10 16:11:19 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-nbformat
|
|
||||||
Version: 5.0.4
|
|
||||||
Release: 0
|
|
||||||
%define doc_ver 5.0.4
|
%define doc_ver 5.0.4
|
||||||
|
Name: python-nbformat
|
||||||
|
Version: 5.0.6
|
||||||
|
Release: 0
|
||||||
Summary: The Jupyter Notebook format
|
Summary: The Jupyter Notebook format
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
@ -30,14 +30,6 @@ BuildRequires: %{python_module setuptools}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
# SECTION test requirements
|
|
||||||
BuildRequires: %{python_module ipython_genutils}
|
|
||||||
BuildRequires: %{python_module jsonschema > 2.5.0}
|
|
||||||
BuildRequires: %{python_module jupyter_core}
|
|
||||||
BuildRequires: %{python_module pytest}
|
|
||||||
BuildRequires: %{python_module testpath}
|
|
||||||
BuildRequires: %{python_module traitlets >= 4.1}
|
|
||||||
# /SECTION
|
|
||||||
Requires: jupyter-nbformat = %{version}
|
Requires: jupyter-nbformat = %{version}
|
||||||
Requires: python-ipython_genutils
|
Requires: python-ipython_genutils
|
||||||
Requires: python-jsonschema > 2.5.0
|
Requires: python-jsonschema > 2.5.0
|
||||||
@ -46,6 +38,14 @@ Requires: python-traitlets >= 4.1
|
|||||||
Provides: python-jupyter_nbformat = %{version}
|
Provides: python-jupyter_nbformat = %{version}
|
||||||
Obsoletes: python-jupyter_nbformat < %{version}
|
Obsoletes: python-jupyter_nbformat < %{version}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
# SECTION test requirements
|
||||||
|
BuildRequires: %{python_module ipython_genutils}
|
||||||
|
BuildRequires: %{python_module jsonschema > 2.5.0}
|
||||||
|
BuildRequires: %{python_module jupyter_core}
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
|
BuildRequires: %{python_module testpath}
|
||||||
|
BuildRequires: %{python_module traitlets >= 4.1}
|
||||||
|
# /SECTION
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user