summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-serpent_1.43.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-06-02 18:07:44 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-06-07 18:21:43 -0700
commit1731e2583fdcef08613743937227499d9fabb040 (patch)
tree40305a26d8bf011680bb4458aadc5f3b09bbe503 /meta-python/recipes-devtools/python/python3-serpent_1.43.bb
parent620f777776a5169238921db897542939ea02709a (diff)
downloadmeta-openembedded-1731e2583fdcef08613743937227499d9fabb040.tar.gz
python3-serpent: upgrade 1.42 -> 1.43
Changelog: =========== - Fixed multiple bugs in serialization and parsing (complex number edge cases, custom types etc) - Changed java maven publishing method Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-serpent_1.43.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-serpent_1.43.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.43.bb b/meta-python/recipes-devtools/python/python3-serpent_1.43.bb
new file mode 100644
index 0000000000..1b73bea437
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-serpent_1.43.bb
@@ -0,0 +1,19 @@
1SUMMARY = "Serialization based on ast.literal_eval"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=d7c28f460fafe7be454fcdcac0b60263"
4
5SRC_URI[sha256sum] = "62dc242fd4ea2a50339f4f5aaaf6ecc55605ee74770d7eb2031e760d90a0d114"
6
7inherit pypi ptest-python-pytest setuptools3
8
9# python3-misc for timeit.py
10RDEPENDS:${PN}-ptest += " \
11 python3-attrs \
12 python3-misc \
13 python3-pytz \
14"
15
16RDEPENDS:${PN} += "\
17 python3-netclient \
18 python3-numbers \
19"