diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-02-10 17:01:13 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-02-12 09:16:04 -0800 |
| commit | e6fbaae191b52916a34bb5256215b62ea4f84e79 (patch) | |
| tree | 9adb31a30c4c9e5302689d307cbccaeb28b445a3 /meta-python/recipes-devtools/python/python3-ipython_8.31.0.bb | |
| parent | cea1f979de1520d7384d8367ae78a45163c3b32e (diff) | |
| download | meta-openembedded-e6fbaae191b52916a34bb5256215b62ea4f84e79.tar.gz | |
python3-ipython: upgrade 8.31.0 -> 8.32.0
Changelog:
https://ipython.readthedocs.io/en/stable/whatsnew/version8.html#ipython-8-32
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.31.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ipython_8.31.0.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ipython_8.31.0.bb b/meta-python/recipes-devtools/python/python3-ipython_8.31.0.bb deleted file mode 100644 index d8b57a5c9a..0000000000 --- a/meta-python/recipes-devtools/python/python3-ipython_8.31.0.bb +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | SUMMARY = "IPython: Productive Interactive Computing" | ||
| 2 | HOMEPAGE = "https://ipython.org" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "b6a2274606bec6166405ff05e54932ed6e5cfecaca1fc05f2cacde7bb074d70b" | ||
| 7 | |||
| 8 | RDEPENDS:${PN} = "\ | ||
| 9 | python3-setuptools \ | ||
| 10 | python3-jedi \ | ||
| 11 | python3-decorator \ | ||
| 12 | python3-pickleshare \ | ||
| 13 | python3-traitlets \ | ||
| 14 | python3-prompt-toolkit \ | ||
| 15 | python3-pygments \ | ||
| 16 | python3-backcall \ | ||
| 17 | python3-pydoc \ | ||
| 18 | python3-debugger \ | ||
| 19 | python3-pexpect \ | ||
| 20 | python3-unixadmin \ | ||
| 21 | python3-misc \ | ||
| 22 | python3-sqlite3 \ | ||
| 23 | python3-stack-data \ | ||
| 24 | " | ||
| 25 | |||
| 26 | inherit python_setuptools_build_meta pypi | ||
