SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python311-nbsmoke-0.6.0-lp160.6.4.noarch.rpm :

* Fri Mar 08 2024 Ben Greiner - Skip python39: no longer supported since ipython 8.19
* Fri Aug 11 2023 Ben Greiner - Ignore test failure due to new unicode handling in the stack
* Mon Oct 17 2022 Ben Greiner - Add nbsmoke-pr63-remove-id.patch -- gh#pyviz-dev/nbsmoke#63
* Fri Jun 24 2022 Ben Greiner - Add nbsmoke-obs-nounraisableexception.patch: don\'t error on warnings about obs not closing sockets in time
* Sat Jan 08 2022 Ben Greiner - Update to 0.6.0
* Change template file name for nbconvert >= 6
* Sun Nov 14 2021 Ben Greiner - Update to 0.5.0
* Compatibility with newer versions of pytest.
* Compatibility with newer versions of nbconvert.
* Allow user-specified magic handlers.- Enable test suite
* Tue Dec 15 2020 Benjamin Greiner - Provide the old jupyter package name only for the primary Python3 interpreter -- gh#openSUSE/python-rpm-macros#66
* Fri Jan 03 2020 Todd R - Update to 0.4.1
* Don\'t completely fail to import if beautifulsoup4 and requests are unavailable (only the \"verify\" functionality requires them; beautifulsoup4 and requests are supposed to be optional dependencies).- Update to 0.4.0
* The dependencies for the \"verify\" command are now optional; pip users wanting this feature will need to add the \"verify\" extra (pip install nbsmoke[verify] or pip install nbsmoke[all]), or add the dependencies manually (pip install requests beautifulsoup4).
* The dependency for holoviews magics lint checking (i.e. holoviews) is now optional; pip users wanting this feature will need to add the \"holoviews-magics\" extra (pip install nbsmoke[holoviews-magics] or pip install nbsmoke[all]), or add the dependency manually (pip install holoviews).
* Bug fix: Avoid importing holoviews if available when nbsmoke is imported (#36). Previously, the mere presence of nbsmoke in an environment could affect test coverage measurement for projects that holoviews itself imports.- Update to 0.3.0
* support for flake messages to ignore (by regex)
* support for magics blacklist (i.e. magics that if present cause a flake)
* added support for script & capture cell magics (mainly as a demo)
* increased the number of builtin magics that will be silently ignored (as they don\'t interact with the python process), e.g. bookmark, edit, who, etc
* lint failures can be set to be warnings only (potentially useful for systems that report warnings- Drop python2 support due to dependencies dropping python2
* Wed Nov 13 2019 Todd R - jupyter_client renamed to jupyter-client
* Wed Jun 12 2019 Todd R - Update to 0.2.8
* Shorter lint tracebacks
* Added --nbsmoke-lint-onlywarn: Report lint failures as warnings
* Added --nbsmoke-lint-debug: Allow easier investigation (and debugging) of lint failures. nbsmoke lint currently uses nbconvert to convert ipynb to py, then runs pyflakes on that. You can now see the py source that was actually flake checked (pyflakes-reported line numbers correspond to this source). (Note: unhandled magics e.g. from holoviews can cause spurious flakes. I have separate changes that attempt to improve the situation. Meanwhile, this option is also helpful for debugging that situation.)
* Only supporting html storage in python 3.
* Thu Apr 25 2019 Todd R - Rename to to match python package naming guidelines.
* Thu Aug 02 2018 toddrme2178AATTgmail.com- Update to 0.2.7
* Support nb verify on python 27
* Ensure verify links with a bad domain remains a warning.
* Fix skip matching on windows
* Hacked in way to support two groups of notebooks.
* Thu Jun 07 2018 jengelhAATTinai.de- Replace rhetoric questions in descriptions.
* Fri Apr 20 2018 toddrme2178AATTgmail.com- Initial version
 
ICM