pystemd 0.13.2-1 source package in Ubuntu

Changelog

pystemd (0.13.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.13.2
  * Depend on D-Bus virtual packages instead of 'dbus'

 -- Luca Boccassi <email address hidden>  Sun, 25 Jun 2023 14:04:11 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
pystemd_0.13.2-1.dsc 2.2 KiB 993a4c27d8eb33bf2e268295ea3a602d8d0e81fc02ef37da4ff8600f670c40b3
pystemd_0.13.2.orig.tar.gz 301.2 KiB 4dcfa4b13a55685c49d3d17c10631eca18c33770f66316f8ef2337b8951cc144
pystemd_0.13.2-1.debian.tar.xz 3.2 KiB 8b498e392eb39b247eeae1827b127df3232b29bba269f0c41fc5c2e18942ceaf

Available diffs

No changes file available.

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