diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-06-21 13:58:24 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-06-22 09:59:30 -0700 |
| commit | 39f4be78292c533090307c63415b18e6da04d9d6 (patch) | |
| tree | 6921586c3e1d154cc7e934eb16b727b79acbb7b1 /meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.19.bb | |
| parent | ea3d3f9b2cf2f04d9f41a014457e9a1fdfc855ec (diff) | |
| download | meta-openembedded-39f4be78292c533090307c63415b18e6da04d9d6.tar.gz | |
python3-prompt-toolkit: Upgrade 3.0.18 -> 3.0.19
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.19.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.19.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.19.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.19.bb new file mode 100644 index 0000000000..f384e216ee --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.19.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | SUMMARY = "Library for building powerful interactive command lines in Python" | ||
| 2 | HOMEPAGE = "https://python-prompt-toolkit.readthedocs.io/" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "08360ee3a3148bdb5163621709ee322ec34fc4375099afa4bbf751e9b7b7fa4f" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | PYPI_PACKAGE = "prompt_toolkit" | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += " \ | ||
| 13 | ${PYTHON_PN}-core \ | ||
| 14 | ${PYTHON_PN}-six \ | ||
| 15 | ${PYTHON_PN}-terminal \ | ||
| 16 | ${PYTHON_PN}-threading \ | ||
| 17 | ${PYTHON_PN}-wcwidth \ | ||
| 18 | ${PYTHON_PN}-datetime \ | ||
| 19 | ${PYTHON_PN}-shell \ | ||
| 20 | ${PYTHON_PN}-image \ | ||
| 21 | ${PYTHON_PN}-asyncio \ | ||
| 22 | " | ||
| 23 | |||
| 24 | BBCLASSEXTEND = "native nativesdk" | ||
