summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-dbus-next_0.1.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-dbus-next: Upgrade 0.1.3 -> 0.1.4Leon Anavi2020-09-151-13/+0
| | | | | | | | | | | | | | | | | | Upgrade to release 0.1.4: - Support tcp transport addresses - Add support for the annonymous authentication protocol - Add flags kwarg to aio high level client method call - Allow subclassing of DBusError - Fix exception in aio message handler loop on task cancellation - Improve error messages - Fix match rule memory leak bug - Don't add match rules for high level client by default - Add empty properties interface to standard interfaces Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dbus-next: Upgrade 0.1.2 -> 0.1.3Leon Anavi2020-07-061-0/+13
Upgrade to release 0.1.3: - Add the object manager interface to the service. - Allow coroutines in service methods. - Client: don't send method replies with NO_REPLY_EXPECTED message flag. - Fix duplicate nodes in introspection. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>