Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python313-nbclient | Distribution: openSUSE:Factory:zSystems |
Version: 0.10.0 | Vendor: openSUSE |
Release: 3.1 | Build date: Thu Nov 21 23:28:41 2024 |
Group: Unspecified | Build host: reproducible |
Size: 225722 | Source RPM: python-nbclient-0.10.0-3.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/jupyter/nbclient | |
Summary: A client library for executing notebooks |
A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor. NBClient is a tool for parameterizing andexecuting Jupyter Notebooks.
BSD-3-Clause
* Thu Nov 21 2024 Matej Cepl <[email protected]> - Remove color from logs. * Thu Nov 21 2024 Ben Greiner <[email protected]> - Add nbclient-pr315-date-deprecation.patch * Avoids DeprecationWarning when importing * gh#jupyter/nbclient#315 gh#jupyter/nbclient#318 - Add nbclient-pr317-py313tests.patch gh#jupyter/nbclient#317 * make tests more lenient * Wed Jun 26 2024 Steve Kowalik <[email protected]> - Remove upper bound on pytest. * Fri Mar 29 2024 Ben Greiner <[email protected]> - Update to 0.10.0 * Optionally write out executed notebook in jupyter-execute #307 (@wpk-nist-gov) * Thu Mar 07 2024 Ben Greiner <[email protected]> - Skip testing with python39: no longer supported since ipython 8.19 * Sun Nov 26 2023 Ben Greiner <[email protected]> - Update to 0.9.0 * Maintenance and upkeep improvements * Sun Jun 11 2023 Ben Greiner <[email protected]> - Update to 0.8.0 * Bump min version support #287 (@blink1073) * Mon May 01 2023 Ben Greiner <[email protected]> - Update to 0.7.4 * include stream output in CellExecutionError #282 (@minrk) * avoid duplicate 'Exception: message' in CellExecutionError #283 (@minrk) * Send KeyboardInterrupt a little later in test_run_all_notebooks[Interrupt.ipynb-opts6] #285 (@kxxt) * Sun Apr 23 2023 Ben Greiner <[email protected]> - Update to 0.7.3 * Add coalesce_streams #279 (@davidbrochart) * Sun Jan 08 2023 Ben Greiner <[email protected]> - Update to 0.7.2 * Allow space after In #264 (@davidbrochart) * Fix jupyter_core pinning #263 (@davidbrochart) * Update README, add Python 3.11 #260 (@davidbrochart) - Release 0.7.1 * Remove nest-asyncio #259 (@davidbrochart) - Use PEP517 hatchling build * Sun Oct 09 2022 Arun Persaud <[email protected]> - update to version 0.7.0: * Maintenance and upkeep improvements + Cleanup CI #254 (@blink1073) + Handle client 8 support #253 (@blink1073) * Fri Sep 09 2022 Arun Persaud <[email protected]> - update to version 0.6.8: * Merged PRs + Fix tests compatibility with IPython 8.5.0 #251 (@frenzymadness) * Sun Aug 28 2022 Ben Greiner <[email protected]> - Update to 0.6.7 * Fix tests for ipywidgets 8 #246 (@frenzymadness) * Sat Jul 09 2022 Arun Persaud <[email protected]> - update to version 0.6.6: * Merged PRs + Start new client if needed in blocking setup_kernel #241 (@davidbrochart) - changes from version 0.6.5: * Merged PRs + Start new client if needed #239 (@davidbrochart) * Sun Jun 05 2022 Ben Greiner <[email protected]> - Fix test requirements * Sat Jun 04 2022 Arun Persaud <[email protected]> - specfile: * update requirements - update to version 0.6.4: * Merged PRs + Make sure kernel is cleaned up in case an error occurred while starting kernel client #234 (@CiprianAnton) + Suppress most warnings in tests #232 (@davidbrochart) - changes from version 0.6.3: * Bugs fixed + Clean up docs and typings #230 (@blink1073) * Documentation improvements + Clean up docs and typings #230 (@blink1073) - changes from version 0.6.2: * Merged PRs + Fix documentation generation #228 (@davidbrochart) - changes from version 0.6.1: * Merged PRs + [pre-commit.ci] pre-commit autoupdate #225 (@pre-commit-ci) + Add error_on_interrupt trait #224 (@davidbrochart) + Fix typo #223 (@davidbrochart) + Add on_cell_executed hook #222 (@davidbrochart) - changes from version 0.6.0: * Maintenance and upkeep improvements + Fix typings and update mypy settings #220 (@blink1073) + Add missing dep on testpath #219 (@blink1073) + Add more pre-commit hooks and update flake8 #218 (@blink1073) * Documentation improvements + Clean up docs handling #216 (@blink1073) * Sat Mar 12 2022 Arun Persaud <[email protected]> - update to version 0.5.13: * Drop ipython_genutils #209 (@davidbrochart) * Wed Mar 09 2022 Arun Persaud <[email protected]> * specfile: * update version requirement for traitlets - update to version 0.5.12: * Merged PRs + Require traitlets>=5.0.0 #204 (@davidbrochart) + Extend the ignored part of IPython outputs #202 (@frenzymadness) * Mon Feb 28 2022 Ben Greiner <[email protected]> - Skip more failing tests due to new Exception message format * Thu Feb 17 2022 Arun Persaud <[email protected]> - update to version 0.5.11: * Merged PRs + Pin ipython<8 in tests #198 (@davidbrochart) + Clear execution metadata, prefer msg header date when recording times #195 (@kevin-bates) + Client hooks #188 (@devintang3) * Mon Jan 17 2022 Ben Greiner <[email protected]> - Skip a flaky test gh#jupyter/nbclient#189 * Sat Jan 15 2022 Ben Greiner <[email protected]> - Update to 0.5.10 * Fix ipywidgets version in tests #192 (@martinRenou) * Compatibility with IPython 8 where tracebacks are different [#190] (@frenzymadness) * Drop tox #187 (@davidbrochart) * Drop python3.6, test python3.10 #184 (@davidbrochart) * Fix typos #182 (@kianmeng) - Cleanup now unused specfile code for Python 3.6 distributions * Sat Jan 08 2022 Ben Greiner <[email protected]> - Do not build on SLE/Leap <= 15.3 * Sun Nov 21 2021 Ben Greiner <[email protected]> - Deselect all 4 flaky parallel_notebooks tests * Fri Nov 19 2021 Ben Greiner <[email protected]> - Update to version 0.5.9 * Remove jupyter-run, keep jupyter-execute #180 (@davidbrochart) - Switch to libalternatives * Sun Nov 14 2021 Ben Greiner <[email protected]> - Update to version 0.5.8 * Prepare for use with Jupyter Releaser #175 (@davidbrochart) * Move IPYKERNEL_CELL_NAME from tox to pytest #172 (@frenzymadness) * Added CLI to README #170 (@palewire) * Add "jupyter execute" command-line interface #165 (@palewire) * Fix: updating buffers overwrote previous buffers #169 (@maartenbreddels) * Fix tests for ipykernel without debugpy #166 (@frenzymadness) * gitignore Pipfile #164 (@palewire) * Fixed CONTRIBUTING.md link #163 (@palewire) * Fix typo #162 (@The-Compiler) * Move format & lint to pre-commit #161 (@chrisjsewell) * Add skip-execution cell tag functionality #151 (@chrisjsewell) - Not enabling new jupyter-run entrypoint due to conflict with jupyter_client * Wed Sep 22 2021 Ben Greiner <[email protected]> - Fix async_parallel_notebooks deselection expression * Sun Sep 19 2021 Ben Greiner <[email protected]> - Add IPYKERNEL_CELL_NAME env var for test sanitization - Only require async_generator for Python < 3.7 * Wed Sep 15 2021 Arun Persaud <[email protected]> - update to version 0.5.4: * Replace km.cleanup with km.cleanup_resources #152 (@davidbrochart) * Use async generator backport only on old python #154 (@mkoeppe) * Support parsing of IPython dev version #150 (@cphyc) * Set IPYKERNEL_CELL_NAME = <IPY-INPUT> #147 (@davidbrochart) * Print useful error message on exception #142 (@certik) * Thu Apr 08 2021 Ben Greiner <[email protected]> - Actually break the cycle: test flavor needs a psuffix * Wed Mar 31 2021 Ben Greiner <[email protected]> - test in multibuild flavor in order to break runtime and build dependency cycle with nbconvert. * Wed Mar 03 2021 Arun Persaud <[email protected]> - update to version 0.5.3: * Fix ipykernel's stop_on_error value to take into account raises-exception tag and force_raise_errors #137 * Sun Feb 14 2021 Arun Persaud <[email protected]> - specfile: * update copyright year - update to version 0.5.2: * Set minimum python version supported to 3.6.1 to avoid 3.6.0 issues * CellExecutionError is now unpickleable * Added testing for python 3.9 * Changed travis tests to github actions * Documentation referencing an old model instead of NotebookClient was fixed * allow_error_names option was added for a more specific scope of allow_errors to be applied
/usr/bin/jupyter-execute /usr/bin/jupyter-execute-3.13 /usr/lib/python3.13/site-packages/nbclient /usr/lib/python3.13/site-packages/nbclient-0.10.0.dist-info /usr/lib/python3.13/site-packages/nbclient-0.10.0.dist-info/INSTALLER /usr/lib/python3.13/site-packages/nbclient-0.10.0.dist-info/METADATA /usr/lib/python3.13/site-packages/nbclient-0.10.0.dist-info/RECORD /usr/lib/python3.13/site-packages/nbclient-0.10.0.dist-info/REQUESTED /usr/lib/python3.13/site-packages/nbclient-0.10.0.dist-info/WHEEL /usr/lib/python3.13/site-packages/nbclient-0.10.0.dist-info/entry_points.txt /usr/lib/python3.13/site-packages/nbclient-0.10.0.dist-info/licenses /usr/lib/python3.13/site-packages/nbclient-0.10.0.dist-info/licenses/LICENSE /usr/lib/python3.13/site-packages/nbclient/__init__.py /usr/lib/python3.13/site-packages/nbclient/__pycache__ /usr/lib/python3.13/site-packages/nbclient/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/nbclient/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/nbclient/__pycache__/_version.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/nbclient/__pycache__/_version.cpython-313.pyc /usr/lib/python3.13/site-packages/nbclient/__pycache__/cli.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/nbclient/__pycache__/cli.cpython-313.pyc /usr/lib/python3.13/site-packages/nbclient/__pycache__/client.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/nbclient/__pycache__/client.cpython-313.pyc /usr/lib/python3.13/site-packages/nbclient/__pycache__/exceptions.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/nbclient/__pycache__/exceptions.cpython-313.pyc /usr/lib/python3.13/site-packages/nbclient/__pycache__/jsonutil.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/nbclient/__pycache__/jsonutil.cpython-313.pyc /usr/lib/python3.13/site-packages/nbclient/__pycache__/output_widget.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/nbclient/__pycache__/output_widget.cpython-313.pyc /usr/lib/python3.13/site-packages/nbclient/__pycache__/util.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/nbclient/__pycache__/util.cpython-313.pyc /usr/lib/python3.13/site-packages/nbclient/_version.py /usr/lib/python3.13/site-packages/nbclient/cli.py /usr/lib/python3.13/site-packages/nbclient/client.py /usr/lib/python3.13/site-packages/nbclient/exceptions.py /usr/lib/python3.13/site-packages/nbclient/jsonutil.py /usr/lib/python3.13/site-packages/nbclient/output_widget.py /usr/lib/python3.13/site-packages/nbclient/py.typed /usr/lib/python3.13/site-packages/nbclient/util.py /usr/share/doc/packages/python313-nbclient /usr/share/doc/packages/python313-nbclient/README.md /usr/share/libalternatives/jupyter-execute /usr/share/libalternatives/jupyter-execute/313.conf /usr/share/licenses/python313-nbclient /usr/share/licenses/python313-nbclient/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Dec 3 23:45:09 2024