diff --git a/nbformat-5.0.4.tar.gz b/nbformat-5.0.4.tar.gz deleted file mode 100644 index acad64b..0000000 --- a/nbformat-5.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:562de41fc7f4f481b79ab5d683279bf3a168858268d4387b489b7b02be0b324a -size 111745 diff --git a/nbformat-5.0.6.tar.gz b/nbformat-5.0.6.tar.gz new file mode 100644 index 0000000..b7e01ad --- /dev/null +++ b/nbformat-5.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:049af048ed76b95c3c44043620c17e56bc001329e07f83fec4f177f0e3d7b757 +size 112341 diff --git a/python-nbformat.changes b/python-nbformat.changes index c65047c..9c3c73b 100644 --- a/python-nbformat.changes +++ b/python-nbformat.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat May 2 20:16:36 UTC 2020 - Arun Persaud + +- 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 diff --git a/python-nbformat.spec b/python-nbformat.spec index eab8aa7..1421f76 100644 --- a/python-nbformat.spec +++ b/python-nbformat.spec @@ -17,10 +17,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -Name: python-nbformat -Version: 5.0.4 -Release: 0 %define doc_ver 5.0.4 +Name: python-nbformat +Version: 5.0.6 +Release: 0 Summary: The Jupyter Notebook format License: BSD-3-Clause Group: Development/Languages/Python @@ -30,14 +30,6 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros 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: python-ipython_genutils Requires: python-jsonschema > 2.5.0 @@ -46,6 +38,14 @@ Requires: python-traitlets >= 4.1 Provides: python-jupyter_nbformat = %{version} Obsoletes: python-jupyter_nbformat < %{version} 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 %description