- Update to 0.24.1:

* 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
  * Add Add power-profiles-daemon template (Thanks Bastien Nocera)
  * logind: Implement Inhibit and ListInhibitors (Thanks to Benjamin Berg)
  * Fix new complaints from pylint 2.9
  * Fix tests for Python 3.10
  * 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)
  * 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
  * Add type annotations to the whole API
  * Drop obsolete ConsoleKit and bluez4 templates/tests
  * upower template: Drop support for 0.9 API
  * NetworkManager template: Handle NetworkingEnable
  * NetworkManager template: AddConnectionUnsaved
  * Drop support for Python 2 
- Add python-dataclasses to {Build,}Requires

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-dbusmock?expand=0&rev=18
This commit is contained in:
2021-12-13 04:39:33 +00:00
committed by Git OBS Bridge
parent 937966c5d0
commit 9a1e787e2c
4 changed files with 44 additions and 5 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Mon Dec 13 04:35:29 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.24.1:
* 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
* Add Add power-profiles-daemon template (Thanks Bastien Nocera)
* logind: Implement Inhibit and ListInhibitors (Thanks to Benjamin Berg)
* Fix new complaints from pylint 2.9
* Fix tests for Python 3.10
* 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)
* 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
* Add type annotations to the whole API
* Drop obsolete ConsoleKit and bluez4 templates/tests
* upower template: Drop support for 0.9 API
* NetworkManager template: Handle NetworkingEnable
* NetworkManager template: AddConnectionUnsaved
* Drop support for Python 2
- Add python-dataclasses to {Build,}Requires
-------------------------------------------------------------------
Fri Mar 20 13:02:15 UTC 2020 - pgajdos@suse.com