pexpect 2.3-1ubuntu2 source package in Ubuntu

Changelog

pexpect (2.3-1ubuntu2) precise; urgency=low

  * Rebuild to drop python2.6 dependencies.
 -- Matthias Klose <email address hidden>   Sat, 31 Dec 2011 02:06:40 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main python

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pexpect_2.3.orig.tar.gz 147.3 KiB d315e7f3a8544fd85034d7e17fd7c5854e8f0828f5791f83cf313f8fa5740b75
pexpect_2.3-1ubuntu2.diff.gz 3.5 KiB 84868a45a406f531d9efbd17224a769b253b6d4d26e02b657a9caebe8c001399
pexpect_2.3-1ubuntu2.dsc 1.2 KiB e5ecb6c8420518c1d9bdeaf7ce8fd0c70d1b28a1f0e0ecef3519a746707e421f

Available diffs

View changes file

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.