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

python311-nbval-0.10.0-slfo.1.1.4 RPM for noarch

From OpenSuSE Leap 16.0 for noarch

Name: python311-nbval Distribution: SUSE Linux Framework One
Version: 0.10.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: slfo.1.1.4 Build date: Sun Jan 15 21:30:34 2023
Group: Development/Languages/Python Build host: reproducible
Size: 144194 Source RPM: python-nbval-0.10.0-slfo.1.1.4.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/computationalmodelling/nbval
Summary: A pytest plugin to validate Jupyter notebooks
The plugin adds functionality to py.test to recognise and collect
Jupyter notebooks. The intended purpose of the tests is to determine
whether execution of the stored inputs match the stored outputs of
the .ipynb file. Whilst also ensuring that the notebooks are running
without errors.

The tests were designed to ensure that Jupyter notebooks (especially
those for reference and documentation), are executing consistently.

Each cell is taken as a test, a cell that doesn't reproduce the
expected output will fail.

Provides

Requires

License

BSD-3-Clause

Changelog

* Sun Jan 15 2023 code@bnavigator.de
  - Update to 0.10.0
    * no release notes
  - Drop nbval-filter-mpldeprecation.patch
  - Drop nbval-sanitize-figure-size.patch
  - Drop 0001-Make-tests-pass-with-ipykernel-6.0.0.patch
* Sat Aug 20 2022 code@bnavigator.de
  - Remove python36 skiptest code
  - Add nbval-sanitize-figure-size.patch
    * gh#computationalmodelling/nbval#183
* Mon Nov 15 2021 code@bnavigator.de
  - Multibuild test flavor: avoid (possible) build cycle
* Sun Aug 29 2021 code@bnavigator.de
  - Add 0001-Make-tests-pass-with-ipykernel-6.0.0.patch from Arch
* Wed Apr 14 2021 code@bnavigator.de
  -  Add nbval-filter-mpldeprecation.patch for new Matplotlib 3.4
    deprecation warnings -- gh#computationalmodelling/nbval#167
* Fri Feb 26 2021 code@bnavigator.de
  - Don't test numpy and matplotlib with Python 3.6: There is no
    python36-numpy and python36-matplotlib in TW. (NEP 29)
* Thu Dec 17 2020 code@bnavigator.de
  - Update to 0.9.6
    * fix compatibility with pytest >= 6 and python 3.8
  - enable tests
* Tue Dec 15 2020 code@bnavigator.de
  - Provide the old jupyter package name only for the primary
    Python3 interpreter -- gh#openSUSE/python-rpm-macros#66
* Mon Feb 24 2020 toddrme2178@gmail.com
  - Update to 0.9.5
    * Add Python 3.8 to Appveyor
    * Allow Python nightly fail in Travis
    * Fix coverage for coverage.py >=5
    * Add Python 3.8 to Travis
* Wed Jan 15 2020 toddrme2178@gmail.com
  - Update to 0.9.4
    * Mark nbval as incompatible with coverage
    * Workaround for Python 3.7 on Travis no longer needed
    * Drop Python 2.7 testing on Windows again
* Tue Nov 12 2019 toddrme2178@gmail.com
  - Update to 0.9.3
    * Use a MULTILINE anchored regex when removing carriage returns
  - Drop python2 support due to python-notebook dropping python2 support
* Mon Jul 29 2019 toddrme2178@gmail.com
  - Update to 0.9.2
    * Update latex tests' output
    * Do not compare widget views
    * Replace deprecated warning API
* Thu Apr 25 2019 toddrme2178@gmail.com
  - Rename to to match python package naming guidelines.
* Thu Aug 02 2018 toddrme2178@gmail.com
  - Update to 0.9.1
    * Only pass absolute config path if config file exists
    * Ignore .pytest_cache
    * Mark cells in generated notebook as run
    * Rerun sample notebook
    * Pass coverage config file by absolute path
    * Respect the --color=no option
    * Ensure test works on python 2
    * Optionally mark run cells with exc. count in tests
* Fri Apr 20 2018 toddrme2178@gmail.com
  - Initial version

Files

/usr/lib/python3.11/site-packages/nbval
/usr/lib/python3.11/site-packages/nbval-0.10.0.dist-info
/usr/lib/python3.11/site-packages/nbval-0.10.0.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/nbval-0.10.0.dist-info/LICENSE
/usr/lib/python3.11/site-packages/nbval-0.10.0.dist-info/METADATA
/usr/lib/python3.11/site-packages/nbval-0.10.0.dist-info/RECORD
/usr/lib/python3.11/site-packages/nbval-0.10.0.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/nbval-0.10.0.dist-info/WHEEL
/usr/lib/python3.11/site-packages/nbval-0.10.0.dist-info/entry_points.txt
/usr/lib/python3.11/site-packages/nbval-0.10.0.dist-info/top_level.txt
/usr/lib/python3.11/site-packages/nbval/__init__.py
/usr/lib/python3.11/site-packages/nbval/__pycache__
/usr/lib/python3.11/site-packages/nbval/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/nbval/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/nbval/__pycache__/_cover4.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/nbval/__pycache__/_cover4.cpython-311.pyc
/usr/lib/python3.11/site-packages/nbval/__pycache__/_cover5.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/nbval/__pycache__/_cover5.cpython-311.pyc
/usr/lib/python3.11/site-packages/nbval/__pycache__/_version.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/nbval/__pycache__/_version.cpython-311.pyc
/usr/lib/python3.11/site-packages/nbval/__pycache__/cover.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/nbval/__pycache__/cover.cpython-311.pyc
/usr/lib/python3.11/site-packages/nbval/__pycache__/kernel.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/nbval/__pycache__/kernel.cpython-311.pyc
/usr/lib/python3.11/site-packages/nbval/__pycache__/nbdime_reporter.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/nbval/__pycache__/nbdime_reporter.cpython-311.pyc
/usr/lib/python3.11/site-packages/nbval/__pycache__/plugin.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/nbval/__pycache__/plugin.cpython-311.pyc
/usr/lib/python3.11/site-packages/nbval/_cover4.py
/usr/lib/python3.11/site-packages/nbval/_cover5.py
/usr/lib/python3.11/site-packages/nbval/_version.py
/usr/lib/python3.11/site-packages/nbval/cover.py
/usr/lib/python3.11/site-packages/nbval/kernel.py
/usr/lib/python3.11/site-packages/nbval/nbdime_reporter.py
/usr/lib/python3.11/site-packages/nbval/plugin.py
/usr/share/doc/packages/python311-nbval
/usr/share/doc/packages/python311-nbval/README.md
/usr/share/licenses/python311-nbval
/usr/share/licenses/python311-nbval/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Sep 15 23:57:16 2024