mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
pocketpy: update to version 2.0.3
- Fix some type annotation usage e.g. int | None. - Fix some builtins hash functions - Fix a severe bug of dict - Clean up #defines - Improve array2d - Fix a bug of super - Fix a bug of context manager Signed-off-by: Michael Fitzmayer <mail@michael-fitzmayer.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
aa667cbe21
commit
0ffa4bc5af
|
|
@ -14,7 +14,7 @@ LICENSE = "MIT"
|
|||
LIC_FILES_CHKSUM = "file://LICENSE;md5=8cdfa87bc5e09bc07f8cf64135026d91"
|
||||
|
||||
SRC_URI = "git://github.com/pocketpy/pocketpy.git;protocol=https;branch=main"
|
||||
SRCREV = "b5a443efa11e7d6576025d1b9a397ead9e9260c9"
|
||||
SRCREV = "3be557f95dbc706716b9a9947e41c1f2db92e251"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user