SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python38-nbformat-5.6.1-1.2.noarch.rpm :

* Tue Sep 27 2022 Arun Persaud - update to version 5.6.1:
* Fix handling of \"__version__` on Python 3.7.
* Thu Sep 22 2022 Arun Persaud - specfile:
* change to hatchling- update to version 5.6.0:
* Fix docs and type annotations for validator.normalize.
* Switch to hatch build backend.
* Tue Sep 13 2022 Arun Persaud - specfile:
* changed to pyproject.toml build using flit-core
* require python-pep440 for tests- update to version 5.5.0:
* The biggest change in nbformat 5.5.0 is the deprecation of arguments to validate() that try to fix notebooks errors during validation. validate() is a function that is core to the security model of Jupyter, and is assumed in a number of places to not mutate it\'s argument, or try to fix notebooks passed to it. Auto fixing of notebook in validate can also hide subtle bugs, and will therefore be updated in a near future to not take any of the argument related to auto-fixing, and fail instead of silently modifying its parameters on invalid notebooks. nbformat now contain a normalize function that will return a normalized copy of a notebook that is suitable for validation. While offered as a convenience we discourage its use and suggest library make sure to generate valid notebooks.
* Other changes + nbformat is now built with flit, and uses pyproject.toml + Documentation and Deprecations have been updated with version number and stack levels.
* Wed Aug 03 2022 Ben Greiner - Update to 5.4.0
* Fix import nbformat.current by AATTshadchin in #269
* Add mypy support by AATTblink1073 in #270
* Packaging updates
* Wed Mar 23 2022 Ben Greiner - Update dependencies
* Sat Mar 12 2022 Arun Persaud - specfile:
* update copyright year- update to version 5.2.0:
* Add ability to capture validation errors
* Update supported python versions
* Ensure nbformat minor version is present when upgrading
* Only fix cell ID validation issues if asked
* Return the notebook when no conversion is needed
* Catch AttributeErrors stemming from ipython_genutils as ValidationErrors on read
* Don\'t list pytest-cov as a test dependency
* Remove dependency on IPython genutils
* Include tests in sdist but not wheel
* Mon Nov 15 2021 schubi - Reenable libalternatives because gh#openSUSE/libalternatives#11 is solved.
* Thu Oct 28 2021 Ben Greiner - revert the usage of libalternatives due to gh#openSUSE/libalternatives#11
* Wed Sep 08 2021 Stefan Schubert - Use libalternatives instead of update-alternatives.
* Sat Apr 10 2021 Ben Greiner - Update to 5.1.3
* Change id generation to be hash based to avoid problematic word combinations
* Added tests for python 3.9
* Fixed setup.py build operations to include package data- Release 5.1.2
* Fixed missing file in manifest- Release 5.1.1
* Changes convert.upgrade to upgrade minor 4.x versions to 4.5- Release 5.1.0
* Implemented CellIds from JEP-62
* Fixed a regression introduced when using fastjsonschema, which does not directly support to validate a \"reference\"/ \"subschema\"
* Removed unreachable/unneeded code
* Added CI workflow for package release on tag push- Release 5.0.8
* Add optional support for using `fastjsonschema` as the JSON validation library. To enable fast validation, install `fastjsonschema` and set the environment variable `NBFORMAT_VALIDATOR` to the value `fastjsonschema`.- Use github archive for full testsuite
* Sun Jun 28 2020 Arun Persaud - update to version 5.0.7:
* Fixed a bug where default values for validator.get_validator() failed with an import error
* Sat May 02 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 2020 Todd R - Update to 5.0.4
* Fixed issue causing python 2 to pick up 5.0.x releases.- Drop doc subpackage. This was a leftover from when the tests were run in another package and keeping up with the rapidly-changing readthedocs download URLs is difficult.
* Wed Jan 15 2020 Todd R - Update to 5.0.3
* Removed debug print statements from project.- Update to 5.0.2
* Added schema validation files for older versions. This was breaking notebook generation.- Update to 5.0
* 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 nbformat 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
* Sun Aug 11 2019 Todd R - Merge everything into one spec file to simplify maintenance.
* Fri May 17 2019 Todd R - Move executable to python package to avoid conflicts with old naming scheme. It should be moved back with the next release.
* Thu Apr 25 2019 Todd R - Rename to to match python package naming guidelines.- Split jupyter components into own subpackage.- Rename doc package to match jupyter package name.
* Tue Feb 13 2018 toddrme2178AATTgmail.com- Update url
 
ICM