pexpect 4.9-2 source package in Ubuntu

Changelog

pexpect (4.9-2) unstable; urgency=medium

  * Team upload

  [ Paul Mars ]
  * Rename TRAVIS env var to CI. This var was renamed upstream.

 -- Graham Inggs <email address hidden>  Thu, 15 Feb 2024 14:56:30 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main python
Noble release main python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pexpect_4.9-2.dsc 2.1 KiB 73b85f9db49c8b86200866c8fa380bc805d936b4be941dbf47183925a04b01ed
pexpect_4.9.orig.tar.gz 166.3 KiB 305ab31baae8452dc6406e13c1512095d0df79ff82a9ad7c2638d70d6d836f60
pexpect_4.9-2.debian.tar.xz 7.1 KiB 9a463087af1ae98f6955afe228761133eccce1f322337788f1c14fd78513df5c

Available diffs

No changes file available.

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.