File python-nbsmoke.changes of Package python-nbsmoke
-------------------------------------------------------------------
Fri Mar 8 13:19:10 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Skip python39: no longer supported since ipython 8.19
-------------------------------------------------------------------
Fri Aug 11 03:15:06 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Ignore test failure due to new unicode handling in the stack
-------------------------------------------------------------------
Mon Oct 17 20:15:23 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Add nbsmoke-pr63-remove-id.patch -- gh#pyviz-dev/nbsmoke#63
-------------------------------------------------------------------
Fri Jun 24 19:39:08 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Add nbsmoke-obs-nounraisableexception.patch: don't error on
warnings about obs not closing sockets in time
-------------------------------------------------------------------
Sat Jan 8 19:27:13 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 0.6.0
* Change template file name for nbconvert >= 6
-------------------------------------------------------------------
Sun Nov 14 14:21:07 UTC 2021 - Ben Greiner <code@bnavigator.de>
- 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 12:52:43 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Provide the old jupyter package name only for the primary
Python3 interpreter -- gh#openSUSE/python-rpm-macros#66
-------------------------------------------------------------------
Fri Jan 3 01:26:01 UTC 2020 - Todd R <toddrme2178@gmail.com>
- 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 14:40:52 UTC 2019 - Todd R <toddrme2178@gmail.com>
- jupyter_client renamed to jupyter-client
-------------------------------------------------------------------
Wed Jun 12 20:01:24 UTC 2019 - Todd R <toddrme2178@gmail.com>
- 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 01:59:57 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Rename to to match python package naming guidelines.
-------------------------------------------------------------------
Thu Aug 2 18:12:34 UTC 2018 - toddrme2178@gmail.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 7 21:36:26 UTC 2018 - jengelh@inai.de
- Replace rhetoric questions in descriptions.
-------------------------------------------------------------------
Fri Apr 20 20:42:20 UTC 2018 - toddrme2178@gmail.com
- Initial version