Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python39-nbsmoke-0.6.0-4.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python39-nbsmoke Distribution: openSUSE:Factory:zSystems
Version: 0.6.0 Vendor: openSUSE
Release: 4.1 Build date: Sat Aug 12 10:35:21 2023
Group: Development/Languages/Python Build host: s390zp21
Size: 191480 Source RPM: python-nbsmoke-0.6.0-4.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/holoviz-dev/nbsmoke
Summary: Basic notebook checks
Basic notebook smoke tests for checking whether the notebooks run,
and whether they contain lint.

Provides

Requires

License

BSD-3-Clause

Changelog

* Fri Aug 11 2023 Ben Greiner <code@bnavigator.de>
  - Ignore test failure due to new unicode handling in the stack
* Mon Oct 17 2022 Ben Greiner <code@bnavigator.de>
  - Add nbsmoke-pr63-remove-id.patch -- gh#pyviz-dev/nbsmoke#63
* Fri Jun 24 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 08 2022 Ben Greiner <code@bnavigator.de>
  - Update to 0.6.0
    * Change template file name for nbconvert >= 6
* Sun Nov 14 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 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 03 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 2019 Todd R <toddrme2178@gmail.com>
  - jupyter_client renamed to jupyter-client
* Wed Jun 12 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 2019 Todd R <toddrme2178@gmail.com>
  - Rename to to match python package naming guidelines.

Files

/usr/lib/python3.9/site-packages/nbsmoke
/usr/lib/python3.9/site-packages/nbsmoke-0.6.0.dist-info
/usr/lib/python3.9/site-packages/nbsmoke-0.6.0.dist-info/INSTALLER
/usr/lib/python3.9/site-packages/nbsmoke-0.6.0.dist-info/LICENSE
/usr/lib/python3.9/site-packages/nbsmoke-0.6.0.dist-info/METADATA
/usr/lib/python3.9/site-packages/nbsmoke-0.6.0.dist-info/RECORD
/usr/lib/python3.9/site-packages/nbsmoke-0.6.0.dist-info/REQUESTED
/usr/lib/python3.9/site-packages/nbsmoke-0.6.0.dist-info/WHEEL
/usr/lib/python3.9/site-packages/nbsmoke-0.6.0.dist-info/entry_points.txt
/usr/lib/python3.9/site-packages/nbsmoke-0.6.0.dist-info/top_level.txt
/usr/lib/python3.9/site-packages/nbsmoke/.version
/usr/lib/python3.9/site-packages/nbsmoke/__init__.py
/usr/lib/python3.9/site-packages/nbsmoke/__pycache__
/usr/lib/python3.9/site-packages/nbsmoke/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/nbsmoke/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/nbsmoke/__pycache__/verify.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/nbsmoke/__pycache__/verify.cpython-39.pyc
/usr/lib/python3.9/site-packages/nbsmoke/lint
/usr/lib/python3.9/site-packages/nbsmoke/lint/__init__.py
/usr/lib/python3.9/site-packages/nbsmoke/lint/__pycache__
/usr/lib/python3.9/site-packages/nbsmoke/lint/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/nbsmoke/lint/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/nbsmoke/lint/__pycache__/_pyflakes.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/nbsmoke/lint/__pycache__/_pyflakes.cpython-39.pyc
/usr/lib/python3.9/site-packages/nbsmoke/lint/_pyflakes.py
/usr/lib/python3.9/site-packages/nbsmoke/lint/magics
/usr/lib/python3.9/site-packages/nbsmoke/lint/magics/__init__.py
/usr/lib/python3.9/site-packages/nbsmoke/lint/magics/__pycache__
/usr/lib/python3.9/site-packages/nbsmoke/lint/magics/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/nbsmoke/lint/magics/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/nbsmoke/lint/magics/__pycache__/builtins_support.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/nbsmoke/lint/magics/__pycache__/builtins_support.cpython-39.pyc
/usr/lib/python3.9/site-packages/nbsmoke/lint/magics/__pycache__/holoviews_support.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/nbsmoke/lint/magics/__pycache__/holoviews_support.cpython-39.pyc
/usr/lib/python3.9/site-packages/nbsmoke/lint/magics/builtins_support.py
/usr/lib/python3.9/site-packages/nbsmoke/lint/magics/holoviews_support.py
/usr/lib/python3.9/site-packages/nbsmoke/tests
/usr/lib/python3.9/site-packages/nbsmoke/tests/__init__.py
/usr/lib/python3.9/site-packages/nbsmoke/tests/__pycache__
/usr/lib/python3.9/site-packages/nbsmoke/tests/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/nbsmoke/tests/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/nbsmoke/tests/__pycache__/test_lint.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/nbsmoke/tests/__pycache__/test_lint.cpython-39.pyc
/usr/lib/python3.9/site-packages/nbsmoke/tests/__pycache__/test_lint_magics.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/nbsmoke/tests/__pycache__/test_lint_magics.cpython-39.pyc
/usr/lib/python3.9/site-packages/nbsmoke/tests/__pycache__/test_lint_magics_hv.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/nbsmoke/tests/__pycache__/test_lint_magics_hv.cpython-39.pyc
/usr/lib/python3.9/site-packages/nbsmoke/tests/__pycache__/test_nbsmoke.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/nbsmoke/tests/__pycache__/test_nbsmoke.cpython-39.pyc
/usr/lib/python3.9/site-packages/nbsmoke/tests/__pycache__/test_run.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/nbsmoke/tests/__pycache__/test_run.cpython-39.pyc
/usr/lib/python3.9/site-packages/nbsmoke/tests/__pycache__/test_verify.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/nbsmoke/tests/__pycache__/test_verify.cpython-39.pyc
/usr/lib/python3.9/site-packages/nbsmoke/tests/test_lint.py
/usr/lib/python3.9/site-packages/nbsmoke/tests/test_lint_magics.py
/usr/lib/python3.9/site-packages/nbsmoke/tests/test_lint_magics_hv.py
/usr/lib/python3.9/site-packages/nbsmoke/tests/test_nbsmoke.py
/usr/lib/python3.9/site-packages/nbsmoke/tests/test_run.py
/usr/lib/python3.9/site-packages/nbsmoke/tests/test_verify.py
/usr/lib/python3.9/site-packages/nbsmoke/verify.py
/usr/share/doc/packages/python39-nbsmoke
/usr/share/doc/packages/python39-nbsmoke/README.md
/usr/share/licenses/python39-nbsmoke
/usr/share/licenses/python39-nbsmoke/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:43:14 2024