diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-09-10 17:02:49 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-10 07:20:38 -0700 |
commit | 8feddb38c2afc79c75c126878c5d89b0183e18de (patch) | |
tree | 703cbb9d7c5cc6cc441f2dfd908656728730ad9c /meta-python/recipes-devtools/python | |
parent | 7e53cb271aa75155881a0800399be66fee24ef81 (diff) | |
download | meta-openembedded-8feddb38c2afc79c75c126878c5d89b0183e18de.tar.gz |
python3-ipython: upgrade 8.26.0 -> 8.27.0
Changelog:
==========
- autocall was beeing call getitem
- Only copy files in startup dir if we just created it.
- Fix some tests on Python 3.13 RC1
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')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-ipython_8.27.0.bb (renamed from meta-python/recipes-devtools/python/python3-ipython_8.26.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ipython_8.26.0.bb b/meta-python/recipes-devtools/python/python3-ipython_8.27.0.bb index 6f35d95481..94e731b88a 100644 --- a/meta-python/recipes-devtools/python/python3-ipython_8.26.0.bb +++ b/meta-python/recipes-devtools/python/python3-ipython_8.27.0.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://ipython.org" | |||
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f" | 4 | LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "1cec0fbba8404af13facebe83d04436a7434c7400e59f47acf467c64abd0956c" | 6 | SRC_URI[sha256sum] = "0b99a2dc9f15fd68692e898e5568725c6d49c527d36a9fb5960ffbdeaa82ff7e" |
7 | 7 | ||
8 | RDEPENDS:${PN} = "\ | 8 | RDEPENDS:${PN} = "\ |
9 | python3-setuptools \ | 9 | python3-setuptools \ |