summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-06-09 18:28:57 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-06-09 18:55:01 -0700
commit759c9fce51b8ae9813331db003ddcfab4b450b60 (patch)
tree9ef437be32a3e5243bb481e6f49c24d24c055e77 /meta-python/recipes-devtools/python
parent849546a867476ef7504afb8e90d0f8c2d632ae96 (diff)
downloadmeta-openembedded-759c9fce51b8ae9813331db003ddcfab4b450b60.tar.gz
python3-cbor2: upgrade 6.1.1 -> 6.1.2
Changelog: =========== - Fixed incorrect tracking of string references for definite-length text strings of length greater than 65536 - Fixed cbor2.load() crash caused by incorrect handling of internal read buffer extension during stream deserialization. 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')
-rw-r--r--meta-python/recipes-devtools/python/python3-cbor2_6.1.2.bb (renamed from meta-python/recipes-devtools/python/python3-cbor2_6.1.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cbor2_6.1.1.bb b/meta-python/recipes-devtools/python/python3-cbor2_6.1.2.bb
index 4b4406ffbf..b8e92ca361 100644
--- a/meta-python/recipes-devtools/python/python3-cbor2_6.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-cbor2_6.1.2.bb
@@ -3,7 +3,7 @@ LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a79e64179819c7ce293372c059f1dbd8" 3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a79e64179819c7ce293372c059f1dbd8"
4DEPENDS += "python3-setuptools-scm-native" 4DEPENDS += "python3-setuptools-scm-native"
5 5
6SRC_URI[sha256sum] = "6f0644869e0fdcd6f3874330b8f1cebd009f33191de43acf609dc2409cd362c4" 6SRC_URI[sha256sum] = "6b43037a66947dee5af0abb1a4c3a13b3abac5a4a3f32f9771efbbcd030fd909"
7 7
8inherit pypi python_setuptools3_rust cargo-update-recipe-crates ptest-python-pytest 8inherit pypi python_setuptools3_rust cargo-update-recipe-crates ptest-python-pytest
9 9