Accepting request 697874 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
- Rename doc package to match jupyter package name.
- Update url
- Update to 4.4.0
* Explicitly state that metadata fields can be ignored.
* Introduce official jupyter namespace inside metadata (``metadata.jupyter``).
* Introduce ``source_hidden`` and ``outputs_hidden`` as official front-end
metadata fields to indicate hiding source and outputs areas. **NB**: These
fields should not be used to hide elements in exported formats.
* Fix ending the redundant storage of signatures in the signature database.
* :func:`nbformat.validate` can be set to not raise a ValidationError if
additional properties are included.
* Fix for errors with connecting and backing up the signature database.
* Dict-like objects added to NotebookNode attributes are now transformed to be
NotebookNode objects; transformation also works for `.update()`.
- Implement single-spec version.
- Update to 4.3.0
* A new pluggable ``SignatureStore`` class allows specifying different ways to
record the signatures of trusted notebooks. The default is still an SQLite
database. See :ref:`pluggable_signature_store` for more information.
* :func:`nbformat.read` and :func:`nbformat.write` accept file paths as bytes
as well as unicode.
* Fix for calling :func:`nbformat.validate` on an empty dictionary.
* Fix for running the tests where the locale makes ASCII the default encoding.
- Update to 4.2.0
* Update nbformat spec version to 4.2, allowing JSON outputs to have any JSONable type, not just ``object``,
and mime-types of the form ``application/anything+json``.
* Define basics of ``authors`` in notebook metadata.
``nb.metadata.authors`` shall be a list of objects with the property ``name``, a string of each author's full name.
* Update use of traitlets API to require traitlets 4.1.
* Support trusting notebooks on stdin with ``cat notebook | jupyter trust``
- Update to 4.1.0
* Update nbformat spec version to 4.1, adding support for attachments on markdown and raw cells.
* Catch errors opening trust database, falling back on ``:memory:`` if the database cannot be opened.
- Create doc subpackage
- update to version 4.0.1:
* setuptools entrypoint
* Add label to format docs for cross referencing
* ensure `--version` output has actual version
- Build documentation
- Initial version
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
- Rename doc package to match jupyter package name.
- Update url
- Update to 4.4.0
* Explicitly state that metadata fields can be ignored.
* Introduce official jupyter namespace inside metadata (``metadata.jupyter``).
* Introduce ``source_hidden`` and ``outputs_hidden`` as official front-end
metadata fields to indicate hiding source and outputs areas. **NB**: These
fields should not be used to hide elements in exported formats.
* Fix ending the redundant storage of signatures in the signature database.
* :func:`nbformat.validate` can be set to not raise a ValidationError if
additional properties are included.
* Fix for errors with connecting and backing up the signature database.
* Dict-like objects added to NotebookNode attributes are now transformed to be
NotebookNode objects; transformation also works for `.update()`.
- Implement single-spec version.
- Clean up update-alternatives usage.
- Update to 4.3.0
* A new pluggable ``SignatureStore`` class allows specifying different ways to
record the signatures of trusted notebooks. The default is still an SQLite
database. See :ref:`pluggable_signature_store` for more information.
* :func:`nbformat.read` and :func:`nbformat.write` accept file paths as bytes
as well as unicode.
* Fix for calling :func:`nbformat.validate` on an empty dictionary.
* Fix for running the tests where the locale makes ASCII the default encoding.
- Update to 4.2.0
* Update nbformat spec version to 4.2, allowing JSON outputs to have any JSONable type, not just ``object``,
and mime-types of the form ``application/anything+json``.
* Define basics of ``authors`` in notebook metadata.
``nb.metadata.authors`` shall be a list of objects with the property ``name``, a string of each author's full name.
* Update use of traitlets API to require traitlets 4.1.
* Support trusting notebooks on stdin with ``cat notebook | jupyter trust``
- Update to 4.1.0
* Update nbformat spec version to 4.1, adding support for attachments on markdown and raw cells.
* Catch errors opening trust database, falling back on ``:memory:`` if the database cannot be opened.
- Create doc subpackage
- update to version 4.0.1:
* setuptools entrypoint
* Add label to format docs for cross referencing
* ensure `--version` output has actual version
- Build documentation
- Initial version
OBS-URL: https://build.opensuse.org/request/show/697874
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbformat?expand=0&rev=1
2019-04-25 15:50:50 +00:00
|
|
|
#
|
|
|
|
# spec file for package python-nbformat
|
|
|
|
#
|
2020-02-10 18:52:03 +00:00
|
|
|
# Copyright (c) 2020 SUSE LLC
|
Accepting request 697874 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
- Rename doc package to match jupyter package name.
- Update url
- Update to 4.4.0
* Explicitly state that metadata fields can be ignored.
* Introduce official jupyter namespace inside metadata (``metadata.jupyter``).
* Introduce ``source_hidden`` and ``outputs_hidden`` as official front-end
metadata fields to indicate hiding source and outputs areas. **NB**: These
fields should not be used to hide elements in exported formats.
* Fix ending the redundant storage of signatures in the signature database.
* :func:`nbformat.validate` can be set to not raise a ValidationError if
additional properties are included.
* Fix for errors with connecting and backing up the signature database.
* Dict-like objects added to NotebookNode attributes are now transformed to be
NotebookNode objects; transformation also works for `.update()`.
- Implement single-spec version.
- Update to 4.3.0
* A new pluggable ``SignatureStore`` class allows specifying different ways to
record the signatures of trusted notebooks. The default is still an SQLite
database. See :ref:`pluggable_signature_store` for more information.
* :func:`nbformat.read` and :func:`nbformat.write` accept file paths as bytes
as well as unicode.
* Fix for calling :func:`nbformat.validate` on an empty dictionary.
* Fix for running the tests where the locale makes ASCII the default encoding.
- Update to 4.2.0
* Update nbformat spec version to 4.2, allowing JSON outputs to have any JSONable type, not just ``object``,
and mime-types of the form ``application/anything+json``.
* Define basics of ``authors`` in notebook metadata.
``nb.metadata.authors`` shall be a list of objects with the property ``name``, a string of each author's full name.
* Update use of traitlets API to require traitlets 4.1.
* Support trusting notebooks on stdin with ``cat notebook | jupyter trust``
- Update to 4.1.0
* Update nbformat spec version to 4.1, adding support for attachments on markdown and raw cells.
* Catch errors opening trust database, falling back on ``:memory:`` if the database cannot be opened.
- Create doc subpackage
- update to version 4.0.1:
* setuptools entrypoint
* Add label to format docs for cross referencing
* ensure `--version` output has actual version
- Build documentation
- Initial version
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
- Rename doc package to match jupyter package name.
- Update url
- Update to 4.4.0
* Explicitly state that metadata fields can be ignored.
* Introduce official jupyter namespace inside metadata (``metadata.jupyter``).
* Introduce ``source_hidden`` and ``outputs_hidden`` as official front-end
metadata fields to indicate hiding source and outputs areas. **NB**: These
fields should not be used to hide elements in exported formats.
* Fix ending the redundant storage of signatures in the signature database.
* :func:`nbformat.validate` can be set to not raise a ValidationError if
additional properties are included.
* Fix for errors with connecting and backing up the signature database.
* Dict-like objects added to NotebookNode attributes are now transformed to be
NotebookNode objects; transformation also works for `.update()`.
- Implement single-spec version.
- Clean up update-alternatives usage.
- Update to 4.3.0
* A new pluggable ``SignatureStore`` class allows specifying different ways to
record the signatures of trusted notebooks. The default is still an SQLite
database. See :ref:`pluggable_signature_store` for more information.
* :func:`nbformat.read` and :func:`nbformat.write` accept file paths as bytes
as well as unicode.
* Fix for calling :func:`nbformat.validate` on an empty dictionary.
* Fix for running the tests where the locale makes ASCII the default encoding.
- Update to 4.2.0
* Update nbformat spec version to 4.2, allowing JSON outputs to have any JSONable type, not just ``object``,
and mime-types of the form ``application/anything+json``.
* Define basics of ``authors`` in notebook metadata.
``nb.metadata.authors`` shall be a list of objects with the property ``name``, a string of each author's full name.
* Update use of traitlets API to require traitlets 4.1.
* Support trusting notebooks on stdin with ``cat notebook | jupyter trust``
- Update to 4.1.0
* Update nbformat spec version to 4.1, adding support for attachments on markdown and raw cells.
* Catch errors opening trust database, falling back on ``:memory:`` if the database cannot be opened.
- Create doc subpackage
- update to version 4.0.1:
* setuptools entrypoint
* Add label to format docs for cross referencing
* ensure `--version` output has actual version
- Build documentation
- Initial version
OBS-URL: https://build.opensuse.org/request/show/697874
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbformat?expand=0&rev=1
2019-04-25 15:50:50 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
2020-05-23 13:47:16 +00:00
|
|
|
%define doc_ver 5.0.4
|
Accepting request 697874 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
- Rename doc package to match jupyter package name.
- Update url
- Update to 4.4.0
* Explicitly state that metadata fields can be ignored.
* Introduce official jupyter namespace inside metadata (``metadata.jupyter``).
* Introduce ``source_hidden`` and ``outputs_hidden`` as official front-end
metadata fields to indicate hiding source and outputs areas. **NB**: These
fields should not be used to hide elements in exported formats.
* Fix ending the redundant storage of signatures in the signature database.
* :func:`nbformat.validate` can be set to not raise a ValidationError if
additional properties are included.
* Fix for errors with connecting and backing up the signature database.
* Dict-like objects added to NotebookNode attributes are now transformed to be
NotebookNode objects; transformation also works for `.update()`.
- Implement single-spec version.
- Update to 4.3.0
* A new pluggable ``SignatureStore`` class allows specifying different ways to
record the signatures of trusted notebooks. The default is still an SQLite
database. See :ref:`pluggable_signature_store` for more information.
* :func:`nbformat.read` and :func:`nbformat.write` accept file paths as bytes
as well as unicode.
* Fix for calling :func:`nbformat.validate` on an empty dictionary.
* Fix for running the tests where the locale makes ASCII the default encoding.
- Update to 4.2.0
* Update nbformat spec version to 4.2, allowing JSON outputs to have any JSONable type, not just ``object``,
and mime-types of the form ``application/anything+json``.
* Define basics of ``authors`` in notebook metadata.
``nb.metadata.authors`` shall be a list of objects with the property ``name``, a string of each author's full name.
* Update use of traitlets API to require traitlets 4.1.
* Support trusting notebooks on stdin with ``cat notebook | jupyter trust``
- Update to 4.1.0
* Update nbformat spec version to 4.1, adding support for attachments on markdown and raw cells.
* Catch errors opening trust database, falling back on ``:memory:`` if the database cannot be opened.
- Create doc subpackage
- update to version 4.0.1:
* setuptools entrypoint
* Add label to format docs for cross referencing
* ensure `--version` output has actual version
- Build documentation
- Initial version
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
- Rename doc package to match jupyter package name.
- Update url
- Update to 4.4.0
* Explicitly state that metadata fields can be ignored.
* Introduce official jupyter namespace inside metadata (``metadata.jupyter``).
* Introduce ``source_hidden`` and ``outputs_hidden`` as official front-end
metadata fields to indicate hiding source and outputs areas. **NB**: These
fields should not be used to hide elements in exported formats.
* Fix ending the redundant storage of signatures in the signature database.
* :func:`nbformat.validate` can be set to not raise a ValidationError if
additional properties are included.
* Fix for errors with connecting and backing up the signature database.
* Dict-like objects added to NotebookNode attributes are now transformed to be
NotebookNode objects; transformation also works for `.update()`.
- Implement single-spec version.
- Clean up update-alternatives usage.
- Update to 4.3.0
* A new pluggable ``SignatureStore`` class allows specifying different ways to
record the signatures of trusted notebooks. The default is still an SQLite
database. See :ref:`pluggable_signature_store` for more information.
* :func:`nbformat.read` and :func:`nbformat.write` accept file paths as bytes
as well as unicode.
* Fix for calling :func:`nbformat.validate` on an empty dictionary.
* Fix for running the tests where the locale makes ASCII the default encoding.
- Update to 4.2.0
* Update nbformat spec version to 4.2, allowing JSON outputs to have any JSONable type, not just ``object``,
and mime-types of the form ``application/anything+json``.
* Define basics of ``authors`` in notebook metadata.
``nb.metadata.authors`` shall be a list of objects with the property ``name``, a string of each author's full name.
* Update use of traitlets API to require traitlets 4.1.
* Support trusting notebooks on stdin with ``cat notebook | jupyter trust``
- Update to 4.1.0
* Update nbformat spec version to 4.1, adding support for attachments on markdown and raw cells.
* Catch errors opening trust database, falling back on ``:memory:`` if the database cannot be opened.
- Create doc subpackage
- update to version 4.0.1:
* setuptools entrypoint
* Add label to format docs for cross referencing
* ensure `--version` output has actual version
- Build documentation
- Initial version
OBS-URL: https://build.opensuse.org/request/show/697874
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbformat?expand=0&rev=1
2019-04-25 15:50:50 +00:00
|
|
|
Name: python-nbformat
|
2020-06-29 07:56:26 +00:00
|
|
|
Version: 5.0.7
|
Accepting request 697874 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
- Rename doc package to match jupyter package name.
- Update url
- Update to 4.4.0
* Explicitly state that metadata fields can be ignored.
* Introduce official jupyter namespace inside metadata (``metadata.jupyter``).
* Introduce ``source_hidden`` and ``outputs_hidden`` as official front-end
metadata fields to indicate hiding source and outputs areas. **NB**: These
fields should not be used to hide elements in exported formats.
* Fix ending the redundant storage of signatures in the signature database.
* :func:`nbformat.validate` can be set to not raise a ValidationError if
additional properties are included.
* Fix for errors with connecting and backing up the signature database.
* Dict-like objects added to NotebookNode attributes are now transformed to be
NotebookNode objects; transformation also works for `.update()`.
- Implement single-spec version.
- Update to 4.3.0
* A new pluggable ``SignatureStore`` class allows specifying different ways to
record the signatures of trusted notebooks. The default is still an SQLite
database. See :ref:`pluggable_signature_store` for more information.
* :func:`nbformat.read` and :func:`nbformat.write` accept file paths as bytes
as well as unicode.
* Fix for calling :func:`nbformat.validate` on an empty dictionary.
* Fix for running the tests where the locale makes ASCII the default encoding.
- Update to 4.2.0
* Update nbformat spec version to 4.2, allowing JSON outputs to have any JSONable type, not just ``object``,
and mime-types of the form ``application/anything+json``.
* Define basics of ``authors`` in notebook metadata.
``nb.metadata.authors`` shall be a list of objects with the property ``name``, a string of each author's full name.
* Update use of traitlets API to require traitlets 4.1.
* Support trusting notebooks on stdin with ``cat notebook | jupyter trust``
- Update to 4.1.0
* Update nbformat spec version to 4.1, adding support for attachments on markdown and raw cells.
* Catch errors opening trust database, falling back on ``:memory:`` if the database cannot be opened.
- Create doc subpackage
- update to version 4.0.1:
* setuptools entrypoint
* Add label to format docs for cross referencing
* ensure `--version` output has actual version
- Build documentation
- Initial version
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
- Rename doc package to match jupyter package name.
- Update url
- Update to 4.4.0
* Explicitly state that metadata fields can be ignored.
* Introduce official jupyter namespace inside metadata (``metadata.jupyter``).
* Introduce ``source_hidden`` and ``outputs_hidden`` as official front-end
metadata fields to indicate hiding source and outputs areas. **NB**: These
fields should not be used to hide elements in exported formats.
* Fix ending the redundant storage of signatures in the signature database.
* :func:`nbformat.validate` can be set to not raise a ValidationError if
additional properties are included.
* Fix for errors with connecting and backing up the signature database.
* Dict-like objects added to NotebookNode attributes are now transformed to be
NotebookNode objects; transformation also works for `.update()`.
- Implement single-spec version.
- Clean up update-alternatives usage.
- Update to 4.3.0
* A new pluggable ``SignatureStore`` class allows specifying different ways to
record the signatures of trusted notebooks. The default is still an SQLite
database. See :ref:`pluggable_signature_store` for more information.
* :func:`nbformat.read` and :func:`nbformat.write` accept file paths as bytes
as well as unicode.
* Fix for calling :func:`nbformat.validate` on an empty dictionary.
* Fix for running the tests where the locale makes ASCII the default encoding.
- Update to 4.2.0
* Update nbformat spec version to 4.2, allowing JSON outputs to have any JSONable type, not just ``object``,
and mime-types of the form ``application/anything+json``.
* Define basics of ``authors`` in notebook metadata.
``nb.metadata.authors`` shall be a list of objects with the property ``name``, a string of each author's full name.
* Update use of traitlets API to require traitlets 4.1.
* Support trusting notebooks on stdin with ``cat notebook | jupyter trust``
- Update to 4.1.0
* Update nbformat spec version to 4.1, adding support for attachments on markdown and raw cells.
* Catch errors opening trust database, falling back on ``:memory:`` if the database cannot be opened.
- Create doc subpackage
- update to version 4.0.1:
* setuptools entrypoint
* Add label to format docs for cross referencing
* ensure `--version` output has actual version
- Build documentation
- Initial version
OBS-URL: https://build.opensuse.org/request/show/697874
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbformat?expand=0&rev=1
2019-04-25 15:50:50 +00:00
|
|
|
Release: 0
|
|
|
|
Summary: The Jupyter Notebook format
|
|
|
|
License: BSD-3-Clause
|
|
|
|
Group: Development/Languages/Python
|
2019-04-26 16:41:19 +00:00
|
|
|
URL: https://github.com/jupyter/nbformat
|
Accepting request 697874 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
- Rename doc package to match jupyter package name.
- Update url
- Update to 4.4.0
* Explicitly state that metadata fields can be ignored.
* Introduce official jupyter namespace inside metadata (``metadata.jupyter``).
* Introduce ``source_hidden`` and ``outputs_hidden`` as official front-end
metadata fields to indicate hiding source and outputs areas. **NB**: These
fields should not be used to hide elements in exported formats.
* Fix ending the redundant storage of signatures in the signature database.
* :func:`nbformat.validate` can be set to not raise a ValidationError if
additional properties are included.
* Fix for errors with connecting and backing up the signature database.
* Dict-like objects added to NotebookNode attributes are now transformed to be
NotebookNode objects; transformation also works for `.update()`.
- Implement single-spec version.
- Update to 4.3.0
* A new pluggable ``SignatureStore`` class allows specifying different ways to
record the signatures of trusted notebooks. The default is still an SQLite
database. See :ref:`pluggable_signature_store` for more information.
* :func:`nbformat.read` and :func:`nbformat.write` accept file paths as bytes
as well as unicode.
* Fix for calling :func:`nbformat.validate` on an empty dictionary.
* Fix for running the tests where the locale makes ASCII the default encoding.
- Update to 4.2.0
* Update nbformat spec version to 4.2, allowing JSON outputs to have any JSONable type, not just ``object``,
and mime-types of the form ``application/anything+json``.
* Define basics of ``authors`` in notebook metadata.
``nb.metadata.authors`` shall be a list of objects with the property ``name``, a string of each author's full name.
* Update use of traitlets API to require traitlets 4.1.
* Support trusting notebooks on stdin with ``cat notebook | jupyter trust``
- Update to 4.1.0
* Update nbformat spec version to 4.1, adding support for attachments on markdown and raw cells.
* Catch errors opening trust database, falling back on ``:memory:`` if the database cannot be opened.
- Create doc subpackage
- update to version 4.0.1:
* setuptools entrypoint
* Add label to format docs for cross referencing
* ensure `--version` output has actual version
- Build documentation
- Initial version
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
- Rename doc package to match jupyter package name.
- Update url
- Update to 4.4.0
* Explicitly state that metadata fields can be ignored.
* Introduce official jupyter namespace inside metadata (``metadata.jupyter``).
* Introduce ``source_hidden`` and ``outputs_hidden`` as official front-end
metadata fields to indicate hiding source and outputs areas. **NB**: These
fields should not be used to hide elements in exported formats.
* Fix ending the redundant storage of signatures in the signature database.
* :func:`nbformat.validate` can be set to not raise a ValidationError if
additional properties are included.
* Fix for errors with connecting and backing up the signature database.
* Dict-like objects added to NotebookNode attributes are now transformed to be
NotebookNode objects; transformation also works for `.update()`.
- Implement single-spec version.
- Clean up update-alternatives usage.
- Update to 4.3.0
* A new pluggable ``SignatureStore`` class allows specifying different ways to
record the signatures of trusted notebooks. The default is still an SQLite
database. See :ref:`pluggable_signature_store` for more information.
* :func:`nbformat.read` and :func:`nbformat.write` accept file paths as bytes
as well as unicode.
* Fix for calling :func:`nbformat.validate` on an empty dictionary.
* Fix for running the tests where the locale makes ASCII the default encoding.
- Update to 4.2.0
* Update nbformat spec version to 4.2, allowing JSON outputs to have any JSONable type, not just ``object``,
and mime-types of the form ``application/anything+json``.
* Define basics of ``authors`` in notebook metadata.
``nb.metadata.authors`` shall be a list of objects with the property ``name``, a string of each author's full name.
* Update use of traitlets API to require traitlets 4.1.
* Support trusting notebooks on stdin with ``cat notebook | jupyter trust``
- Update to 4.1.0
* Update nbformat spec version to 4.1, adding support for attachments on markdown and raw cells.
* Catch errors opening trust database, falling back on ``:memory:`` if the database cannot be opened.
- Create doc subpackage
- update to version 4.0.1:
* setuptools entrypoint
* Add label to format docs for cross referencing
* ensure `--version` output has actual version
- Build documentation
- Initial version
OBS-URL: https://build.opensuse.org/request/show/697874
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbformat?expand=0&rev=1
2019-04-25 15:50:50 +00:00
|
|
|
Source: https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-%{version}.tar.gz
|
|
|
|
BuildRequires: %{python_module setuptools}
|
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: python-rpm-macros
|
2019-08-11 02:30:43 +00:00
|
|
|
BuildRequires: unzip
|
2019-04-26 16:41:19 +00:00
|
|
|
Requires: jupyter-nbformat = %{version}
|
Accepting request 697874 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
- Rename doc package to match jupyter package name.
- Update url
- Update to 4.4.0
* Explicitly state that metadata fields can be ignored.
* Introduce official jupyter namespace inside metadata (``metadata.jupyter``).
* Introduce ``source_hidden`` and ``outputs_hidden`` as official front-end
metadata fields to indicate hiding source and outputs areas. **NB**: These
fields should not be used to hide elements in exported formats.
* Fix ending the redundant storage of signatures in the signature database.
* :func:`nbformat.validate` can be set to not raise a ValidationError if
additional properties are included.
* Fix for errors with connecting and backing up the signature database.
* Dict-like objects added to NotebookNode attributes are now transformed to be
NotebookNode objects; transformation also works for `.update()`.
- Implement single-spec version.
- Update to 4.3.0
* A new pluggable ``SignatureStore`` class allows specifying different ways to
record the signatures of trusted notebooks. The default is still an SQLite
database. See :ref:`pluggable_signature_store` for more information.
* :func:`nbformat.read` and :func:`nbformat.write` accept file paths as bytes
as well as unicode.
* Fix for calling :func:`nbformat.validate` on an empty dictionary.
* Fix for running the tests where the locale makes ASCII the default encoding.
- Update to 4.2.0
* Update nbformat spec version to 4.2, allowing JSON outputs to have any JSONable type, not just ``object``,
and mime-types of the form ``application/anything+json``.
* Define basics of ``authors`` in notebook metadata.
``nb.metadata.authors`` shall be a list of objects with the property ``name``, a string of each author's full name.
* Update use of traitlets API to require traitlets 4.1.
* Support trusting notebooks on stdin with ``cat notebook | jupyter trust``
- Update to 4.1.0
* Update nbformat spec version to 4.1, adding support for attachments on markdown and raw cells.
* Catch errors opening trust database, falling back on ``:memory:`` if the database cannot be opened.
- Create doc subpackage
- update to version 4.0.1:
* setuptools entrypoint
* Add label to format docs for cross referencing
* ensure `--version` output has actual version
- Build documentation
- Initial version
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
- Rename doc package to match jupyter package name.
- Update url
- Update to 4.4.0
* Explicitly state that metadata fields can be ignored.
* Introduce official jupyter namespace inside metadata (``metadata.jupyter``).
* Introduce ``source_hidden`` and ``outputs_hidden`` as official front-end
metadata fields to indicate hiding source and outputs areas. **NB**: These
fields should not be used to hide elements in exported formats.
* Fix ending the redundant storage of signatures in the signature database.
* :func:`nbformat.validate` can be set to not raise a ValidationError if
additional properties are included.
* Fix for errors with connecting and backing up the signature database.
* Dict-like objects added to NotebookNode attributes are now transformed to be
NotebookNode objects; transformation also works for `.update()`.
- Implement single-spec version.
- Clean up update-alternatives usage.
- Update to 4.3.0
* A new pluggable ``SignatureStore`` class allows specifying different ways to
record the signatures of trusted notebooks. The default is still an SQLite
database. See :ref:`pluggable_signature_store` for more information.
* :func:`nbformat.read` and :func:`nbformat.write` accept file paths as bytes
as well as unicode.
* Fix for calling :func:`nbformat.validate` on an empty dictionary.
* Fix for running the tests where the locale makes ASCII the default encoding.
- Update to 4.2.0
* Update nbformat spec version to 4.2, allowing JSON outputs to have any JSONable type, not just ``object``,
and mime-types of the form ``application/anything+json``.
* Define basics of ``authors`` in notebook metadata.
``nb.metadata.authors`` shall be a list of objects with the property ``name``, a string of each author's full name.
* Update use of traitlets API to require traitlets 4.1.
* Support trusting notebooks on stdin with ``cat notebook | jupyter trust``
- Update to 4.1.0
* Update nbformat spec version to 4.1, adding support for attachments on markdown and raw cells.
* Catch errors opening trust database, falling back on ``:memory:`` if the database cannot be opened.
- Create doc subpackage
- update to version 4.0.1:
* setuptools entrypoint
* Add label to format docs for cross referencing
* ensure `--version` output has actual version
- Build documentation
- Initial version
OBS-URL: https://build.opensuse.org/request/show/697874
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbformat?expand=0&rev=1
2019-04-25 15:50:50 +00:00
|
|
|
Requires: python-ipython_genutils
|
|
|
|
Requires: python-jsonschema > 2.5.0
|
|
|
|
Requires: python-jupyter_core
|
|
|
|
Requires: python-traitlets >= 4.1
|
|
|
|
Provides: python-jupyter_nbformat = %{version}
|
2020-02-10 18:52:03 +00:00
|
|
|
Obsoletes: python-jupyter_nbformat < %{version}
|
Accepting request 697874 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
- Rename doc package to match jupyter package name.
- Update url
- Update to 4.4.0
* Explicitly state that metadata fields can be ignored.
* Introduce official jupyter namespace inside metadata (``metadata.jupyter``).
* Introduce ``source_hidden`` and ``outputs_hidden`` as official front-end
metadata fields to indicate hiding source and outputs areas. **NB**: These
fields should not be used to hide elements in exported formats.
* Fix ending the redundant storage of signatures in the signature database.
* :func:`nbformat.validate` can be set to not raise a ValidationError if
additional properties are included.
* Fix for errors with connecting and backing up the signature database.
* Dict-like objects added to NotebookNode attributes are now transformed to be
NotebookNode objects; transformation also works for `.update()`.
- Implement single-spec version.
- Update to 4.3.0
* A new pluggable ``SignatureStore`` class allows specifying different ways to
record the signatures of trusted notebooks. The default is still an SQLite
database. See :ref:`pluggable_signature_store` for more information.
* :func:`nbformat.read` and :func:`nbformat.write` accept file paths as bytes
as well as unicode.
* Fix for calling :func:`nbformat.validate` on an empty dictionary.
* Fix for running the tests where the locale makes ASCII the default encoding.
- Update to 4.2.0
* Update nbformat spec version to 4.2, allowing JSON outputs to have any JSONable type, not just ``object``,
and mime-types of the form ``application/anything+json``.
* Define basics of ``authors`` in notebook metadata.
``nb.metadata.authors`` shall be a list of objects with the property ``name``, a string of each author's full name.
* Update use of traitlets API to require traitlets 4.1.
* Support trusting notebooks on stdin with ``cat notebook | jupyter trust``
- Update to 4.1.0
* Update nbformat spec version to 4.1, adding support for attachments on markdown and raw cells.
* Catch errors opening trust database, falling back on ``:memory:`` if the database cannot be opened.
- Create doc subpackage
- update to version 4.0.1:
* setuptools entrypoint
* Add label to format docs for cross referencing
* ensure `--version` output has actual version
- Build documentation
- Initial version
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
- Rename doc package to match jupyter package name.
- Update url
- Update to 4.4.0
* Explicitly state that metadata fields can be ignored.
* Introduce official jupyter namespace inside metadata (``metadata.jupyter``).
* Introduce ``source_hidden`` and ``outputs_hidden`` as official front-end
metadata fields to indicate hiding source and outputs areas. **NB**: These
fields should not be used to hide elements in exported formats.
* Fix ending the redundant storage of signatures in the signature database.
* :func:`nbformat.validate` can be set to not raise a ValidationError if
additional properties are included.
* Fix for errors with connecting and backing up the signature database.
* Dict-like objects added to NotebookNode attributes are now transformed to be
NotebookNode objects; transformation also works for `.update()`.
- Implement single-spec version.
- Clean up update-alternatives usage.
- Update to 4.3.0
* A new pluggable ``SignatureStore`` class allows specifying different ways to
record the signatures of trusted notebooks. The default is still an SQLite
database. See :ref:`pluggable_signature_store` for more information.
* :func:`nbformat.read` and :func:`nbformat.write` accept file paths as bytes
as well as unicode.
* Fix for calling :func:`nbformat.validate` on an empty dictionary.
* Fix for running the tests where the locale makes ASCII the default encoding.
- Update to 4.2.0
* Update nbformat spec version to 4.2, allowing JSON outputs to have any JSONable type, not just ``object``,
and mime-types of the form ``application/anything+json``.
* Define basics of ``authors`` in notebook metadata.
``nb.metadata.authors`` shall be a list of objects with the property ``name``, a string of each author's full name.
* Update use of traitlets API to require traitlets 4.1.
* Support trusting notebooks on stdin with ``cat notebook | jupyter trust``
- Update to 4.1.0
* Update nbformat spec version to 4.1, adding support for attachments on markdown and raw cells.
* Catch errors opening trust database, falling back on ``:memory:`` if the database cannot be opened.
- Create doc subpackage
- update to version 4.0.1:
* setuptools entrypoint
* Add label to format docs for cross referencing
* ensure `--version` output has actual version
- Build documentation
- Initial version
OBS-URL: https://build.opensuse.org/request/show/697874
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbformat?expand=0&rev=1
2019-04-25 15:50:50 +00:00
|
|
|
BuildArch: noarch
|
2020-05-23 13:47:16 +00:00
|
|
|
# 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
|
Accepting request 697874 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
- Rename doc package to match jupyter package name.
- Update url
- Update to 4.4.0
* Explicitly state that metadata fields can be ignored.
* Introduce official jupyter namespace inside metadata (``metadata.jupyter``).
* Introduce ``source_hidden`` and ``outputs_hidden`` as official front-end
metadata fields to indicate hiding source and outputs areas. **NB**: These
fields should not be used to hide elements in exported formats.
* Fix ending the redundant storage of signatures in the signature database.
* :func:`nbformat.validate` can be set to not raise a ValidationError if
additional properties are included.
* Fix for errors with connecting and backing up the signature database.
* Dict-like objects added to NotebookNode attributes are now transformed to be
NotebookNode objects; transformation also works for `.update()`.
- Implement single-spec version.
- Update to 4.3.0
* A new pluggable ``SignatureStore`` class allows specifying different ways to
record the signatures of trusted notebooks. The default is still an SQLite
database. See :ref:`pluggable_signature_store` for more information.
* :func:`nbformat.read` and :func:`nbformat.write` accept file paths as bytes
as well as unicode.
* Fix for calling :func:`nbformat.validate` on an empty dictionary.
* Fix for running the tests where the locale makes ASCII the default encoding.
- Update to 4.2.0
* Update nbformat spec version to 4.2, allowing JSON outputs to have any JSONable type, not just ``object``,
and mime-types of the form ``application/anything+json``.
* Define basics of ``authors`` in notebook metadata.
``nb.metadata.authors`` shall be a list of objects with the property ``name``, a string of each author's full name.
* Update use of traitlets API to require traitlets 4.1.
* Support trusting notebooks on stdin with ``cat notebook | jupyter trust``
- Update to 4.1.0
* Update nbformat spec version to 4.1, adding support for attachments on markdown and raw cells.
* Catch errors opening trust database, falling back on ``:memory:`` if the database cannot be opened.
- Create doc subpackage
- update to version 4.0.1:
* setuptools entrypoint
* Add label to format docs for cross referencing
* ensure `--version` output has actual version
- Build documentation
- Initial version
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
- Rename doc package to match jupyter package name.
- Update url
- Update to 4.4.0
* Explicitly state that metadata fields can be ignored.
* Introduce official jupyter namespace inside metadata (``metadata.jupyter``).
* Introduce ``source_hidden`` and ``outputs_hidden`` as official front-end
metadata fields to indicate hiding source and outputs areas. **NB**: These
fields should not be used to hide elements in exported formats.
* Fix ending the redundant storage of signatures in the signature database.
* :func:`nbformat.validate` can be set to not raise a ValidationError if
additional properties are included.
* Fix for errors with connecting and backing up the signature database.
* Dict-like objects added to NotebookNode attributes are now transformed to be
NotebookNode objects; transformation also works for `.update()`.
- Implement single-spec version.
- Clean up update-alternatives usage.
- Update to 4.3.0
* A new pluggable ``SignatureStore`` class allows specifying different ways to
record the signatures of trusted notebooks. The default is still an SQLite
database. See :ref:`pluggable_signature_store` for more information.
* :func:`nbformat.read` and :func:`nbformat.write` accept file paths as bytes
as well as unicode.
* Fix for calling :func:`nbformat.validate` on an empty dictionary.
* Fix for running the tests where the locale makes ASCII the default encoding.
- Update to 4.2.0
* Update nbformat spec version to 4.2, allowing JSON outputs to have any JSONable type, not just ``object``,
and mime-types of the form ``application/anything+json``.
* Define basics of ``authors`` in notebook metadata.
``nb.metadata.authors`` shall be a list of objects with the property ``name``, a string of each author's full name.
* Update use of traitlets API to require traitlets 4.1.
* Support trusting notebooks on stdin with ``cat notebook | jupyter trust``
- Update to 4.1.0
* Update nbformat spec version to 4.1, adding support for attachments on markdown and raw cells.
* Catch errors opening trust database, falling back on ``:memory:`` if the database cannot be opened.
- Create doc subpackage
- update to version 4.0.1:
* setuptools entrypoint
* Add label to format docs for cross referencing
* ensure `--version` output has actual version
- Build documentation
- Initial version
OBS-URL: https://build.opensuse.org/request/show/697874
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbformat?expand=0&rev=1
2019-04-25 15:50:50 +00:00
|
|
|
%python_subpackages
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains the base implementation of the Jupyter Notebook format,
|
|
|
|
and Python APIs for working with notebooks.
|
|
|
|
|
|
|
|
This package provides the python interface.
|
|
|
|
|
|
|
|
%package -n jupyter-nbformat
|
|
|
|
Summary: The Jupyter Notebook format
|
2020-02-10 18:52:03 +00:00
|
|
|
Group: Development/Languages/Python
|
Accepting request 697874 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
- Rename doc package to match jupyter package name.
- Update url
- Update to 4.4.0
* Explicitly state that metadata fields can be ignored.
* Introduce official jupyter namespace inside metadata (``metadata.jupyter``).
* Introduce ``source_hidden`` and ``outputs_hidden`` as official front-end
metadata fields to indicate hiding source and outputs areas. **NB**: These
fields should not be used to hide elements in exported formats.
* Fix ending the redundant storage of signatures in the signature database.
* :func:`nbformat.validate` can be set to not raise a ValidationError if
additional properties are included.
* Fix for errors with connecting and backing up the signature database.
* Dict-like objects added to NotebookNode attributes are now transformed to be
NotebookNode objects; transformation also works for `.update()`.
- Implement single-spec version.
- Update to 4.3.0
* A new pluggable ``SignatureStore`` class allows specifying different ways to
record the signatures of trusted notebooks. The default is still an SQLite
database. See :ref:`pluggable_signature_store` for more information.
* :func:`nbformat.read` and :func:`nbformat.write` accept file paths as bytes
as well as unicode.
* Fix for calling :func:`nbformat.validate` on an empty dictionary.
* Fix for running the tests where the locale makes ASCII the default encoding.
- Update to 4.2.0
* Update nbformat spec version to 4.2, allowing JSON outputs to have any JSONable type, not just ``object``,
and mime-types of the form ``application/anything+json``.
* Define basics of ``authors`` in notebook metadata.
``nb.metadata.authors`` shall be a list of objects with the property ``name``, a string of each author's full name.
* Update use of traitlets API to require traitlets 4.1.
* Support trusting notebooks on stdin with ``cat notebook | jupyter trust``
- Update to 4.1.0
* Update nbformat spec version to 4.1, adding support for attachments on markdown and raw cells.
* Catch errors opening trust database, falling back on ``:memory:`` if the database cannot be opened.
- Create doc subpackage
- update to version 4.0.1:
* setuptools entrypoint
* Add label to format docs for cross referencing
* ensure `--version` output has actual version
- Build documentation
- Initial version
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
- Rename doc package to match jupyter package name.
- Update url
- Update to 4.4.0
* Explicitly state that metadata fields can be ignored.
* Introduce official jupyter namespace inside metadata (``metadata.jupyter``).
* Introduce ``source_hidden`` and ``outputs_hidden`` as official front-end
metadata fields to indicate hiding source and outputs areas. **NB**: These
fields should not be used to hide elements in exported formats.
* Fix ending the redundant storage of signatures in the signature database.
* :func:`nbformat.validate` can be set to not raise a ValidationError if
additional properties are included.
* Fix for errors with connecting and backing up the signature database.
* Dict-like objects added to NotebookNode attributes are now transformed to be
NotebookNode objects; transformation also works for `.update()`.
- Implement single-spec version.
- Clean up update-alternatives usage.
- Update to 4.3.0
* A new pluggable ``SignatureStore`` class allows specifying different ways to
record the signatures of trusted notebooks. The default is still an SQLite
database. See :ref:`pluggable_signature_store` for more information.
* :func:`nbformat.read` and :func:`nbformat.write` accept file paths as bytes
as well as unicode.
* Fix for calling :func:`nbformat.validate` on an empty dictionary.
* Fix for running the tests where the locale makes ASCII the default encoding.
- Update to 4.2.0
* Update nbformat spec version to 4.2, allowing JSON outputs to have any JSONable type, not just ``object``,
and mime-types of the form ``application/anything+json``.
* Define basics of ``authors`` in notebook metadata.
``nb.metadata.authors`` shall be a list of objects with the property ``name``, a string of each author's full name.
* Update use of traitlets API to require traitlets 4.1.
* Support trusting notebooks on stdin with ``cat notebook | jupyter trust``
- Update to 4.1.0
* Update nbformat spec version to 4.1, adding support for attachments on markdown and raw cells.
* Catch errors opening trust database, falling back on ``:memory:`` if the database cannot be opened.
- Create doc subpackage
- update to version 4.0.1:
* setuptools entrypoint
* Add label to format docs for cross referencing
* ensure `--version` output has actual version
- Build documentation
- Initial version
OBS-URL: https://build.opensuse.org/request/show/697874
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbformat?expand=0&rev=1
2019-04-25 15:50:50 +00:00
|
|
|
Requires: jupyter-jupyter_core
|
2019-04-26 16:41:19 +00:00
|
|
|
Requires: python3-nbformat = %{version}
|
2020-02-10 18:52:03 +00:00
|
|
|
Conflicts: python3-jupyter_nbformat < 5.0
|
|
|
|
Provides: jupyter-nbformat-doc = %{version}
|
|
|
|
Obsoletes: jupyter-nbformat-doc < %{version}
|
Accepting request 697874 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
- Rename doc package to match jupyter package name.
- Update url
- Update to 4.4.0
* Explicitly state that metadata fields can be ignored.
* Introduce official jupyter namespace inside metadata (``metadata.jupyter``).
* Introduce ``source_hidden`` and ``outputs_hidden`` as official front-end
metadata fields to indicate hiding source and outputs areas. **NB**: These
fields should not be used to hide elements in exported formats.
* Fix ending the redundant storage of signatures in the signature database.
* :func:`nbformat.validate` can be set to not raise a ValidationError if
additional properties are included.
* Fix for errors with connecting and backing up the signature database.
* Dict-like objects added to NotebookNode attributes are now transformed to be
NotebookNode objects; transformation also works for `.update()`.
- Implement single-spec version.
- Update to 4.3.0
* A new pluggable ``SignatureStore`` class allows specifying different ways to
record the signatures of trusted notebooks. The default is still an SQLite
database. See :ref:`pluggable_signature_store` for more information.
* :func:`nbformat.read` and :func:`nbformat.write` accept file paths as bytes
as well as unicode.
* Fix for calling :func:`nbformat.validate` on an empty dictionary.
* Fix for running the tests where the locale makes ASCII the default encoding.
- Update to 4.2.0
* Update nbformat spec version to 4.2, allowing JSON outputs to have any JSONable type, not just ``object``,
and mime-types of the form ``application/anything+json``.
* Define basics of ``authors`` in notebook metadata.
``nb.metadata.authors`` shall be a list of objects with the property ``name``, a string of each author's full name.
* Update use of traitlets API to require traitlets 4.1.
* Support trusting notebooks on stdin with ``cat notebook | jupyter trust``
- Update to 4.1.0
* Update nbformat spec version to 4.1, adding support for attachments on markdown and raw cells.
* Catch errors opening trust database, falling back on ``:memory:`` if the database cannot be opened.
- Create doc subpackage
- update to version 4.0.1:
* setuptools entrypoint
* Add label to format docs for cross referencing
* ensure `--version` output has actual version
- Build documentation
- Initial version
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
- Rename doc package to match jupyter package name.
- Update url
- Update to 4.4.0
* Explicitly state that metadata fields can be ignored.
* Introduce official jupyter namespace inside metadata (``metadata.jupyter``).
* Introduce ``source_hidden`` and ``outputs_hidden`` as official front-end
metadata fields to indicate hiding source and outputs areas. **NB**: These
fields should not be used to hide elements in exported formats.
* Fix ending the redundant storage of signatures in the signature database.
* :func:`nbformat.validate` can be set to not raise a ValidationError if
additional properties are included.
* Fix for errors with connecting and backing up the signature database.
* Dict-like objects added to NotebookNode attributes are now transformed to be
NotebookNode objects; transformation also works for `.update()`.
- Implement single-spec version.
- Clean up update-alternatives usage.
- Update to 4.3.0
* A new pluggable ``SignatureStore`` class allows specifying different ways to
record the signatures of trusted notebooks. The default is still an SQLite
database. See :ref:`pluggable_signature_store` for more information.
* :func:`nbformat.read` and :func:`nbformat.write` accept file paths as bytes
as well as unicode.
* Fix for calling :func:`nbformat.validate` on an empty dictionary.
* Fix for running the tests where the locale makes ASCII the default encoding.
- Update to 4.2.0
* Update nbformat spec version to 4.2, allowing JSON outputs to have any JSONable type, not just ``object``,
and mime-types of the form ``application/anything+json``.
* Define basics of ``authors`` in notebook metadata.
``nb.metadata.authors`` shall be a list of objects with the property ``name``, a string of each author's full name.
* Update use of traitlets API to require traitlets 4.1.
* Support trusting notebooks on stdin with ``cat notebook | jupyter trust``
- Update to 4.1.0
* Update nbformat spec version to 4.1, adding support for attachments on markdown and raw cells.
* Catch errors opening trust database, falling back on ``:memory:`` if the database cannot be opened.
- Create doc subpackage
- update to version 4.0.1:
* setuptools entrypoint
* Add label to format docs for cross referencing
* ensure `--version` output has actual version
- Build documentation
- Initial version
OBS-URL: https://build.opensuse.org/request/show/697874
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbformat?expand=0&rev=1
2019-04-25 15:50:50 +00:00
|
|
|
|
|
|
|
%description -n jupyter-nbformat
|
|
|
|
This package contains the base implementation of the Jupyter Notebook format,
|
|
|
|
and Python APIs for working with notebooks.
|
|
|
|
|
|
|
|
This package provides the jupyter components.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n nbformat-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%python_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%python_install
|
|
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
|
|
|
|
2019-08-11 02:30:43 +00:00
|
|
|
%fdupes %{buildroot}%{_docdir}/jupyter-nbformat/
|
|
|
|
|
|
|
|
%check
|
|
|
|
%pytest -k "not TestNotary and not SQLiteSignatureStoreTests"
|
|
|
|
|
Accepting request 697874 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
- Rename doc package to match jupyter package name.
- Update url
- Update to 4.4.0
* Explicitly state that metadata fields can be ignored.
* Introduce official jupyter namespace inside metadata (``metadata.jupyter``).
* Introduce ``source_hidden`` and ``outputs_hidden`` as official front-end
metadata fields to indicate hiding source and outputs areas. **NB**: These
fields should not be used to hide elements in exported formats.
* Fix ending the redundant storage of signatures in the signature database.
* :func:`nbformat.validate` can be set to not raise a ValidationError if
additional properties are included.
* Fix for errors with connecting and backing up the signature database.
* Dict-like objects added to NotebookNode attributes are now transformed to be
NotebookNode objects; transformation also works for `.update()`.
- Implement single-spec version.
- Update to 4.3.0
* A new pluggable ``SignatureStore`` class allows specifying different ways to
record the signatures of trusted notebooks. The default is still an SQLite
database. See :ref:`pluggable_signature_store` for more information.
* :func:`nbformat.read` and :func:`nbformat.write` accept file paths as bytes
as well as unicode.
* Fix for calling :func:`nbformat.validate` on an empty dictionary.
* Fix for running the tests where the locale makes ASCII the default encoding.
- Update to 4.2.0
* Update nbformat spec version to 4.2, allowing JSON outputs to have any JSONable type, not just ``object``,
and mime-types of the form ``application/anything+json``.
* Define basics of ``authors`` in notebook metadata.
``nb.metadata.authors`` shall be a list of objects with the property ``name``, a string of each author's full name.
* Update use of traitlets API to require traitlets 4.1.
* Support trusting notebooks on stdin with ``cat notebook | jupyter trust``
- Update to 4.1.0
* Update nbformat spec version to 4.1, adding support for attachments on markdown and raw cells.
* Catch errors opening trust database, falling back on ``:memory:`` if the database cannot be opened.
- Create doc subpackage
- update to version 4.0.1:
* setuptools entrypoint
* Add label to format docs for cross referencing
* ensure `--version` output has actual version
- Build documentation
- Initial version
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
- Rename doc package to match jupyter package name.
- Update url
- Update to 4.4.0
* Explicitly state that metadata fields can be ignored.
* Introduce official jupyter namespace inside metadata (``metadata.jupyter``).
* Introduce ``source_hidden`` and ``outputs_hidden`` as official front-end
metadata fields to indicate hiding source and outputs areas. **NB**: These
fields should not be used to hide elements in exported formats.
* Fix ending the redundant storage of signatures in the signature database.
* :func:`nbformat.validate` can be set to not raise a ValidationError if
additional properties are included.
* Fix for errors with connecting and backing up the signature database.
* Dict-like objects added to NotebookNode attributes are now transformed to be
NotebookNode objects; transformation also works for `.update()`.
- Implement single-spec version.
- Clean up update-alternatives usage.
- Update to 4.3.0
* A new pluggable ``SignatureStore`` class allows specifying different ways to
record the signatures of trusted notebooks. The default is still an SQLite
database. See :ref:`pluggable_signature_store` for more information.
* :func:`nbformat.read` and :func:`nbformat.write` accept file paths as bytes
as well as unicode.
* Fix for calling :func:`nbformat.validate` on an empty dictionary.
* Fix for running the tests where the locale makes ASCII the default encoding.
- Update to 4.2.0
* Update nbformat spec version to 4.2, allowing JSON outputs to have any JSONable type, not just ``object``,
and mime-types of the form ``application/anything+json``.
* Define basics of ``authors`` in notebook metadata.
``nb.metadata.authors`` shall be a list of objects with the property ``name``, a string of each author's full name.
* Update use of traitlets API to require traitlets 4.1.
* Support trusting notebooks on stdin with ``cat notebook | jupyter trust``
- Update to 4.1.0
* Update nbformat spec version to 4.1, adding support for attachments on markdown and raw cells.
* Catch errors opening trust database, falling back on ``:memory:`` if the database cannot be opened.
- Create doc subpackage
- update to version 4.0.1:
* setuptools entrypoint
* Add label to format docs for cross referencing
* ensure `--version` output has actual version
- Build documentation
- Initial version
OBS-URL: https://build.opensuse.org/request/show/697874
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbformat?expand=0&rev=1
2019-04-25 15:50:50 +00:00
|
|
|
%files %{python_files}
|
|
|
|
%license COPYING.md
|
|
|
|
%doc README.md
|
|
|
|
%{python_sitelib}/nbformat-%{version}-py*.egg-info
|
|
|
|
%{python_sitelib}/nbformat/
|
|
|
|
|
|
|
|
%files -n jupyter-nbformat
|
|
|
|
%license COPYING.md
|
|
|
|
|
|
|
|
%changelog
|