Releases: martinpitt/python-dbusmock
Releases · martinpitt/python-dbusmock
0.32.2
0.32.1
- ModemManager: Add initial mock (thanks Guido Günther)
- bluez5: Add advertising API (thanks Frederik Leonhardt)
- Fix loading of libglib on macOS (thanks peturingi)
0.31.1
- power_profiles_daemon: Move back to original D-Bus name to avoid breaking compatibility
- Add upower_power_profiles_daemon template for version 0.20 API with new D-Bus name
0.31.0
- power-profiles-daemon: Move to org.freedesktop.UPower.PowerProfiles as in release 0.20.0 (API break!)
- NetworkManager: Add stub ipv4/6 properties in AddWiFiConnection
0.30.2
- bluez5: Fix invalid arguments to PairDevice (thanks Simon McVittie)
0.30.1
- bluez: Clean up static default properties, re-drop PairDevice()
class_
parameter - Add pre-commit rules (thanks Peter Hutterer)
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