Package: jupyter-client / 8.6.3-3

Metadata

Package Version Patches format
jupyter-client 8.6.3-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
docs local intersphinx.diff | (download)

docs/conf.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use local ipython documentation for intersphinx
improve multiple test runs.patch | (download)

pyproject.toml | 2 1 + 1 - 0 !
tests/conftest.py | 34 34 + 0 - 0 !
2 files changed, 35 insertions(+), 1 deletion(-)

 skip already passed tests on subsequent pytest runs
  This is based on the mechanism in Spyder.
docstring dedent.patch | (download)

jupyter_client/client.py | 53 38 + 15 - 0 !
1 file changed, 38 insertions(+), 15 deletions(-)

 fix handling of docstring dedenting in python 3.13