summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-periphery_2.0.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-periphery: Upgrade 2.0.1 -> 2.1.0Leon Anavi2020-06-181-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.1.0. Use LICENSE instead of PKG-INFO in LIC_FILES_CHKSUM. The new release brings the following changes: GPIO: - Add poll_multiple() static method. - Add line consumer label property. - Add line bias, line drive, and inverted properties. - Add additional properties as keyword arguments to constructor for character device GPIOs. - Only unexport GPIO in close() if exported in open for sysfs GPIOs. - Improve wording and fix typos in docstrings. Serial: - Fix performance of blocking read in read(). - Raise exception on unexpected empty read in read(), which may be caused by a serial port disconnect. - Add vmin and vtime properties for the corresponding termios settings. - Add support for termios timeout with read(). - Improve wording in docstrings. 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-periphery: Consolidate in a single fileLeon Anavi2020-06-181-2/+11
| | | | | | | | Consolidate inc and bb files into a single bb file. 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>
* python-periphery: 2.0.0 -> 2.0.1Wang Mingyu2020-01-151-0/+5
-License-Update: Update PKG-INFO from 2.0.0 to 2.0.1. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>