| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: jupyter-nbconvert | Distribution: openSUSE Tumbleweed |
| Version: 7.16.6 | Vendor: openSUSE |
| Release: 2.3 | Build date: Fri Jan 23 12:07:34 2026 |
| Group: Unspecified | Build host: reproducible |
| Size: 635963 | Source RPM: python-nbconvert-7.16.6-2.3.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/jupyter/nbconvert | |
| Summary: Conversion of Jupyter Notebooks | |
The jupyter nbconvert package converts notebooks to various other formats via Jinja templates. This package provides the jupyter components.
BSD-3-Clause AND MIT
* Fri Jan 23 2026 Markéta Machová <mmachova@suse.com>
- Relaxed tinycss2 upper bound to enable build
* Fri Jun 06 2025 Friedrich Haubensak <hsk17@mail.de>
- Update to 7.16.6
* Prevent leading whitespace in markdown code blocks from being
stripped
* Fix bullet list parsing in markdown
* Fix crash when running with optimization
* Maintenance and upkeep improvements
- Update to 7.16.5
* Add support for mistune 3.1.0
* Allow including text/x-rst outputs in rst conversion,
transition away from text/restructuredtext
* Do not display mathjax overlay
* Work around pip 24.1 bug which prevents installing
pandocfilters 1.4.1
* Don't die if template path cannot be read
* Fix markdown2asciidoc function for pandoc >= 3.0
* Maintenance and upkeep improvements
* Thu Feb 27 2025 ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
* Wed Aug 21 2024 Ben Greiner <code@bnavigator.de>
- Update to 7.16.4
* rst exporter: Re-enable coalescing streams #2142 (@mgeier)
* Fri Mar 29 2024 Ben Greiner <code@bnavigator.de>
- Update to 7.16.3
* Maintenance and upkeep improvements
* Fri Mar 08 2024 Ben Greiner <code@bnavigator.de>
- Update to 7.16.2
* [HTMLExporter] Initialize resources before widget filtering
[#2118] (@yuvipanda)
- Release 7.16.1 is pure maintenance
- Skip testing python39: no longer supported since ipython 8.19
* Wed Feb 07 2024 Dirk Müller <dmueller@suse.com>
- update to 7.16.0:
* Add a toggle to skip the svg encoding of images #2106
* Support configurable width and height of reveal presentations
* Sun Jan 21 2024 Ben Greiner <code@bnavigator.de>
- Update to 7.14.2 via 7.14.1, 7.14.0
* Fix broken image scaling in case a custom width or height is
provided for the image #2094 (@AndSte01)
* Convert coalescese_streams function to
CoalesceStreamsPreprocessor #2089 (@ryan-williams)
* Fix webpdf test on Python 3.12 #2088 (@blink1073)
* Thu Dec 28 2023 Ben Greiner <code@bnavigator.de>
- Update to 7.13.1
* Restore removed import #2086 (@blink1073)
- Release 7.13.0
* Add table, td, tr to allowed list of tags #2083 (@yuvipanda)
* Sat Dec 16 2023 Dirk Müller <dmueller@suse.com>
- update to 7.12.0:
* Allow to load config from env.
* Use ruff on notebooks and update typings
* update Python version support in docs
* Support es modules in js includes
* Clean up lint handling and list generics
* Remove not needed pytest-dependency test requirement
* Update to mermaid 10.6.0, docs keyboard navigation
* Fix typing for traitlets 5.13
* Adopt ruff format
* Update typings and remove dead link
* Update to mermaid 10.6.0, docs keyboard navigation
* Mon Oct 09 2023 Ben Greiner <code@bnavigator.de>
- Update to 7.9.2
* Restore ResourcesDict to the public API #2055 (@blink1073)
- Release 7.9.1
* Include tests in sdist #2053 (@blink1073)
- Release 7.9.0
* Update to mermaidjs 10.5.0 #2051 (@bollwyvl)
* Update typing for traitlets 5.11 #2050 (@blink1073)
* Fixup typings #2048 (@blink1073)
* Sun Sep 24 2023 Ben Greiner <code@bnavigator.de>
- Update to 7.8.0
* MermaidJS 10.3.1, accessibility features, handle MIME #2034
(@bollwyvl)
* Fix: Prevent error from all whitespace lang string #2036
(@Adamtaranto)
* Sat Aug 26 2023 Ben Greiner <code@bnavigator.de>
- Update to 7.7.4
* Give main tag a height of 100% in css for reveal html #2032
(@lkeegan)
* Thu Aug 17 2023 Ben Greiner <code@bnavigator.de>
- Suggest primary python package -- boo#1214354
* Sat Aug 05 2023 Arun Persaud <arun@gmx.de>
- specfile
* require flaky for tests
- update to version 7.7.3:
* Bugs fixed
+ Restore pauses during webpdf render #2025 (@jstorrs)
- changes from version 7.7.2:
* Bugs fixed
+ Show a warning if an image has no alternative text #2024
(@brichet)
- changes from version 7.7.1:
* Bugs fixed
+ Restore 'media=print' option #2022 (@brichet)
- changes from version 7.7.0:
* Enhancements made
+ [Accessibility] some accessibility improvements #2021 (@brichet)
+ Adopt playwright #2013 (@brichet)
+ Update to Jupyterlab 4 #2012 (@brichet)
* Bugs fixed
+ html: write image/svg+xml data as base64 and skip clean_html
[#2018] (@jstorrs)
+ Remove HTML escaping JSON-encoded widget state #1934 (@manzt)
* Maintenance and upkeep improvements
+ Fix lint error #2010 (@blink1073)
+ Support Python 3.8-3.12 #2008 (@blink1073)
* Tue Jun 20 2023 Ben Greiner <code@bnavigator.de>
- Update to 7.6.0
* Update to Mistune v3 #1820 (@TiagodePAlves)
- Release 7.5.0
* Add mermaidjs 10.2.3 #1957 (@bollwyvl)
* Fix pdf conversion with explicitly relative paths #2005
(@tuncbkose)
* Ensure TEXINPUTS is an absolute path #2002 (@tuncbkose)
* Sun Jun 11 2023 Ben Greiner <code@bnavigator.de>
- Update to 7.4.0
* Add ExtractAttachmentsPreprocessor #1978 (@tuncbkose)
* Moved ensure_dir_exists to FilesWriter #1987 (@tuncbkose)
* Tweak exporter default_config merging behavior #1981
(@tuncbkose)
* Revert unintended effects of #1966 #1974 (@tuncbkose)
* Mon May 01 2023 Ben Greiner <code@bnavigator.de>
- Skip a test broken by ipython 8.13
* test_errors_print_traceback: gh#jupyter/nbconvert#1985
* Sun Apr 23 2023 Ben Greiner <code@bnavigator.de>
- Update to 7.3.1
* Remove overwriting of default KernelManager #1972 (@tuncbkose)
- Release 7.3.0
* Allow pattern in output_base #1967 (@JeppeKlitgaard)
* Make date configurable in latex/PDF #1963 (@achimgaedke)
* Update jupyterlab CSS #1960 (@martinRenou)
* Sun Mar 19 2023 Ben Greiner <code@bnavigator.de>
- Update to 7.2.10
* Add cell-id anchor for cell identification #1897 (@krassowski)
* Do not import pyppeteer for installation check #1947
(@krassowski)
* Thu Feb 09 2023 Arun Persaud <arun@gmx.de>
- update to version 7.2.9:
* Bugs fixed
+ Fix handling of css sanitizer #1940 (@blink1073)
* Sun Jan 22 2023 Ben Greiner <code@bnavigator.de>
- Update to 7.2.8
* always pass relax_add_props=True when validating #1936 (@minrk)
/usr/share/jupyter /usr/share/jupyter/nbconvert /usr/share/jupyter/nbconvert/templates /usr/share/jupyter/nbconvert/templates/asciidoc /usr/share/jupyter/nbconvert/templates/asciidoc/conf.json /usr/share/jupyter/nbconvert/templates/asciidoc/index.asciidoc.j2 /usr/share/jupyter/nbconvert/templates/base /usr/share/jupyter/nbconvert/templates/base/cell_id_anchor.j2 /usr/share/jupyter/nbconvert/templates/base/celltags.j2 /usr/share/jupyter/nbconvert/templates/base/display_priority.j2 /usr/share/jupyter/nbconvert/templates/base/jupyter_widgets.html.j2 /usr/share/jupyter/nbconvert/templates/base/mathjax.html.j2 /usr/share/jupyter/nbconvert/templates/base/null.j2 /usr/share/jupyter/nbconvert/templates/basic /usr/share/jupyter/nbconvert/templates/basic/conf.json /usr/share/jupyter/nbconvert/templates/basic/index.html.j2 /usr/share/jupyter/nbconvert/templates/classic /usr/share/jupyter/nbconvert/templates/classic/base.html.j2 /usr/share/jupyter/nbconvert/templates/classic/conf.json /usr/share/jupyter/nbconvert/templates/classic/index.html.j2 /usr/share/jupyter/nbconvert/templates/classic/static /usr/share/jupyter/nbconvert/templates/classic/static/style.css /usr/share/jupyter/nbconvert/templates/compatibility /usr/share/jupyter/nbconvert/templates/compatibility/display_priority.tpl /usr/share/jupyter/nbconvert/templates/compatibility/full.tpl /usr/share/jupyter/nbconvert/templates/lab /usr/share/jupyter/nbconvert/templates/lab/base.html.j2 /usr/share/jupyter/nbconvert/templates/lab/conf.json /usr/share/jupyter/nbconvert/templates/lab/index.html.j2 /usr/share/jupyter/nbconvert/templates/lab/mermaidjs.html.j2 /usr/share/jupyter/nbconvert/templates/lab/static /usr/share/jupyter/nbconvert/templates/lab/static/index.css /usr/share/jupyter/nbconvert/templates/lab/static/theme-dark.css /usr/share/jupyter/nbconvert/templates/lab/static/theme-light.css /usr/share/jupyter/nbconvert/templates/latex /usr/share/jupyter/nbconvert/templates/latex/base.tex.j2 /usr/share/jupyter/nbconvert/templates/latex/conf.json /usr/share/jupyter/nbconvert/templates/latex/display_priority.j2 /usr/share/jupyter/nbconvert/templates/latex/document_contents.tex.j2 /usr/share/jupyter/nbconvert/templates/latex/index.tex.j2 /usr/share/jupyter/nbconvert/templates/latex/null.j2 /usr/share/jupyter/nbconvert/templates/latex/report.tex.j2 /usr/share/jupyter/nbconvert/templates/latex/style_bw_ipython.tex.j2 /usr/share/jupyter/nbconvert/templates/latex/style_bw_python.tex.j2 /usr/share/jupyter/nbconvert/templates/latex/style_ipython.tex.j2 /usr/share/jupyter/nbconvert/templates/latex/style_jupyter.tex.j2 /usr/share/jupyter/nbconvert/templates/latex/style_python.tex.j2 /usr/share/jupyter/nbconvert/templates/markdown /usr/share/jupyter/nbconvert/templates/markdown/conf.json /usr/share/jupyter/nbconvert/templates/markdown/index.md.j2 /usr/share/jupyter/nbconvert/templates/python /usr/share/jupyter/nbconvert/templates/python/conf.json /usr/share/jupyter/nbconvert/templates/python/index.py.j2 /usr/share/jupyter/nbconvert/templates/reveal /usr/share/jupyter/nbconvert/templates/reveal/base.html.j2 /usr/share/jupyter/nbconvert/templates/reveal/cellslidedata.j2 /usr/share/jupyter/nbconvert/templates/reveal/conf.json /usr/share/jupyter/nbconvert/templates/reveal/index.html.j2 /usr/share/jupyter/nbconvert/templates/reveal/static /usr/share/jupyter/nbconvert/templates/reveal/static/custom_reveal.css /usr/share/jupyter/nbconvert/templates/rst /usr/share/jupyter/nbconvert/templates/rst/conf.json /usr/share/jupyter/nbconvert/templates/rst/index.rst.j2 /usr/share/jupyter/nbconvert/templates/script /usr/share/jupyter/nbconvert/templates/script/conf.json /usr/share/jupyter/nbconvert/templates/script/script.j2 /usr/share/jupyter/nbconvert/templates/webpdf /usr/share/jupyter/nbconvert/templates/webpdf/conf.json /usr/share/jupyter/nbconvert/templates/webpdf/index.pdf.j2 /usr/share/licenses/jupyter-nbconvert /usr/share/licenses/jupyter-nbconvert/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Jul 24 16:18:25 2026