Skip to content

Releases: martinpitt/python-dbusmock

0.31.1

23 Feb 13:06
0.31.1
Compare
Choose a tag to compare
  • 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

23 Feb 08:16
0.31.0
Compare
Choose a tag to compare
  • 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

31 Dec 06:01
0.30.2
d70b68c
Compare
Choose a tag to compare
  • bluez5: Fix invalid arguments to PairDevice (thanks Simon McVittie)

0.30.1

23 Dec 21:14
0.30.1
Compare
Choose a tag to compare
  • bluez: Clean up static default properties, re-drop PairDevice() class_ parameter
  • Add pre-commit rules (thanks Peter Hutterer)

0.30.0

30 Nov 07:25
0.30.0
Compare
Choose a tag to compare
  • 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

27 Jul 05:04
0.29.1
Compare
Choose a tag to compare
  • spec: Update License: to SPDX format
  • Test fixes (thanks Marco Trevisan)

0.29.0

20 Apr 17:25
0.29.0
Compare
Choose a tag to compare
  • Support loading templates from XDG_DATA_DIRS
  • iio-sensors-proxy: Throw proper D-Bus errors instead of Python Exception

0.28.7

05 Jan 13:51
0.28.7
Compare
Choose a tag to compare
  • 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

12 Oct 05:10
0.28.6
Compare
Choose a tag to compare
  • Fix generated _version.py in release tarball (#164)

0.28.5

11 Oct 18:05
0.28.5
Compare
Choose a tag to compare
0.28.5 Pre-release
Pre-release
  • Allow sending signals from a specific path (thanks Peter Hutterer)
  • logind: Adjust for systemd 252
  • Use setuptools_scm to determine version