Name: | python3-pystemd |
---|---|
Version: | 0.13.2 |
Release: | 5.el8 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 811349 |
License: | LGPL-2.1-or-later |
RPM: | python3-pystemd-0.13.2-5.el8.aarch64.rpm |
Source RPM: | python-pystemd-0.13.2-5.el8.src.rpm |
Build Date: | Thu Jul 20 2023 |
Build Host: | build-ol8-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/systemd/pystemd |
Summary: | A thin Cython-based wrapper on top of libsystemd |
Description: | This library allows you to talk to systemd over D-Bus from Python, without actually thinking that you are talking to systemd over D-Bus. This allows you to programmatically start/stop/restart/kill and verify service status from systemd point of view, avoiding subprocessing systemctl and then parsing the output to know the result. |
- Fix deprecation warning and EL builds
- Rebuilt for Python 3.12
- Fix rpmlint warnings: remove shipped *.c sources
- Rebuilt for Python 3.12
- Update to 0.13.2; Fixes: rhbz#2210519
- Rebuilt for Python 3.12
- Update to 0.13.1; Fixes: RHBZ#2207826 - Drop some unnecessary logic from the spec
- Update to 0.13.0
- Gate out unsupported test on el8
- Add psutil to BuildRequires for test_futures - Update project URL