summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-sdbus_0.11.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-sdbus: upgrade 0.11.0 -> 0.11.1Leon Anavi2023-12-181-11/+0
| | | | | | | | | | | | | | | | | | | | | | Upgrade to version 0.11.1: - Improved interface generator handling of multiple uppercase letters sequences. - Improved python formatting generated by interface code generator. - Added option --block to generate blocking interface code. - Fixed docstrings still being present even if python was configured with --without-doc-strings. - Fixed interface generator crashing when a rare write-only property is encountered. - Fixed async interfaces iterating over all members during initialization. - Fixed TypeError: Dbus type '\x00' is unknown being raised when trying to read from a message more than one time. - Fixed missing class body when generating code for interface without members. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sdbus: add recipePetr Gotthard2023-08-271-0/+11
sdbus is a modern Python library for the systemd D-Bus https://github.com/python-sdbus/python-sdbus https://python-sdbus.readthedocs.io/en/latest/index.html Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>