Skip to content

Commit

Permalink
python3-simpleeval: upgrade 0.9.12 -> 0.9.13
Browse files Browse the repository at this point in the history
Changelog:
===========
 Better handling of empty strings passed as input.
 Fix the shift safe number issue from 0.9.12
 More minor pylint / etc fixes / cleanups (general code quality)
 separate .parse from openembedded#115
 Allow setting up completely empty {} operators / functions ( openembedded#75 via openembedded#123 )
 Add extra bit-ops from openembedded#87
 Add @daxamin to contributors ?
 Version bump stuff.
 other readme tweaks
 star expressions, eg x = {"a": 1, "b": 2, **c}

no-build.patch
removed since it's included in 0.9.13

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
wangmingyu84 authored and kraj committed Feb 27, 2023
1 parent 5499193 commit e8a2208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ HOMEPAGE = "https://pypi.org/project/simpleeval/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENCE;md5=dc9277482effe59b734b004cbcc1fee7"

SRC_URI[sha256sum] = "3e0be507486d4e21cf9d08847c7e57dd61a1603950399985f7c5a0be7fd33e36"
SRC_URI[sha256sum] = "4a30f9cc01825fe4c719c785e3762623e350c4840d5e6855c2a8496baaa65fac"

inherit pypi python_setuptools_build_meta ptest

BBCLASSEXTEND = "native nativesdk"

SRC_URI += " \
file://no-build.patch \
file://run-ptest \
"
SRC_URI += "file://run-ptest"

RDEPENDS:${PN} += " \
${PYTHON_PN}-math \
Expand Down

0 comments on commit e8a2208

Please sign in to comment.