From 759c9fce51b8ae9813331db003ddcfab4b450b60 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 9 Jun 2026 18:28:57 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- .../python/{python3-cbor2_6.1.1.bb => python3-cbor2_6.1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cbor2_6.1.1.bb => python3-cbor2_6.1.2.bb} (86%) 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 similarity index 86% rename from meta-python/recipes-devtools/python/python3-cbor2_6.1.1.bb rename to 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" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a79e64179819c7ce293372c059f1dbd8" DEPENDS += "python3-setuptools-scm-native" -SRC_URI[sha256sum] = "6f0644869e0fdcd6f3874330b8f1cebd009f33191de43acf609dc2409cd362c4" +SRC_URI[sha256sum] = "6b43037a66947dee5af0abb1a4c3a13b3abac5a4a3f32f9771efbbcd030fd909" inherit pypi python_setuptools3_rust cargo-update-recipe-crates ptest-python-pytest