From: Wang Mingyu <[email protected]> License-Update: Copyright year updated to 2024.
Changelog: =========== - Fix a sandbox escape via generators and _frame methods. - Supporting dictionary comprehensions - A custom exception rather than KeyError when names not found - Dropping support for old python versions - if you need pre 3.9, then you can use an older version - Various cleanups & tidying warnings, deprecation warnings etc. Signed-off-by: Wang Mingyu <[email protected]> --- ...thon3-simpleeval_0.9.13.bb => python3-simpleeval_1.0.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-simpleeval_0.9.13.bb => python3-simpleeval_1.0.0.bb} (73%) diff --git a/meta-python/recipes-devtools/python/python3-simpleeval_0.9.13.bb b/meta-python/recipes-devtools/python/python3-simpleeval_1.0.0.bb similarity index 73% rename from meta-python/recipes-devtools/python/python3-simpleeval_0.9.13.bb rename to meta-python/recipes-devtools/python/python3-simpleeval_1.0.0.bb index af2c4a1e2..686f54b41 100644 --- a/meta-python/recipes-devtools/python/python3-simpleeval_0.9.13.bb +++ b/meta-python/recipes-devtools/python/python3-simpleeval_1.0.0.bb @@ -1,9 +1,9 @@ SUMMARY = "A simple, safe single expression evaluator library" HOMEPAGE = "https://pypi.org/project/simpleeval/" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENCE;md5=dc9277482effe59b734b004cbcc1fee7" +LIC_FILES_CHKSUM = "file://LICENCE;md5=83843c8f0f3beb18af2f282faecbdebe" -SRC_URI[sha256sum] = "4a30f9cc01825fe4c719c785e3762623e350c4840d5e6855c2a8496baaa65fac" +SRC_URI[sha256sum] = "f3d259deeb751d34c63e56747bab384efad63a2dbdb4f130281c42279788ac3c" inherit pypi python_setuptools_build_meta ptest -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#112889): https://lists.openembedded.org/g/openembedded-devel/message/112889 Mute This Topic: https://lists.openembedded.org/mt/108998127/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
