diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-02-08 16:12:39 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-02-08 08:51:44 -0800 |
| commit | e74212926185825c41e3f902de708fd16af677ac (patch) | |
| tree | 370f0184db0a9c6b49cb0c7ec6bbbb0f7ec03045 /meta-python/recipes-devtools/python/python3-ipython_8.9.0.bb | |
| parent | c5c25516e0db4a425891c5ecd91c502bfaff38d3 (diff) | |
| download | meta-openembedded-e74212926185825c41e3f902de708fd16af677ac.tar.gz | |
python3-ipython: upgrade 8.8.0 -> 8.9.0
Changelog:
=========
- right accepts a single character from suggestion
- ctrl+right accepts a semantic token (macos default shortcuts take precedence
and need to be disabled to make this work
- backspace deletes a character and resumes hinting autosuggestions
- ctrl-left accepts suggestion and moves cursor left one character.
- backspace deletes a character and resumes hinting autosuggestions
- down moves to suggestion to later in history when no lines are present below
the cursors.
- up moves to suggestion from earlier in history when no lines are present
above the cursor.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ipython_8.9.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ipython_8.9.0.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ipython_8.9.0.bb b/meta-python/recipes-devtools/python/python3-ipython_8.9.0.bb new file mode 100644 index 0000000000..fc5075bbf6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-ipython_8.9.0.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | SUMMARY = "IPython: Productive Interactive Computing" | ||
| 2 | HOMEPAGE = "https://ipython.org" | ||
| 3 | AUTHOR = "The IPython Development Team <ipython-dev@python.org>" | ||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "ipython" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "71618e82e6d59487bea059626e7c79fb4a5b760d1510d02fab1160db6fdfa1f7" | ||
| 10 | |||
| 11 | RDEPENDS:${PN} = "\ | ||
| 12 | ${PYTHON_PN}-setuptools \ | ||
| 13 | ${PYTHON_PN}-jedi \ | ||
| 14 | ${PYTHON_PN}-decorator \ | ||
| 15 | ${PYTHON_PN}-pickleshare \ | ||
| 16 | ${PYTHON_PN}-traitlets \ | ||
| 17 | ${PYTHON_PN}-prompt-toolkit \ | ||
| 18 | ${PYTHON_PN}-pygments \ | ||
| 19 | ${PYTHON_PN}-backcall \ | ||
| 20 | ${PYTHON_PN}-pydoc \ | ||
| 21 | ${PYTHON_PN}-debugger \ | ||
| 22 | ${PYTHON_PN}-pexpect \ | ||
| 23 | ${PYTHON_PN}-unixadmin \ | ||
| 24 | ${PYTHON_PN}-misc \ | ||
| 25 | ${PYTHON_PN}-sqlite3 \ | ||
| 26 | " | ||
| 27 | |||
| 28 | inherit setuptools3 pypi | ||
