diff mbox series

[meta-python,4/5] python3-cbor2: Upgrade 5.6.3 -> 5.6.4

Message ID 20240621113459.2188274-4-leon.anavi@konsulko.com
State Accepted
Headers show
Series [meta-python,1/5] python3-pyperclip: Upgrade 1.8.2 -> 1.9.0 | expand

Commit Message

Leon Anavi June 21, 2024, 11:34 a.m. UTC
Upgrade to release 5.6.4:

- Fixed compilation of C extension failing on GCC 14
- Fixed compiler warnings when building C extension

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-cbor2_5.6.3.bb => python3-cbor2_5.6.4.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-cbor2_5.6.3.bb => python3-cbor2_5.6.4.bb} (89%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.6.3.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-cbor2_5.6.3.bb
rename to meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb
index c9c98b6fb..4033b985a 100644
--- a/meta-python/recipes-devtools/python/python3-cbor2_5.6.3.bb
+++ b/meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb
@@ -4,7 +4,7 @@  DEPENDS +="python3-setuptools-scm-native"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
 
-SRC_URI[sha256sum] = "e6f0ae2751c2d333a960e0807c0611494eb1245631a167965acbc100509455d3"
+SRC_URI[sha256sum] = "1c533c50dde86bef1c6950602054a0ffa3c376e8b0e20c7b8f5b108793f6983e"
 
 inherit pypi python_setuptools_build_meta ptest