diff mbox series

[meta-python,3/5] python3-simpleeval: Upgrade 1.0.0 -> 1.0.3

Message ID 20241127112617.789120-3-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/5] python3-pydantic: Upgrade 2.9.2 -> 2.10.2 | expand

Commit Message

Leon Anavi Nov. 27, 2024, 11:26 a.m. UTC
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>
---
 ...ython3-simpleeval_1.0.0.bb => python3-simpleeval_1.0.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-simpleeval_1.0.0.bb => python3-simpleeval_1.0.3.bb} (75%)
diff mbox series

Patch

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
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-simpleeval_1.0.0.bb
rename to 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/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENCE;md5=83843c8f0f3beb18af2f282faecbdebe"
 
-SRC_URI[sha256sum] = "f3d259deeb751d34c63e56747bab384efad63a2dbdb4f130281c42279788ac3c"
+SRC_URI[sha256sum] = "67bbf246040ac3b57c29cf048657b9cf31d4e7b9d6659684daa08ca8f1e45829"
 
-inherit pypi python_setuptools_build_meta ptest
+inherit pypi python_setuptools_build_meta python_hatchling ptest
 
 BBCLASSEXTEND = "native nativesdk"