pexpect 4.2.1-1 source package in Ubuntu

Changelog

pexpect (4.2.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
  * Removed Ganesan Rajagopal from Uploaders (Closes: #839665)
  * Bumped debhelper compat version to 10
  * Removed privacy breach in docs
  * d/copyright
    - Added copyright holders for Debian part
    - Added new upstream copyright holder
  * wrap-and-sort -t -a
  * Removed version from pre-wheezy dependency
  * Enabled autopkgtest-pkg-python testsuite
  * Bumped required version of Python to 2.7/3.3

 -- Ondřej Nový <email address hidden>  Mon, 12 Dec 2016 15:59:09 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main python

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pexpect_4.2.1-1.dsc 2.2 KiB c914c2cf22fe92c0bc1effb674ae03b0ba886dff95133ac4a0e0510f92a39bd4
pexpect_4.2.1.orig.tar.gz 140.6 KiB 3d132465a75b57aa818341c6521392a06cc660feb3988d7f1074f39bd23c9a92
pexpect_4.2.1-1.debian.tar.xz 4.8 KiB 528062c590a46ec210e1f944e02e80a02ffacfd767fc19484d98cec069e26e45

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: No summary available for python-pexpect-doc in ubuntu zesty.

No description available for python-pexpect-doc in ubuntu zesty.

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.