python-setproctitle 1.2.2-2 source package in Ubuntu

Changelog

python-setproctitle (1.2.2-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ Gordon Ball ]
  * Drop explicit debug package python3-setproctitle-dbg

 -- Gordon Ball <email address hidden>  Sat, 04 Sep 2021 19:00:17 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python 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.2.2-2.dsc 2.2 KiB a80476e7f98b64fca7b23f014ad118a86c281601aa72cc66f4cde3b806cdbf61
python-setproctitle_1.2.2.orig.tar.gz 23.5 KiB 160e0b8894e5ed3dd4c464c9a3ec974d3cfdd72261156ff743614da5a7b530c3
python-setproctitle_1.2.2-2.debian.tar.xz 4.0 KiB f4ada96d8df5cca6518595f0377a43c4c6ce602663379ced62a5c2aac4e285f4

No changes file available.

Binary packages built by this source

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-dbgsym: debug symbols for python3-setproctitle