pkgsrc/www/py-nbformat/PLIST
adam 85b3fcabfd py-nbformat: updated to 5.0.6
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.

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.

5.0.4
=====
- Fixed issue causing python 2 to pick up 5.0.x releases.

5.0.3
=====
- Removed debug print statements from project.

5.0.2
=====
- Added schema validation files for older versions. This was breaking notebook generation.

5.0
===
`5.0 on GitHub <https://github.com/jupyter/nbformat/milestone/5>`__

- Starting with 5.0, ``nbformat`` is now Python 3 only (>= 3.5)
- Add execution timings in code cell metadata for v4 spec.
  ``"metadata": { "execution": {...}}`` should be populated with kernel-specific
  timing information.
- Documentation for how markup is used in notebooks added
- Link to json schema docs from format page added
- Documented the editable metadata flag
- Update description for collapsed field
- Documented notebook format versions 4.0-4.3 with accurate json schema specification files
- Clarified info about :ref:`name`'s meaning for cells
- Added a default execution_count of None for new_output_cell('execute_result')
- Added support for handling nbjson kwargs
- Wheels now correctly have a LICENSE file
- Travis builds now have a few more execution environments
2020-05-17 20:26:52 +00:00

210 lines
8.3 KiB
Text

@comment $NetBSD: PLIST,v 1.3 2020/05/17 20:26:52 adam Exp $
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/nbformat/__init__.py
${PYSITELIB}/nbformat/__init__.pyc
${PYSITELIB}/nbformat/__init__.pyo
${PYSITELIB}/nbformat/_compat.py
${PYSITELIB}/nbformat/_compat.pyc
${PYSITELIB}/nbformat/_compat.pyo
${PYSITELIB}/nbformat/_version.py
${PYSITELIB}/nbformat/_version.pyc
${PYSITELIB}/nbformat/_version.pyo
${PYSITELIB}/nbformat/converter.py
${PYSITELIB}/nbformat/converter.pyc
${PYSITELIB}/nbformat/converter.pyo
${PYSITELIB}/nbformat/current.py
${PYSITELIB}/nbformat/current.pyc
${PYSITELIB}/nbformat/current.pyo
${PYSITELIB}/nbformat/notebooknode.py
${PYSITELIB}/nbformat/notebooknode.pyc
${PYSITELIB}/nbformat/notebooknode.pyo
${PYSITELIB}/nbformat/reader.py
${PYSITELIB}/nbformat/reader.pyc
${PYSITELIB}/nbformat/reader.pyo
${PYSITELIB}/nbformat/sentinel.py
${PYSITELIB}/nbformat/sentinel.pyc
${PYSITELIB}/nbformat/sentinel.pyo
${PYSITELIB}/nbformat/sign.py
${PYSITELIB}/nbformat/sign.pyc
${PYSITELIB}/nbformat/sign.pyo
${PYSITELIB}/nbformat/tests/__init__.py
${PYSITELIB}/nbformat/tests/__init__.pyc
${PYSITELIB}/nbformat/tests/__init__.pyo
${PYSITELIB}/nbformat/tests/base.py
${PYSITELIB}/nbformat/tests/base.pyc
${PYSITELIB}/nbformat/tests/base.pyo
${PYSITELIB}/nbformat/tests/invalid.ipynb
${PYSITELIB}/nbformat/tests/test2.ipynb
${PYSITELIB}/nbformat/tests/test3.ipynb
${PYSITELIB}/nbformat/tests/test4.ipynb
${PYSITELIB}/nbformat/tests/test4custom.ipynb
${PYSITELIB}/nbformat/tests/test4docinfo.ipynb
${PYSITELIB}/nbformat/tests/test4jupyter_metadata.ipynb
${PYSITELIB}/nbformat/tests/test4jupyter_metadata_timings.ipynb
${PYSITELIB}/nbformat/tests/test4plus.ipynb
${PYSITELIB}/nbformat/tests/test_api.py
${PYSITELIB}/nbformat/tests/test_api.pyc
${PYSITELIB}/nbformat/tests/test_api.pyo
${PYSITELIB}/nbformat/tests/test_convert.py
${PYSITELIB}/nbformat/tests/test_convert.pyc
${PYSITELIB}/nbformat/tests/test_convert.pyo
${PYSITELIB}/nbformat/tests/test_nbformat.py
${PYSITELIB}/nbformat/tests/test_nbformat.pyc
${PYSITELIB}/nbformat/tests/test_nbformat.pyo
${PYSITELIB}/nbformat/tests/test_reader.py
${PYSITELIB}/nbformat/tests/test_reader.pyc
${PYSITELIB}/nbformat/tests/test_reader.pyo
${PYSITELIB}/nbformat/tests/test_sign.py
${PYSITELIB}/nbformat/tests/test_sign.pyc
${PYSITELIB}/nbformat/tests/test_sign.pyo
${PYSITELIB}/nbformat/tests/test_validator.py
${PYSITELIB}/nbformat/tests/test_validator.pyc
${PYSITELIB}/nbformat/tests/test_validator.pyo
${PYSITELIB}/nbformat/v1/__init__.py
${PYSITELIB}/nbformat/v1/__init__.pyc
${PYSITELIB}/nbformat/v1/__init__.pyo
${PYSITELIB}/nbformat/v1/convert.py
${PYSITELIB}/nbformat/v1/convert.pyc
${PYSITELIB}/nbformat/v1/convert.pyo
${PYSITELIB}/nbformat/v1/nbbase.py
${PYSITELIB}/nbformat/v1/nbbase.pyc
${PYSITELIB}/nbformat/v1/nbbase.pyo
${PYSITELIB}/nbformat/v1/nbjson.py
${PYSITELIB}/nbformat/v1/nbjson.pyc
${PYSITELIB}/nbformat/v1/nbjson.pyo
${PYSITELIB}/nbformat/v1/rwbase.py
${PYSITELIB}/nbformat/v1/rwbase.pyc
${PYSITELIB}/nbformat/v1/rwbase.pyo
${PYSITELIB}/nbformat/v1/tests/__init__.py
${PYSITELIB}/nbformat/v1/tests/__init__.pyc
${PYSITELIB}/nbformat/v1/tests/__init__.pyo
${PYSITELIB}/nbformat/v1/tests/nbexamples.py
${PYSITELIB}/nbformat/v1/tests/nbexamples.pyc
${PYSITELIB}/nbformat/v1/tests/nbexamples.pyo
${PYSITELIB}/nbformat/v1/tests/test_json.py
${PYSITELIB}/nbformat/v1/tests/test_json.pyc
${PYSITELIB}/nbformat/v1/tests/test_json.pyo
${PYSITELIB}/nbformat/v1/tests/test_nbbase.py
${PYSITELIB}/nbformat/v1/tests/test_nbbase.pyc
${PYSITELIB}/nbformat/v1/tests/test_nbbase.pyo
${PYSITELIB}/nbformat/v2/__init__.py
${PYSITELIB}/nbformat/v2/__init__.pyc
${PYSITELIB}/nbformat/v2/__init__.pyo
${PYSITELIB}/nbformat/v2/convert.py
${PYSITELIB}/nbformat/v2/convert.pyc
${PYSITELIB}/nbformat/v2/convert.pyo
${PYSITELIB}/nbformat/v2/nbbase.py
${PYSITELIB}/nbformat/v2/nbbase.pyc
${PYSITELIB}/nbformat/v2/nbbase.pyo
${PYSITELIB}/nbformat/v2/nbjson.py
${PYSITELIB}/nbformat/v2/nbjson.pyc
${PYSITELIB}/nbformat/v2/nbjson.pyo
${PYSITELIB}/nbformat/v2/nbpy.py
${PYSITELIB}/nbformat/v2/nbpy.pyc
${PYSITELIB}/nbformat/v2/nbpy.pyo
${PYSITELIB}/nbformat/v2/nbxml.py
${PYSITELIB}/nbformat/v2/nbxml.pyc
${PYSITELIB}/nbformat/v2/nbxml.pyo
${PYSITELIB}/nbformat/v2/rwbase.py
${PYSITELIB}/nbformat/v2/rwbase.pyc
${PYSITELIB}/nbformat/v2/rwbase.pyo
${PYSITELIB}/nbformat/v2/tests/__init__.py
${PYSITELIB}/nbformat/v2/tests/__init__.pyc
${PYSITELIB}/nbformat/v2/tests/__init__.pyo
${PYSITELIB}/nbformat/v2/tests/nbexamples.py
${PYSITELIB}/nbformat/v2/tests/nbexamples.pyc
${PYSITELIB}/nbformat/v2/tests/nbexamples.pyo
${PYSITELIB}/nbformat/v2/tests/test_json.py
${PYSITELIB}/nbformat/v2/tests/test_json.pyc
${PYSITELIB}/nbformat/v2/tests/test_json.pyo
${PYSITELIB}/nbformat/v2/tests/test_nbbase.py
${PYSITELIB}/nbformat/v2/tests/test_nbbase.pyc
${PYSITELIB}/nbformat/v2/tests/test_nbbase.pyo
${PYSITELIB}/nbformat/v2/tests/test_nbpy.py
${PYSITELIB}/nbformat/v2/tests/test_nbpy.pyc
${PYSITELIB}/nbformat/v2/tests/test_nbpy.pyo
${PYSITELIB}/nbformat/v3/__init__.py
${PYSITELIB}/nbformat/v3/__init__.pyc
${PYSITELIB}/nbformat/v3/__init__.pyo
${PYSITELIB}/nbformat/v3/convert.py
${PYSITELIB}/nbformat/v3/convert.pyc
${PYSITELIB}/nbformat/v3/convert.pyo
${PYSITELIB}/nbformat/v3/nbbase.py
${PYSITELIB}/nbformat/v3/nbbase.pyc
${PYSITELIB}/nbformat/v3/nbbase.pyo
${PYSITELIB}/nbformat/v3/nbformat.v3.schema.json
${PYSITELIB}/nbformat/v3/nbjson.py
${PYSITELIB}/nbformat/v3/nbjson.pyc
${PYSITELIB}/nbformat/v3/nbjson.pyo
${PYSITELIB}/nbformat/v3/nbpy.py
${PYSITELIB}/nbformat/v3/nbpy.pyc
${PYSITELIB}/nbformat/v3/nbpy.pyo
${PYSITELIB}/nbformat/v3/rwbase.py
${PYSITELIB}/nbformat/v3/rwbase.pyc
${PYSITELIB}/nbformat/v3/rwbase.pyo
${PYSITELIB}/nbformat/v3/tests/__init__.py
${PYSITELIB}/nbformat/v3/tests/__init__.pyc
${PYSITELIB}/nbformat/v3/tests/__init__.pyo
${PYSITELIB}/nbformat/v3/tests/formattest.py
${PYSITELIB}/nbformat/v3/tests/formattest.pyc
${PYSITELIB}/nbformat/v3/tests/formattest.pyo
${PYSITELIB}/nbformat/v3/tests/nbexamples.py
${PYSITELIB}/nbformat/v3/tests/nbexamples.pyc
${PYSITELIB}/nbformat/v3/tests/nbexamples.pyo
${PYSITELIB}/nbformat/v3/tests/test_json.py
${PYSITELIB}/nbformat/v3/tests/test_json.pyc
${PYSITELIB}/nbformat/v3/tests/test_json.pyo
${PYSITELIB}/nbformat/v3/tests/test_misc.py
${PYSITELIB}/nbformat/v3/tests/test_misc.pyc
${PYSITELIB}/nbformat/v3/tests/test_misc.pyo
${PYSITELIB}/nbformat/v3/tests/test_nbbase.py
${PYSITELIB}/nbformat/v3/tests/test_nbbase.pyc
${PYSITELIB}/nbformat/v3/tests/test_nbbase.pyo
${PYSITELIB}/nbformat/v3/tests/test_nbpy.py
${PYSITELIB}/nbformat/v3/tests/test_nbpy.pyc
${PYSITELIB}/nbformat/v3/tests/test_nbpy.pyo
${PYSITELIB}/nbformat/v4/__init__.py
${PYSITELIB}/nbformat/v4/__init__.pyc
${PYSITELIB}/nbformat/v4/__init__.pyo
${PYSITELIB}/nbformat/v4/convert.py
${PYSITELIB}/nbformat/v4/convert.pyc
${PYSITELIB}/nbformat/v4/convert.pyo
${PYSITELIB}/nbformat/v4/nbbase.py
${PYSITELIB}/nbformat/v4/nbbase.pyc
${PYSITELIB}/nbformat/v4/nbbase.pyo
${PYSITELIB}/nbformat/v4/nbformat.v4.0.schema.json
${PYSITELIB}/nbformat/v4/nbformat.v4.1.schema.json
${PYSITELIB}/nbformat/v4/nbformat.v4.2.schema.json
${PYSITELIB}/nbformat/v4/nbformat.v4.3.schema.json
${PYSITELIB}/nbformat/v4/nbformat.v4.4.schema.json
${PYSITELIB}/nbformat/v4/nbformat.v4.schema.json
${PYSITELIB}/nbformat/v4/nbjson.py
${PYSITELIB}/nbformat/v4/nbjson.pyc
${PYSITELIB}/nbformat/v4/nbjson.pyo
${PYSITELIB}/nbformat/v4/rwbase.py
${PYSITELIB}/nbformat/v4/rwbase.pyc
${PYSITELIB}/nbformat/v4/rwbase.pyo
${PYSITELIB}/nbformat/v4/tests/__init__.py
${PYSITELIB}/nbformat/v4/tests/__init__.pyc
${PYSITELIB}/nbformat/v4/tests/__init__.pyo
${PYSITELIB}/nbformat/v4/tests/formattest.py
${PYSITELIB}/nbformat/v4/tests/formattest.pyc
${PYSITELIB}/nbformat/v4/tests/formattest.pyo
${PYSITELIB}/nbformat/v4/tests/nbexamples.py
${PYSITELIB}/nbformat/v4/tests/nbexamples.pyc
${PYSITELIB}/nbformat/v4/tests/nbexamples.pyo
${PYSITELIB}/nbformat/v4/tests/test_convert.py
${PYSITELIB}/nbformat/v4/tests/test_convert.pyc
${PYSITELIB}/nbformat/v4/tests/test_convert.pyo
${PYSITELIB}/nbformat/v4/tests/test_json.py
${PYSITELIB}/nbformat/v4/tests/test_json.pyc
${PYSITELIB}/nbformat/v4/tests/test_json.pyo
${PYSITELIB}/nbformat/v4/tests/test_nbbase.py
${PYSITELIB}/nbformat/v4/tests/test_nbbase.pyc
${PYSITELIB}/nbformat/v4/tests/test_nbbase.pyo
${PYSITELIB}/nbformat/v4/tests/test_validate.py
${PYSITELIB}/nbformat/v4/tests/test_validate.pyc
${PYSITELIB}/nbformat/v4/tests/test_validate.pyo
${PYSITELIB}/nbformat/validator.py
${PYSITELIB}/nbformat/validator.pyc
${PYSITELIB}/nbformat/validator.pyo