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:
Wang Mingyu
2025-01-20 16:13:48 +08:00
committed by Khem Raj
parent 75a6e4a617
commit e8d120d94f
@@ -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"