From cbf9020aceaee6f072d97110be0ca7139120db11 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 14 Oct 2024 16:55:02 +0800 Subject: [PATCH] python3-simpleeval: upgrade 0.9.13 -> 1.0.0 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 Signed-off-by: Khem Raj --- ...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 af2c4a1e2e..686f54b41d 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