python-setproctitle 1.1.10-1build5 source package in Ubuntu

Changelog

python-setproctitle (1.1.10-1build5) focal; urgency=medium

  * No-change rebuild to build with python3.8.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 18:11:44 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-setproctitle_1.1.10.orig.tar.gz 23.5 KiB 6283b7a58477dd8478fbb9e76defb37968ee4ba47b05ec1c053cb39638bd7398
python-setproctitle_1.1.10-1build5.debian.tar.xz 3.6 KiB 8f9ddd8836e631846ed719c4a1e134a5818b46680ab6c66d0838fa6baa3c3bd9
python-setproctitle_1.1.10-1build5.dsc 2.4 KiB 0398a543baa9d3fcb0a96ce2f5b5dba9b1904cba96a941a98ded6a36504af306

Available diffs

View changes file

Binary packages built by this source

python-setproctitle: Setproctitle implementation for Python 2

 The library allows a process to change its title (as displayed by system tools
 such as ps and top).
 .
 Changing the title is mostly useful in multi-process systems, for example when
 a master process is forked: changing the children's title allows one to
 identify the task each process is busy with. The technique is used by
 PostgreSQL and the OpenSSH Server for example.

python-setproctitle-dbg: Setproctitle implementation for Python 2 (debug)

 The library allows a process to change its title (as displayed by system tools
 such as ps and top).
 .
 This is the debugging symbols for setproctitle.

python-setproctitle-dbgsym: debug symbols for python-setproctitle
python3-setproctitle: Setproctitle implementation for Python 3

 The library allows a process to change its title (as displayed by system tools
 such as ps and top).
 .
 Changing the title is mostly useful in multi-process systems, for example when
 a master process is forked: changing the children's title allows one to
 identify the task each process is busy with. The technique is used by
 PostgreSQL and the OpenSSH Server for example.
 .
 This is the Python 3 package.

python3-setproctitle-dbg: Setproctitle implementation for Python 3 (debug)

 The library allows a process to change its title (as displayed by system tools
 such as ps and top).
 .
 This is the debugging symbols for setproctitle, Python 3.

python3-setproctitle-dbgsym: debug symbols for python3-setproctitle