python-setproctitle 1.3.1-1 source package in Ubuntu
Changelog
python-setproctitle (1.3.1-1) unstable; urgency=medium * Update Standards-Version to 4.6.0 * New upstream version 1.3.1 -- Gordon Ball <email address hidden> Fri, 26 Aug 2022 21:35:59 +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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-setproctitle_1.3.1-1.dsc | 2.2 KiB | a86829f5e5507097fd36cb4f13bd73cdea01dc8b3398b38d214eddcb8074549a |
python-setproctitle_1.3.1.orig.tar.gz | 26.5 KiB | 7f08e552604030afef2ec0aba568468135d9ce04e684d2ae9f5058aecc7821b4 |
python-setproctitle_1.3.1-1.debian.tar.xz | 4.0 KiB | 07082bb1363ebce2f3f468b24934aed6dcec0cf48fe2bf29097553f91f78f8d4 |
Available diffs
- diff from 1.2.2-2build1 (in Ubuntu) to 1.3.1-1 (13.4 KiB)
- diff from 1.2.2-2build2 (in Ubuntu) to 1.3.1-1 (13.4 KiB)
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