summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-dbus-next_0.2.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-dbus-next: Upgrade 0.2.2 -> 0.2.3Leon Anavi2021-08-191-12/+0
| | | | | | | | | | | | | | | Upgrade to release 0.2.3: - Include py.typed in Manifest.in - Fix property validation error message - Don't log errors if call failed after disconnect - Support PEP563 annotations - Service: support async properties - Client: Support coroutines as signal handlers Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-dbus-next: Upgrade 0.1.4 -> 0.2.2Leon Anavi2021-01-201-0/+12
Upgrade to release 0.2.2: - Add connected instance variable to the MessageBus - Better handling of message bus errors on disconnect - Ensure futures are not done when settings results and exceptions 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>