python-systemd 234-4 source package in Ubuntu
Changelog
python-systemd (234-4) unstable; urgency=medium [ Debian Janitor ] * Use secure URI in Homepage field. * Bump debhelper from old 10 to 12. * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Bug-Database, Repository, Repository- Browse. * Update standards version to 4.4.1, no changes needed. [ Dan Bungert ] * Cherry-pick fix for PY_SSIZE_T_CLEAN (Closes: #1006743) [ Michael Biebl ] * Bump Standards-Version to 4.6.0 * Bump debhelper-compat to 13 -- Michael Biebl <email address hidden> Sat, 02 Apr 2022 10:29:09 +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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-systemd_234-4.dsc | 2.1 KiB | 838fe584ed0ed00920bee76208cf3e8fe868fa442c745f18df5b1836e656109e |
python-systemd_234.orig.tar.gz | 52.6 KiB | 1037e6a92762be500a40e97bade0e2f2306e00a31a39361c5dbe99ab50eb3b93 |
python-systemd_234-4.debian.tar.xz | 3.8 KiB | 3e83961ac40132dad908e5ec1351d765672b53a6715cd953613859ccfca3635a |
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