python-setproctitle 1.3.3-1 source package in Ubuntu

Changelog

python-setproctitle (1.3.3-1) unstable; urgency=medium

  * New upstream version 1.3.3

 -- Gordon Ball <email address hidden>  Thu, 05 Oct 2023 12:14:20 +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.3.3-1.dsc 2.2 KiB cd4a7306adf99b9cf21fffb415fccf713993ba47cdf283dc3f9796b8bd9e9de3
python-setproctitle_1.3.3.orig.tar.gz 26.9 KiB c4ff32c5482f7b434bd3b3a29d11a4cbac05e5f3b88eeba24c8ba7d2e405af9d
python-setproctitle_1.3.3-1.debian.tar.xz 4.1 KiB 431895c34bf33f0ca3a22293e6c6408373412042755ce0b4026c7f2d980c7b10

Available diffs

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