Releases: martinpitt/python-dbusmock
Releases · martinpitt/python-dbusmock
0.23.1
- Fix tests for Python 3.10
0.23.0
- 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
- 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 unittestdirectly
0.21.0
- 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
- NetworkManager template: Handle NetworkingEnable
- NetworkManager template: AddConnectionUnsaved
- Drop support for Python 2
0.19
- NetworkManager template: Add "StateReason" property and active connection ID - Add low-memory-monitor template
0.18.3
- Fix timeouts for loaded machines and parallel tests - Fix tests for Python 3.8
0.18.2
release 0.18.2
0.18.1
- test: Fix failures with systemd 239 in chroots
0.18
- 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)