17
0

Accepting request 943334 from home:bnavigator:branches:devel:languages:python:jupyter:notraitlets5

- Revert to 6.0.7
  * We can't have a newer version without traitlets 5. But we
    can't have traitlets 5 as long as python36 is active
- Vendorize mistune 0.8.4
  * Add nbconvert-vendorize-mistune.patch
  * gh#jupyter/nbconvert#1685
- Alternativize flavored entry-point. For 6.3: do it with dejavu

OBS-URL: https://build.opensuse.org/request/show/943334
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=29
This commit is contained in:
2021-12-31 16:54:01 +00:00
committed by Git OBS Bridge
parent 3ba7dd0e61
commit 77c42089cb
8 changed files with 79 additions and 15 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Dec 31 16:28:25 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Revert to 6.0.7
* We can't have a newer version without traitlets 5. But we
can't have traitlets 5 as long as python36 is active
- Vendorize mistune 0.8.4
* Add nbconvert-vendorize-mistune.patch
* gh#jupyter/nbconvert#1685
- Alternativize flavored entry-point. For 6.3: do it with dejavu
-------------------------------------------------------------------
Thu Dec 30 18:01:32 UTC 2021 - Matej Cepl <mcepl@suse.com>