diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-06-02 18:07:44 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-06-07 18:21:43 -0700 |
| commit | 1731e2583fdcef08613743937227499d9fabb040 (patch) | |
| tree | 40305a26d8bf011680bb4458aadc5f3b09bbe503 /meta-python/recipes-devtools/python/python3-serpent_1.43.bb | |
| parent | 620f777776a5169238921db897542939ea02709a (diff) | |
| download | meta-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.bb | 19 |
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 @@ | |||
| 1 | SUMMARY = "Serialization based on ast.literal_eval" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d7c28f460fafe7be454fcdcac0b60263" | ||
| 4 | |||
| 5 | SRC_URI[sha256sum] = "62dc242fd4ea2a50339f4f5aaaf6ecc55605ee74770d7eb2031e760d90a0d114" | ||
| 6 | |||
| 7 | inherit pypi ptest-python-pytest setuptools3 | ||
| 8 | |||
| 9 | # python3-misc for timeit.py | ||
| 10 | RDEPENDS:${PN}-ptest += " \ | ||
| 11 | python3-attrs \ | ||
| 12 | python3-misc \ | ||
| 13 | python3-pytz \ | ||
| 14 | " | ||
| 15 | |||
| 16 | RDEPENDS:${PN} += "\ | ||
| 17 | python3-netclient \ | ||
| 18 | python3-numbers \ | ||
| 19 | " | ||
