Package: ipython / 8.35.0-2

Metadata

Package Version Patches format
ipython 8.35.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0002 Update intersphinx links for local access.patch | (download)

docs/source/sphinx.toml | 7 3 + 4 - 0 !
1 file changed, 3 insertions(+), 4 deletions(-)

 update intersphinx links for local access


0003 Drop setuptools data_files.patch | (download)

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

 drop setuptools data_files

This is used to install the man page, but since the install goes via an
intermediate wheel package, it doesn't get installed in the right place
in any case, so it's easier to install explicitly.

pytest asyncio marks.patch | (download)

IPython/conftest.py | 13 0 + 13 - 0 !
IPython/core/tests/test_magic.py | 5 5 + 0 - 0 !
2 files changed, 5 insertions(+), 13 deletions(-)

 fix a number of pytest warnings