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:
Michael Fitzmayer 2024-12-08 22:21:40 +01:00 committed by Khem Raj
parent aa667cbe21
commit 0ffa4bc5af
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"