Name: | python3.11-setproctitle |
---|---|
Version: | 1.3.4 |
Release: | 1.0.2.el9 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 42784 |
License: | BSD-3-Clause |
RPM: | python3.11-setproctitle-1.3.4-1.0.2.el9.x86_64.rpm |
Source RPM: | python-setproctitle-1.3.4-1.0.2.el9.src.rpm |
Build Date: | Fri Feb 28 2025 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/dvarrazzo/py-setproctitle |
Summary: | A Python module to customize the process title |
Description: | A Python module to customize the process title :author: Daniele VarrazzoThe setproctitle module allows a process to change its title (as displayed by system tools such as ps, top or MacOS Activity Monitor).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... |
- Update to 1.3.4
- Remove pytest runtime dependency
- Add rpm-macros
- Initial package.