summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-simpleeval_1.0.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-simpleeval: upgrade 0.9.13 -> 1.0.0Wang Mingyu2024-10-141-0/+25
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>