ptyprocess 0.6.0-1 source package in Ubuntu

Changelog

ptyprocess (0.6.0-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Fix Format URL to correct one
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field

  [ Julien Puydt ]
  * New upstream release.
  * Refresh packaging:
    - Use my debian.org mail address.
    - Bump dh compat to 11. 
    - Bump std-ver to 4.1.4. 
    - Bump d/watch to version 4. 
    - Update dates in d/copyright. 
    - Remove upstream signing key, as it seems it isn't used (!). 

 -- Julien Puydt <email address hidden>  Wed, 27 Jun 2018 13:11:02 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ptyprocess_0.6.0-1.dsc 2.1 KiB 2c89644ad78e10cd6e236f26db217d45fa88fc2022a961c7544e0dd3b61606cf
ptyprocess_0.6.0.orig.tar.gz 67.1 KiB 22c5ff74059b836a1b29837de61a325572c208b67f61276878439726df0f8ac0
ptyprocess_0.6.0-1.debian.tar.xz 2.3 KiB 46e8c43280f262251a94123d83c116538b0a7f6e5d1a9c0ad4de364b623d31ce

Available diffs

No changes file available.

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.