pystemd 0.11.0-1 source package in Ubuntu

Changelog

pystemd (0.11.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.11.0
  * Drop re-cythonize.patch, fixed upstream
  * Bump Standards-Version to 4.6.2, no changes
  * Update upstream git URL, moved to systemd org
  * Switch to debhelper-compat 13
  * Add new lxml build dependency
  * Add new pkg-config build dependency
  * gbp.conf: enable pristine-tar
  * Set Rules-Requires-Root
  * Bump d/watch version

 -- Luca Boccassi <email address hidden>  Fri, 10 Feb 2023 21:18:43 +0000

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
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
pystemd_0.11.0-1.dsc 2.2 KiB 69798c1228b7cc4a1bfcbdfb1e4304542002463dbe1395dafdd9453518986f0f
pystemd_0.11.0.orig.tar.gz 277.5 KiB 0440e95f50392b69acacff76d0ec33df02201e8128428ff4221a6f78f72d9125
pystemd_0.11.0-1.debian.tar.xz 3.1 KiB 8cd1d323cd2d15ad49741ef2631412deb9c1c06c34e98d91d9d28973a2b151b9

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