1
0
python-nbconvert/ignore-bleach-deprecation-test.patch
Benjamin Greiner c65fd4ee73 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
2022-06-05 12:26:19 +00:00

12 lines
499 B
Diff

Index: nbconvert-6.5.0/pyproject.toml
===================================================================
--- nbconvert-6.5.0.orig/pyproject.toml
+++ nbconvert-6.5.0/pyproject.toml
@@ -21,5 +21,5 @@ filterwarnings = [
"ignore:unclosed <socket.socket:ResourceWarning",
"ignore:unclosed event loop:ResourceWarning",
"ignore:There is no current event loop:DeprecationWarning",
-
+ "ignore:Support for bleach <5 will be removed in a future version of nbconvert:DeprecationWarning",
]