pexpect 3.0-2 source package in Ubuntu

Changelog

pexpect (3.0-2) unstable; urgency=low


  * Team upload.
  * debian/copyright: Update to reflect upstreams change
    from Expat to ISC (Closes: #731945). 

 -- Andrew Starr-Bochicchio <email address hidden>  Thu, 12 Dec 2013 16:53:35 -0500

Upload details

Uploaded by:
Ganesan Rajagopal
Uploaded to:
Sid
Original maintainer:
Ganesan Rajagopal
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pexpect_3.0-2.dsc 2.1 KiB bc250ea227347992d2e6ac4e1a5d938e6084fcd1c36800d40fd4f4d6633ee16e
pexpect_3.0.orig.tar.gz 143.2 KiB 1d6cee0fa5ab212f9ddac9852bab0df5fff11a173ed1bfde9346d5c8aa42d14c
pexpect_3.0-2.debian.tar.gz 3.7 KiB 23d7278216dce6f08d7eaee15e17bc0f59a2aad458d41b4cb19a2bb1e1747b8f

Available diffs

No changes file available.

Binary packages built by this source

python-pexpect: Python module for automating interactive applications

 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.

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.