pexpect 4.6.0-1 source package in Ubuntu

Changelog

pexpect (4.6.0-1) unstable; urgency=medium

  * Team upload.
  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/watch: Use https protocol
  * d/changelog: Remove trailing whitespaces
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field

  [ Diane Trout ]
  * New upstream release. (Closes: #890967)
    - Upstream renamed async to _async (Closes: #902646)
  * d/control: Update Standards-Version, no changes needed.
  * d/rules: remove _async.py for python2.7 (Thanks: Neil Williams)
  * d/control: Switch to python3-sphinx for documentation build
  * Update debhelper version to 11

 -- Diane Trout <email address hidden>  Sun, 01 Jul 2018 19:56:20 -0700

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

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pexpect_4.6.0-1.dsc 2.2 KiB d02dfb29591f2190c0e8258b6fa3091bf2439f38e2539c40968bf65ad35f2a85
pexpect_4.6.0.orig.tar.gz 145.5 KiB 2a8e88259839571d1251d278476f3eec5db26deb73a70be5ed5dc5435e418aba
pexpect_4.6.0-1.debian.tar.xz 5.0 KiB 5ee6cf48a24f1b090e9eb0bb1a9ccd19c678c460dea66dea23a04f13ce3ef70c

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.