python-systemd 234-3 source package in Ubuntu

Changelog

python-systemd (234-3) unstable; urgency=medium

  * d/control: Drop obsolete X-Python3-Version.
    3.1 is older than oldstable even, so drop the field entirely. Fixes
    `ancient-python-version-field` lintian warning.
  * Bump Standards-Version to 4.4.0. No changes necessary.
  * Drop Python 2 support.
    All python-systemd reverse dependencies got dropped. (Closes: #938207)

 -- Martin Pitt <email address hidden>  Thu, 12 Sep 2019 19:18:20 +0000

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

Downloads

File Size SHA-256 Checksum
python-systemd_234-3.dsc 2.1 KiB 6f2e61ff595dc067ccbce6a3f7e4d45c0dc45a5de66db2ffffae042930899bab
python-systemd_234.orig.tar.gz 52.6 KiB 1037e6a92762be500a40e97bade0e2f2306e00a31a39361c5dbe99ab50eb3b93
python-systemd_234-3.debian.tar.xz 2.9 KiB 2f410bac11d95a9a900a1f32db272ffe824c79d9ce5dd1c460e66e4ac4882edd

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