pystemd 0.7.0-2 source package in Ubuntu

Changelog

pystemd (0.7.0-2) unstable; urgency=medium

  * Team upload.
  [ James Clarke ]
  * Limit building to linux-any due to systemd's ties to Linux

 -- Jochen Sprickerhof <email address hidden>  Wed, 15 Jan 2020 13:08:27 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules 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.7.0-2.dsc 2.1 KiB 1d44df37f6061ebe32c0cb0d1f26c889fc63ff851a39f094f45fa773614dd5d3
pystemd_0.7.0.orig.tar.gz 258.9 KiB f5dc49d02995ab96335d9e94f9fe036673d89b8cc9907e7a0ac83c06665f2430
pystemd_0.7.0-2.debian.tar.xz 2.5 KiB 464e912ce1deed244a2640ba1d4f9cc08f11517cdab135b5a09909da265fffb8

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