python-setproctitle 1.3.2-1 source package in Ubuntu

Changelog

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

  * New upstream version 1.3.2
  * Standards-Version: 4.6.2

 -- Gordon Ball <email address hidden>  Sun, 11 Jun 2023 20:21:09 +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
Mantic release main python

Downloads

File Size SHA-256 Checksum
python-setproctitle_1.3.2-1.dsc 2.2 KiB 127e66ee49a7567bcb14a1aff38f348733f6edce608576cf88823df2a7ca03c2
python-setproctitle_1.3.2.orig.tar.gz 26.7 KiB 3e7f33e33b6e13799aef53d2a279ea0badb819157eb6952eb2f53c1490274ff9
python-setproctitle_1.3.2-1.debian.tar.xz 4.1 KiB 1fea7c544c5fa3597ed52952f7a8ac5977ed1aff8d5413cd78baedeabd1148cc

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