forked from pool/python-nbconvert
Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f294c85a72 | |||
| 048d0f6b49 | |||
| cbada54d5e | |||
| dd4fcef698 | |||
| 2baea6cd8a | |||
| 6994fd3d94 | |||
| ed21aa9ad8 |
@@ -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
3
nbconvert-7.16.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:576a7e37c6480da7b8465eefa66c17844243816ce1ccc372633c6b71c3c0f582
|
||||
size 857715
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user