python-subprocess32 3.5.4-2 source package in Ubuntu

Changelog

python-subprocess32 (3.5.4-2) unstable; urgency=medium

  * Team upload.
  * Remove myself from Uploaders.
  * Bump Standards-Version to 4.4.1 [Ondřej Nový].

 -- Daniel Stender <email address hidden>  Thu, 21 Nov 2019 00:22:15 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
python-subprocess32_3.5.4-2.dsc 2.1 KiB dc866e20e45733de365c356f2eb0574a6b681fd5a42de1ff37d59aead237a92c
python-subprocess32_3.5.4.orig.tar.xz 76.6 KiB e50ae0fb884cd03c7e68341525fa7c155466f92eb83f60e57156dae60cf421d3
python-subprocess32_3.5.4-2.debian.tar.xz 3.8 KiB 0920fd77befab4186d3f70c52bdff6ed28c7627882a401c4d9efa9f2f7ad0a83

Available diffs

No changes file available.

Binary packages built by this source

python-subprocess32: backport of the Py3 stdlib subprocess module for Py2

 This is a backport of the Python 3.2 subprocess module to replace the stdlib
 subprocess module of Python versions 2.4 through 2.7, strongly recommended for
 POSIX systems. It includes a C extension used internally to handle the code
 path between fork() and exec(), which is more reliable when an application uses
 threads. Timeout support backported from Python 3.3 is also included. On the
 background, see PEP-324.

python-subprocess32-dbgsym: debug symbols for python-subprocess32