summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-gpiod_2.2.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-gpiod: update v2.2.0 -> v2.2.1Bartosz Golaszewski2024-08-011-46/+0
| | | | | | | | | | Bug fixes: - fix requesting lines by name with multiple entries - fix a use-after-free bug in python bindings - fix passing the event clock property to line requests in python bindings Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gpiod: update to v2.2.0Bartosz Golaszewski2024-06-181-0/+46
This is minor release that contains some fixes and code improvements. There are no new interfaces but line.Value can now correctly be cast to bool and __repr__() implementations have been fixed to actually allow using them to recreate objects. Starting from this release pypi also provides wheels but this isn't relevant to meta-oe. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>