summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-02-10 17:01:13 +0800
committerKhem Raj <raj.khem@gmail.com>2025-02-12 09:16:04 -0800
commite6fbaae191b52916a34bb5256215b62ea4f84e79 (patch)
tree9adb31a30c4c9e5302689d307cbccaeb28b445a3 /meta-python
parentcea1f979de1520d7384d8367ae78a45163c3b32e (diff)
downloadmeta-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')
-rw-r--r--meta-python/recipes-devtools/python/python3-ipython_8.32.0.bb (renamed from meta-python/recipes-devtools/python/python3-ipython_8.31.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ipython_8.31.0.bb b/meta-python/recipes-devtools/python/python3-ipython_8.32.0.bb
index d8b57a5c9a..7823d43d17 100644
--- a/meta-python/recipes-devtools/python/python3-ipython_8.31.0.bb
+++ b/meta-python/recipes-devtools/python/python3-ipython_8.32.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://ipython.org"
3LICENSE = "BSD-3-Clause" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f" 4LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f"
5 5
6SRC_URI[sha256sum] = "b6a2274606bec6166405ff05e54932ed6e5cfecaca1fc05f2cacde7bb074d70b" 6SRC_URI[sha256sum] = "be2c91895b0b9ea7ba49d33b23e2040c352b33eb6a519cca7ce6e0c743444251"
7 7
8RDEPENDS:${PN} = "\ 8RDEPENDS:${PN} = "\
9 python3-setuptools \ 9 python3-setuptools \