summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2024-11-27 13:26:15 +0200
committerKhem Raj <raj.khem@gmail.com>2024-11-27 09:36:51 -0800
commit7d7c788658d5369baab1d0dad438fbce429675b2 (patch)
treebcc0231cccfb0b7b3bf74ac6535e5c188a9b891a /meta-python
parent70d64db81caddfb0841349035cf527853db92166 (diff)
downloadmeta-openembedded-7d7c788658d5369baab1d0dad438fbce429675b2.tar.gz
python3-simpleeval: Upgrade 1.0.0 -> 1.0.3
Upgrade to version 1.0.3: - Spelling fixes in documentation, docstrings & tests - Fix support for 3.14 (deprecated features actually being removed, so getattr use was incorrect). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-simpleeval_1.0.3.bb (renamed from meta-python/recipes-devtools/python/python3-simpleeval_1.0.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-simpleeval_1.0.0.bb b/meta-python/recipes-devtools/python/python3-simpleeval_1.0.3.bb
index 686f54b41d..4537645c73 100644
--- a/meta-python/recipes-devtools/python/python3-simpleeval_1.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-simpleeval_1.0.3.bb
@@ -3,9 +3,9 @@ HOMEPAGE = "https://pypi.org/project/simpleeval/"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENCE;md5=83843c8f0f3beb18af2f282faecbdebe" 4LIC_FILES_CHKSUM = "file://LICENCE;md5=83843c8f0f3beb18af2f282faecbdebe"
5 5
6SRC_URI[sha256sum] = "f3d259deeb751d34c63e56747bab384efad63a2dbdb4f130281c42279788ac3c" 6SRC_URI[sha256sum] = "67bbf246040ac3b57c29cf048657b9cf31d4e7b9d6659684daa08ca8f1e45829"
7 7
8inherit pypi python_setuptools_build_meta ptest 8inherit pypi python_setuptools_build_meta python_hatchling ptest
9 9
10BBCLASSEXTEND = "native nativesdk" 10BBCLASSEXTEND = "native nativesdk"
11 11