python-setproctitle 1.3.7-ok1 source package in openKylin

Changelog

python-setproctitle (1.3.7-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 02 Jun 2026 20:49:31 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main python

Downloads

File Size SHA-256 Checksum
python-setproctitle_1.3.7.orig.tar.gz 27.6 KiB e34ad337c3be087da1052e8846c6576a5816e0fcbf0a8ba9dd170e205166e533
python-setproctitle_1.3.7-ok1.debian.tar.xz 2.9 KiB 3b871b9c8429b5fa7d095ede0d4572616443d74e750e51292b005d1fdaca30ba
python-setproctitle_1.3.7-ok1.dsc 2.1 KiB 93834feef93ad829334e522fbd703e032617ba89fa87e866d7acb7115b52233a

Available diffs

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