mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
pocketpy: upgrade 2.0.4 -> 2.0.5
Changelog: ============ - use cpython % and // impl - add colorcvt module - add py_importlib_reload and importlib module - add py_interrupt and set single handler for REPL - add PK_LOW_MEMORY_MODE - reduce type's memory cost - allow customize malloc, realloc and free - make C99 compilers work - fix win32 clang build - avoid undefined behavior signed int overflow - fix pybind11 implementation for error_already_set Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ LICENSE = "MIT"
|
|||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=8cdfa87bc5e09bc07f8cf64135026d91"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=8cdfa87bc5e09bc07f8cf64135026d91"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/pocketpy/pocketpy.git;protocol=https;branch=main"
|
SRC_URI = "git://github.com/pocketpy/pocketpy.git;protocol=https;branch=main"
|
||||||
SRCREV = "416ee069fdd275b141e3b292fcfe913c8abfa194"
|
SRCREV = "8024f46b544698ef51d1ca0bb50a29cf0d411a29"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
Reference in New Issue
Block a user