pexpect 4.8.0-4ubuntu1 source package in Ubuntu
Changelog
pexpect (4.8.0-4ubuntu1) lunar; urgency=medium * Merge with Debian unstable. Remaining changes: - Work around an issue in bash (LP 1097467) which causes --rcfile to override the user .bashrc but not the system-wide /etc/bash.bashrc. This affects the pexpect test-suite under environments in which the system-wide bashrc causes interactive shells to output additional preamble. Instead, use --norc (which suppresses both user and system-wide bashrc) and change PS1 via the environment. * Drop changes: - d/test/control: Keep needs-root Restriction, to fix flaky tests: "test_run_event_as_function/_method" [ Not necessary anymore. ] -- Sergio Durigan Junior <email address hidden> Fri, 06 Jan 2023 13:29:47 -0500
Upload details
- Uploaded by:
- Sergio Durigan Junior
- Uploaded to:
- Lunar
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | python | |
Lunar | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pexpect_4.8.0.orig.tar.gz | 162.1 KiB | f2ea54a12cc893636a60421e8da0a36c40caad7825eb674697f1e25f5f91245e |
pexpect_4.8.0-4ubuntu1.debian.tar.xz | 9.5 KiB | a35b88b90df2b20a5c6ca3491887eb4884b0160db9e0bd4337d4f9da27b938b8 |
pexpect_4.8.0-4ubuntu1.dsc | 2.2 KiB | 40ca3cb781ad4ef601f4ba670a89858878609f8724de1e9acd0e35596e04f644 |
Available diffs
Binary packages built by this source
- python-pexpect-doc: Python module for automating interactive applications (documentation)
Pexpect is a pure Python module for spawning child applications;
controlling them; and responding to expected patterns in their
output. Pexpect works like Don Libes' Expect. Pexpect allows your
script to spawn a child application and control it as if a human were
typing commands.
.
This is the common documentation package.
- python3-pexpect: Python 3 module for automating interactive applications
Pexpect is a pure Python 3 module for spawning child applications;
controlling them; and responding to expected patterns in their
output. Pexpect works like Don Libes' Expect. Pexpect allows your
script to spawn a child application and control it as if a human were
typing commands.