diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-10-29 08:14:46 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-29 10:14:13 -0700 |
| commit | 64b87fbe6c1063eac918269d927b0af24c837bf1 (patch) | |
| tree | b3c4bb818677b20eadb1d99dad654b16f689f645 /meta-python/recipes-devtools/python/python3-cbor2_5.7.1.bb | |
| parent | a7f536301dbb3d4017ead0c0fd9ec85e99bf614e (diff) | |
| download | meta-openembedded-64b87fbe6c1063eac918269d927b0af24c837bf1.tar.gz | |
python3-cbor2: upgrade 5.7.0 -> 5.7.1
Changelog:
===========
- Improved performance on decoding large definite bytestrings
- Fixed a read(-1) vulnerability caused by boundary handling error
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cbor2_5.7.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cbor2_5.7.1.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.7.1.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.7.1.bb new file mode 100644 index 0000000000..e124207cbf --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cbor2_5.7.1.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "An implementation of RFC 7049 - Concise Binary Object Representation (CBOR)." | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a79e64179819c7ce293372c059f1dbd8" | ||
| 4 | DEPENDS += "python3-setuptools-scm-native" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "7a405a1d7c8230ee9acf240aad48ae947ef584e8af05f169f3c1bde8f01f8b71" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta ptest-python-pytest | ||
| 9 | |||
| 10 | RDEPENDS:${PN}-ptest += " \ | ||
| 11 | python3-hypothesis \ | ||
| 12 | python3-unixadmin \ | ||
| 13 | " | ||
| 14 | RDEPENDS:${PN} += " \ | ||
| 15 | python3-datetime \ | ||
| 16 | " | ||
| 17 | |||
| 18 | BBCLASSEXTEND = "native nativesdk" | ||
