summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.18.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-prompt-toolkit: Upgrade 3.0.18 -> 3.0.19Leon Anavi2021-06-221-23/+0
| | | | | | | | | | | | | | | | Upgrade to release 3.0.19: - Make the flush method of the vt100 output implementation re-entrant (fixes an issue when using aiogevent). - Fix off-by-one in `FormattedTextControl` mouse logic. - Run `print_container` always in a thread (avoid interfering with possible event loop). - Make sphinx autodoc generation platform agnostic (don't import Windows stuff when generating Sphinx docs). 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-prompt-toolkit: Upgrade 3.0.17 -> 3.0.18Leon Anavi2021-03-261-0/+23
Upgrade to release 3.0.18: - Added `in_thread` parameter to `Application.run`. 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>