python-setproctitle 1.3.3-1build1 source package in Ubuntu

Changelog

python-setproctitle (1.3.3-1build1) noble; urgency=medium

  * No-change rebuild with Python 3.12 as supported version

 -- Graham Inggs <email address hidden>  Tue, 31 Oct 2023 17:53:15 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
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.orig.tar.gz 26.9 KiB c4ff32c5482f7b434bd3b3a29d11a4cbac05e5f3b88eeba24c8ba7d2e405af9d
python-setproctitle_1.3.3-1build1.debian.tar.xz 4.1 KiB 6843befcb9f3bf486b2061e3a93cc1ebcb366c35a823fe8f9fda8d5defb61ab2
python-setproctitle_1.3.3-1build1.dsc 2.2 KiB ece9b50bd723d4f52082ed8db89efd1022e0ea9fd1471c69dd0605028e9b4304

View changes file

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