pexpect 4.6.0-1build1 source package in Ubuntu

Changelog

pexpect (4.6.0-1build1) focal; urgency=medium

  * No-change rebuild to generate dependencies on python2.

 -- Matthias Klose <email address hidden>  Tue, 17 Dec 2019 12:39:10 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release main python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pexpect_4.6.0.orig.tar.gz 145.5 KiB 2a8e88259839571d1251d278476f3eec5db26deb73a70be5ed5dc5435e418aba
pexpect_4.6.0-1build1.debian.tar.xz 5.1 KiB ee57e15dde95b2f5a691ddab04239ece6ca42b8060a2aaf0351219f8c0ff5acb
pexpect_4.6.0-1build1.dsc 2.2 KiB 6467cb65c24c955803027b067d7d457a0ba7630068ef04663255c383ebba6fff

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.

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.