Releases: martinpitt/python-dbusmock
Releases · martinpitt/python-dbusmock
0.30.0
- api: Add pytest support and helpers
- api: Factor the server spawning into a new SpawnedMock object (thanks Peter Hutterer)
- doc: generate sphinx docs on https://martinpitt.github.io/python-dbusmock/ (thanks Peter Hutterer)
- cli: Add support for running custom commands on the mock environment (thanks Marco Trevisan)
0.29.1
- spec: Update License: to SPDX format
- Test fixes (thanks Marco Trevisan)
0.29.0
- Support loading templates from XDG_DATA_DIRS
- iio-sensors-proxy: Throw proper D-Bus errors instead of Python Exception
0.28.7
- blue5-obex template: Fix OBEX PullAll (thanks Jan Alexander Steffens)
- power_profiles template: Fix Actions property type (thanks Jonas Ådahl)
- README: Explain container tests and how to debug them
0.28.6
0.28.5
- Allow sending signals from a specific path (thanks Peter Hutterer)
- logind: Adjust for systemd 252
- Use setuptools_scm to determine version
0.28.4
- setup.py: Fix ModuleNotFoundError
- ofono template: Fix conversion to f-strings (Debian #1015286)
- Ship FMF tests in release tarballs
0.28.3
- Bring back dbusmock.__version__
0.28.2
- Dynamically compute version with setuptools-scm
- tests: Adjust to libnotify 0.8 (Debian #1015068)
- tests: Only run pylint on current Fedora release
0.28.1
- Again works on RHEL/CentOS 8 (0.27 broke there), now in CI
- Avoid glib GI dependency for main dbusmock, for running in virtualenv (thanks Allison Karlitskaya)