pystemd 0.13.2-1build1 source package in Ubuntu

Changelog

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

  * No-change rebuild to build with python3.12 as supported.

 -- Matthias Klose <email address hidden>  Thu, 02 Nov 2023 09:25:07 +0100

Upload details

Uploaded by:
Matthias Klose
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

Downloads

File Size SHA-256 Checksum
pystemd_0.13.2.orig.tar.gz 301.2 KiB 4dcfa4b13a55685c49d3d17c10631eca18c33770f66316f8ef2337b8951cc144
pystemd_0.13.2-1build1.debian.tar.xz 3.2 KiB a8dc3fec1444f3b8553cc45b582f5ce2a2648d082f01094130ee780136d0d39d
pystemd_0.13.2-1build1.dsc 2.2 KiB 1e24880d1e993e5897c275e14ecea20edabbace1dd29077c91e0ace37f784991

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