mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user