ptyprocess 0.6.0-1build1 source package in Ubuntu

Changelog

ptyprocess (0.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:36 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ptyprocess_0.6.0.orig.tar.gz 67.1 KiB 22c5ff74059b836a1b29837de61a325572c208b67f61276878439726df0f8ac0
ptyprocess_0.6.0-1build1.debian.tar.xz 2.4 KiB fc789733f47daa8bdcab45b587c9cb7be9dfa3c97a18f163b156043a08f8f7b2
ptyprocess_0.6.0-1build1.dsc 2.1 KiB 7a1ff8a3be7e8d11f9ed7fc19a42831df87ac27c0f87a24f60e91c834d15fb37

View changes file

Binary packages built by this source

python-ptyprocess: Run a subprocess in a pseudo terminal from Python 2

 Launch a subprocess in a pseudo terminal (pty), and interact with both
 the process and its pty.
 .
 Sometimes, piping stdin and stdout is not enough. There might be a password
 prompt that doesn't read from stdin, output that changes when it's going to
 a pipe rather than a terminal, or curses-style interfaces that rely on a
 terminal. If you need to automate these things, running the process in a
 pseudo terminal (pty) is the answer.
 .
 This package installs the library for Python 2.

python3-ptyprocess: Run a subprocess in a pseudo terminal from Python 3

 Launch a subprocess in a pseudo terminal (pty), and interact with both
 the process and its pty.
 .
 Sometimes, piping stdin and stdout is not enough. There might be a password
 prompt that doesn't read from stdin, output that changes when it's going to
 a pipe rather than a terminal, or curses-style interfaces that rely on a
 terminal. If you need to automate these things, running the process in a
 pseudo terminal (pty) is the answer.
 .
 This package installs the library for Python 3.