Skip to content

Releases: martinpitt/python-dbusmock

0.23.1

15 Jun 07:35
0.23.1

Choose a tag to compare

  • Fix tests for Python 3.10

0.23.0

24 Mar 18:39
0.23.0

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)

0.22.0

02 Jan 16:43
0.22.0

Choose a tag to compare

  • NetworkManager template: Fix connecting to wifi
  • NetworkManager template: Add Reload() method
  • tests: Replace nose test runner with standard unittest
  • setup.py: Drop deprecated test_suite, run tests through
    python3 -m unittest directly

0.21.0

01 Jan 11:59
0.21.0

Choose a tag to compare

  • Add type annotations to the whole API
  • Drop obsolete ConsoleKit and bluez4 templates/tests
  • upower template: Drop support for 0.9 API

0.20.0

19 Dec 17:54
0.20.0

Choose a tag to compare

  • NetworkManager template: Handle NetworkingEnable
  • NetworkManager template: AddConnectionUnsaved
  • Drop support for Python 2

0.19

09 Jan 20:22
0.19

Choose a tag to compare

- NetworkManager template: Add "StateReason" property and active connection ID
- Add low-memory-monitor template

0.18.3

08 Sep 21:00
0.18.3

Choose a tag to compare

- Fix timeouts for loaded machines and parallel tests
- Fix tests for Python 3.8

0.18.2

23 Feb 11:56

Choose a tag to compare

release 0.18.2

0.18.1

11 Nov 21:00

Choose a tag to compare

 - test: Fix failures with systemd 239 in chroots

0.18

01 Jul 20:29

Choose a tag to compare

 - logind template: Add support for suspend-then-hibernate
 - NetworkManager template: Add GetConnectionByUuid method
 - bluez template: Add PairDevice() 'class_' parameter
 - Fix logging of unicode strings in Python 2
 - Adjust logind and timedated tests to systemd 239 (Debian #902602)