Package: pexpect / 4.9-4

Metadata

Package Version Patches format
pexpect 4.9-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0005 fix for sphinx doc py312.patch | (download)

doc/api/pexpect.rst | 1 1 + 0 - 0 !
doc/conf.py | 14 6 + 8 - 0 !
2 files changed, 7 insertions(+), 8 deletions(-)

 doc/conf.py fix for docs with python 3.12.
 Fixes need for unavailable depends, avoids ghpull and other minor fixes.
0001 Removed privacy breach in docs.patch | (download)

doc/index.rst | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 removed privacy breach in docs


py314 avoid multiprocessing forkserver.patch | (download)

tests/test_expect.py | 12 10 + 2 - 0 !
tests/test_socket.py | 24 16 + 8 - 0 !
2 files changed, 26 insertions(+), 10 deletions(-)

 tests: avoid the multiprocessing forkserver method

Fixes https://github.com/pexpect/pexpect/issues/807