python-systemd 235-1 source package in Ubuntu

Changelog

python-systemd (235-1) unstable; urgency=medium

  * New upstream version 235
  * Drop patches, merged upstream
  * Bump Standards-Version to 3.6.1, no further changes
  * Add Build-Depends on python3-setuptools
  * Enable all hardening build flags

 -- Michael Biebl <email address hidden>  Tue, 16 Aug 2022 17:12:47 +0200

Upload details

Uploaded by:
pkg-systemd-maintainers
Uploaded to:
Sid
Original maintainer:
pkg-systemd-maintainers
Architectures:
linux-any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Kinetic release main misc

Downloads

File Size SHA-256 Checksum
python-systemd_235-1.dsc 2.1 KiB a2f58c6628a3ece4319ea6b836e1a7e0cf2aca789170bab5adff27a2145826cf
python-systemd_235.orig.tar.gz 58.5 KiB 38181dbd451fd418d316a92a34bc2118967930684cdd62c3e979fe8c8ebacffa
python-systemd_235-1.debian.tar.xz 3.2 KiB f56e58f1db220b8379acb702b3b10a962c0d03ea58a22b9e813162a8345fb4e5

Available diffs

No changes file available.

Binary packages built by this source

python3-systemd: Python 3 bindings for systemd

 This package contains Python 3 bindings for native access to the
 systemd facilities.
 .
 Functionality is separated into a number of modules:
  * systemd.journal supports sending of structured messages to the
    journal and reading journal files
  * systemd.daemon wraps parts of libsystemd useful for writing daemons
    and socket activation
  * systemd.id128 provides functions for querying machine and boot
    identifiers and a list of message identifiers provided by systemd
  * systemd.login wraps parts of libsystemd used to query logged in
    users and available seats and machines

python3-systemd-dbgsym: debug symbols for python3-systemd