Skip to content

Releases: martinpitt/python-dbusmock

0.27.2

22 Mar 14:07
0.27.2
Compare
Choose a tag to compare
  • packit: Really fix Fedora dist-git syncing

0.27.1

22 Mar 13:54
0.27.1
Compare
Choose a tag to compare
  • packit: Fix Fedora dist-git syncing

0.27.0

22 Mar 05:38
0.27.0
Compare
Choose a tag to compare
  • Do not register standard session service directories, add API to enable selected services (thanks Benjamin Berg)
  • Log static method calls from templates (thanks Peter Hutterer)

0.26.1

25 Feb 12:03
0.26.1
Compare
Choose a tag to compare
  • Fix README content type to Markdown, to fix releasing to PyPi

0.26.0

25 Feb 11:39
0.26.0
Compare
Choose a tag to compare
  • logind template: Add locking API (thanks Andy Holmes)
  • bluez5 template: Add RemoveDevice() and RemoveAdapterWithDevices() methods,
    fix properties (thanks Bastien Nocera)
  • Documentation improvements, particularly wrt. raising errors

0.25.0

25 Dec 06:25
0.25.0
Compare
Choose a tag to compare
  • bluez template: Implement adapter discovery, connect, disconnect, and removal
    (thanks Bastien Nocera)
  • Fix changing array properties (thanks Jonas Ådahl)
  • Fix CLI upower tests (thanks Marco Trevisan)
  • Add testing and Fedora updating through packit

0.24.1

27 Oct 14:27
0.24.1
Compare
Choose a tag to compare
  • Do not register standard D-Bus service directories (Thanks Benjamin Berg)
  • templates: Add IIO Sensors Proxy support (Thanks Marco Trevisan)
  • Fix importlib module import (Thanks Marco Trevisan)
  • Clean up code for most recent pylint version

0.24.0

28 Aug 06:44
0.24.0
Compare
Choose a tag to compare
  • Add power-profiles-daemon template (Thanks Bastien Nocera)
  • logind: Implement Inhibit and ListInhibitors (Thanks to Benjamin Berg)
  • Fix new complaints from pylint 2.9

0.23.1

15 Jun 07:35
0.23.1
Compare
Choose a tag to compare
  • Fix tests for Python 3.10

0.23.0

24 Mar 18:39
0.23.0
Compare
Choose a tag to compare
  • DBusMockObject: Add UpdateProperties() method (Thanks to Jonas Ådahl)
  • DBusTestCase: Add bus override argument to spawn_server_template, to use
    templates on either system or session bus; add corresponding --session CLI
    option
  • bluez template: Implement Pair() method on the Device interface and the
    AgentManager1 interface (Thanks to Bastien Nocera)
  • polkit template: Implement RegisterAuthenticationAgent() (Thanks to Jonas Ådahl)
  • Add accountsservice template (Thanks to Marco Trevisan)