pystemd 0.13.2-1build2 source package in Ubuntu

Changelog

pystemd (0.13.2-1build2) noble; urgency=medium

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Wed, 10 Apr 2024 18:26:00 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Debian Python Team
Architectures:
linux-any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
pystemd_0.13.2.orig.tar.gz 301.2 KiB 4dcfa4b13a55685c49d3d17c10631eca18c33770f66316f8ef2337b8951cc144
pystemd_0.13.2-1build2.debian.tar.xz 3.3 KiB dd9783e750a0c548747dc1c391afa54a45562dcdf0fe216687692e035e43cc13
pystemd_0.13.2-1build2.dsc 2.2 KiB b1368f8930ccaf5295c3873f66ec05de3035c0cc026169ba569fd7fa31d4c84b

Available diffs

View changes file

Binary packages built by this source

python3-pystemd: systemd binding for Python

 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 services status from
 systemd point of view, avoiding executing `subprocess.Popen(['systemctl', ...`
 and then parsing the output to know the result.

python3-pystemd-dbgsym: debug symbols for python3-pystemd