1
0

Compare commits

7 Commits

Author SHA256 Message Date
f294c85a72 Accepting request 1328869 from devel:languages:python:jupyter
- Relaxed tinycss2 upper bound to enable build

OBS-URL: https://build.opensuse.org/request/show/1328869
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=38
2026-01-23 16:34:22 +00:00
048d0f6b49 relaxed tinycss2 upper bound
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=96
2026-01-23 11:08:30 +00:00
cbada54d5e OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=95 2026-01-23 11:07:20 +00:00
dd4fcef698 Accepting request 1283947 from devel:languages:python:jupyter
- 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

OBS-URL: https://build.opensuse.org/request/show/1283947
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=37
2025-06-10 07:06:00 +00:00
2baea6cd8a Accepting request 1283944 from home:hsk17:branches:devel:languages:python:jupyter
update to 7.16.6, in particular for "Add support for mistune 3.1.0"

OBS-URL: https://build.opensuse.org/request/show/1283944
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=93
2025-06-08 18:26:04 +00:00
6994fd3d94 Accepting request 1248989 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/1248989
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=36
2025-02-27 15:40:35 +00:00
ed21aa9ad8 - Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=91
2025-02-27 12:57:45 +00:00
4 changed files with 39 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:86ca91ba266b0a448dc96fa6c5b9d98affabde2867b363258703536807f9f7f4
size 854422

3
nbconvert-7.16.6.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:576a7e37c6480da7b8465eefa66c17844243816ce1ccc372633c6b71c3c0f582
size 857715

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Fri Jan 23 11:07:34 UTC 2026 - Markéta Machová <mmachova@suse.com>
- Relaxed tinycss2 upper bound to enable build
-------------------------------------------------------------------
Fri Jun 6 14:38:17 UTC 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 12:47:52 UTC 2025 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Wed Aug 21 13:32:58 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@@ -30,9 +30,10 @@
%bcond_with libalternatives
%endif
# X.X.0 gets abbreviated by pythondistdeps
%define shortversion 7.16.4
%define shortversion 7.16.6
%{?sle15_python_module_pythons}
Name: python-nbconvert%{psuffix}
Version: 7.16.4
Version: 7.16.6
Release: 0
Summary: Conversion of Jupyter Notebooks
License: BSD-3-Clause AND MIT
@@ -56,8 +57,10 @@ Requires: python-nbclient >= 0.5
Requires: python-nbformat >= 5.7
Requires: python-packaging
Requires: python-pandocfilters >= 1.4.1
Requires: python-tinycss2
Requires: python-traitlets >= 5.1
Requires: (python-tinycss2 >= 1.1.0 with python-tinycss2 < 1.6)
## pyproject.toml says bleach[css], this is bleach w/ tinycss2, see above
## relaxing tinycss2 upper bound as proposed in https://github.com/Kozea/WeasyPrint/issues/2657
Requires: (python-bleach without python-bleach = 5.0.0)
Requires: (python-mistune >= 2.0.3 with python-mistune < 4)
Recommends: pandoc >= 2.9.2