python-subprocess32 3.5.4-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * deb/control: bump standards version (no changes needed).
  * deb/copyright: expand copyright span.
  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.

 -- Daniel Stender <email address hidden>  Mon, 09 Sep 2019 17:25:06 +0200

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

Downloads

File Size SHA-256 Checksum
python-subprocess32_3.5.4-1.dsc 2.1 KiB cafbd556137a3950c230aaec2731a4e3be28804bfb512e5e8c144a28c4163c19
python-subprocess32_3.5.4.orig.tar.xz 76.6 KiB e50ae0fb884cd03c7e68341525fa7c155466f92eb83f60e57156dae60cf421d3
python-subprocess32_3.5.4-1.debian.tar.xz 3.8 KiB fa1bd26108c596ddcd8c5043c2a8c0c37b4618a4bcd290f47d327f3f825a6917

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