python-setproctitle 1.3.3-ok1 source package in openKylin

Changelog

python-setproctitle (1.3.3-ok1) nile; urgency=high

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 14:11:16 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
python
Urgency:
Very Urgent

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main python
Nile V2.0 proposed main python

Downloads

File Size SHA-256 Checksum
python-setproctitle_1.3.3.orig.tar.gz 26.9 KiB c4ff32c5482f7b434bd3b3a29d11a4cbac05e5f3b88eeba24c8ba7d2e405af9d
python-setproctitle_1.3.3-ok1.debian.tar.xz 2.8 KiB 365787f504d9da55222a09a42712a97439b6cbe58413ef1386c5b062451e2e4f
python-setproctitle_1.3.3-ok1.dsc 2.1 KiB 864c5a21efbe57f71aea9f4ad8b1e2b20bf59148455b16a24c57934d1c49f423

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