17
0

Accepting request 980874 from home:bnavigator:branches:devel:languages:python:jupyter

- Update to 6.5.0
  * Drop dependency on testpath. by @anntzer in #1723
  * Apply Autoformatters by @blink1073 in #1746
  * support bleach 5, add packaging and tinycss2 dependencies by
    @bollwyvl in #1755
  * update cli example by @leahecole in #1753
- Refresh nbconvert-vendorize-mistune.patch, include
  gh#lepture/mistune#188 for successful import
- Add ignore-bleach-deprecation-test.patch because the test suite
  fails with a DeprecationWarning for bleach <5 otherwise.

OBS-URL: https://build.opensuse.org/request/show/980874
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=38
This commit is contained in:
2022-06-05 12:26:19 +00:00
committed by Git OBS Bridge
parent f5003fcc47
commit f4b8d51ec7
6 changed files with 74 additions and 31 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Jun 5 11:29:55 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 6.5.0
* Drop dependency on testpath. by @anntzer in #1723
* Apply Autoformatters by @blink1073 in #1746
* support bleach 5, add packaging and tinycss2 dependencies by
@bollwyvl in #1755
* update cli example by @leahecole in #1753
- Refresh nbconvert-vendorize-mistune.patch, include
gh#lepture/mistune#188 for successful import
- Add ignore-bleach-deprecation-test.patch because the test suite
fails with a DeprecationWarning for bleach <5 otherwise.
-------------------------------------------------------------------
Sat Mar 12 04:50:52 UTC 2022 - Arun Persaud <arun@gmx.de>