python-dbusmock:dbus-broker

Last commit made on 2022-10-21
Get this branch:
git clone -b dbus-broker https://git.launchpad.net/python-dbusmock

Branch merges

Branch information

Name:
dbus-broker
Repository:
lp:python-dbusmock

Recent commits

9b5aefd... by Martin Pitt

dbusmock: Support dbus-broker

This works quite a bit differently: It only supports systemd socket
activation and has no CLI tool for just launching a daemon.

Switch RPM and Fedora tests to dbus-broker.

Fixes #165

72e62f0... by Martin Pitt

dbusmock: Disable eavesdropping on test D-Buses

This is deprecated in dbus-broker, and causes ugly warnings.

c457d7e... by Martin Pitt

dbusmock: Avoid D-Bus daemon zombies

Wait for D-Bus daemon after killing it. This isn't necessary with
dbus-daemon as that double-forks. But it will be necessary when
launching it directly with dbus-broker.

091a702... by Martin Pitt

workflows: Move to actions/checkout@v3

v2 is deprecated and generating warnings about obsolete node 12.

276f54d... by Martin Pitt

workflows: Run release in Ubuntu 22.04

20.04's setuptools-scm is buggy and generates a broken _version.py.

Fixes #164

6f0ba85... by Martin Pitt

workflows: Sanity-check release tarball

This should catch damaged _version.py (which broke release 0.28.5) and
similar issues.

b3b280f... by Martin Pitt

workflows: Install missing setuptools-scm for release

Forgotten in commit ba4163f97.

e521ac4... by Martin Pitt

workflows: Update PyPI publisher version

> The "master" branch of this project has been sunset and will not >
receive any updates, not even security bug fixes. Please, make sure to
use a supported version.

9252b35... by Martin Pitt

Update copyright headers

c8d22c8... by Martin Pitt

logind: Add Linger and Slice properties to User objects

systemd 252 now requires `Linger` for `loginctl list-users`. Also add
`Slice` for completeness.

loginctl 252 also shows the Linger property, change the regexp to
tolerate a third column.