pystemd 0.13.2-2 source package in Ubuntu

Changelog

pystemd (0.13.2-2) unstable; urgency=medium

  * Team upload.
  * update build dependencies:
    - python3-mock
    - python3-six
    - pkg-config
    + pkgconf

 -- Alexandre Detiste <email address hidden>  Wed, 27 Mar 2024 15:19:12 +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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
pystemd_0.13.2-2.dsc 2.1 KiB 9be2fa625ce405e494fbdaa0ac1ce6a4e70af68a951b5d3562b4d00f22d9a861
pystemd_0.13.2.orig.tar.gz 301.2 KiB 4dcfa4b13a55685c49d3d17c10631eca18c33770f66316f8ef2337b8951cc144
pystemd_0.13.2-2.debian.tar.xz 3.2 KiB badeab537f505dc90cb937f8df44a11421038806b4f0ed439ea6cf91b99fa917

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