Path to this page:
./
sysutils/py-setproctitle,
Python module to customize the process title
Branch: CURRENT,
Version: 1.3.3,
Package name: py311-setproctitle-1.3.3,
Maintainer: pkgsrc-usersThe 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 to identify the task each process is busy with. The
technique is used by PostgreSQL and the OpenSSH Server for example.
Required to run:[
devel/py-setuptools] [
lang/python27]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 26.614 KB
Version history: (Expand)
- (2023-10-04) Updated to version: py311-setproctitle-1.3.3
- (2022-08-18) Updated to version: py310-setproctitle-1.3.2
- (2022-08-10) Updated to version: py310-setproctitle-1.3.1
- (2022-07-28) Updated to version: py310-setproctitle-1.3.0
- (2022-04-15) Updated to version: py39-setproctitle-1.2.3
- (2022-01-05) Updated to version: py39-setproctitle-1.2.2nb1
CVS history: (Expand)
2023-10-04 11:46:17 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-setproctitle: updated to 1.3.3
1.3.3
- Add support for Python 3.12
- Fix package metadata to include Python 3.11, 3.12.
|
2022-08-18 09:35:32 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-setproctitle: updated to 1.3.2
Version 1.3.2
- Restore import-time initialization of macOS to avoid crash on thread+fork
|
2022-08-10 15:55:14 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-setproctitle: updated to 1.3.1
Version 1.3.1
-------------
- Fixed segfault on macOS 12.5 in forked processes.
Note that, as a workaround, Activity Monitor will show the title of the
parent.
|
2022-07-28 08:52:58 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-setproctitle: updated to 1.3.0
Version 1.3.0
- Added fallback no-op implementation if building the extension fails.
- Added support for displaying title as the process name in MacOS Activity
Monitor
- Fixed "Symbol not found: _Py_GetArgcArgv" error when using Xcode provided
Python
- Fixed FreeBSD support, broken in 1.2
- Added package type annotations
- Dropped support for Python 3.6.
|
2022-04-30 13:00:45 by Thomas Klausner | Files touched by this commit (1) | |
Log message:
py-setproctitle: mark as not-for-python-2.x
Last minor update broke this without notice
|
2022-04-15 07:39:58 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-setproctitle: updated to 1.2.3
Version 1.2.3
Added Python 3.10 packages.
Added Wheel packages for macOS.
Package build moved to cibuildwheel, other wheels provided
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|