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 | |
| 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')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-serpent_1.43.bb (renamed from meta-python/recipes-devtools/python/python3-serpent_1.42.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.42.bb b/meta-python/recipes-devtools/python/python3-serpent_1.43.bb index c165a02caa..1b73bea437 100644 --- a/meta-python/recipes-devtools/python/python3-serpent_1.42.bb +++ b/meta-python/recipes-devtools/python/python3-serpent_1.43.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "Serialization based on ast.literal_eval" | |||
| 2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d7c28f460fafe7be454fcdcac0b60263" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d7c28f460fafe7be454fcdcac0b60263" |
| 4 | 4 | ||
| 5 | SRC_URI[sha256sum] = "8ea082b01f8ba07ecd74e34a9118ac4521bc4594938d912b808c89f1da425506" | 5 | SRC_URI[sha256sum] = "62dc242fd4ea2a50339f4f5aaaf6ecc55605ee74770d7eb2031e760d90a0d114" |
| 6 | 6 | ||
| 7 | inherit pypi ptest-python-pytest setuptools3 | 7 | inherit pypi ptest-python-pytest setuptools3 |
| 8 | 8 | ||
