pexpect 3.0-1 source package in Ubuntu

Changelog

pexpect (3.0-1) unstable; urgency=low


  * Team upload.

  [ Thomas Kluyver ]
  * New upstream release. Closes: #729518
  * Add packaging for Python 3.
  * Use pybuild for packaging.

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Jackson Doak ]
  * Create debian/python3-pexpect.docs

  [ Andrew Starr-Bochicchio ]
  * Remove empty debian/patches dir.
  * Move documentation and examples into a new python-pexpect-doc
    package. They are shared between the Python 2 and Python 3 packages,
    so there is no need to install them with both.

 -- Andrew Starr-Bochicchio <email address hidden>  Fri, 06 Dec 2013 20:20:26 -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-1.dsc 2.1 KiB 82715a511d86bbb5f9a406f33879fea45a2b6d9b9e0c338d2bdcdb096842c445
pexpect_3.0.orig.tar.gz 143.2 KiB 1d6cee0fa5ab212f9ddac9852bab0df5fff11a173ed1bfde9346d5c8aa42d14c
pexpect_3.0-1.debian.tar.gz 3.7 KiB 196577cd0bf05bd30729444b6d0b6b7ed9985a0352a945d7c2b942ea146b45ac

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.