summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2024-06-21 14:34:58 +0300
committerKhem Raj <raj.khem@gmail.com>2024-06-21 21:45:10 -0700
commitc214932f69f48f3dded12719f8da685fec43ec41 (patch)
treed51425aef2a6b1524a8cb8679086349c7efed57c /meta-python
parent67a28b747302a004a1621095993d8172233e7f6e (diff)
downloadmeta-openembedded-c214932f69f48f3dded12719f8da685fec43ec41.tar.gz
python3-cbor2: Upgrade 5.6.3 -> 5.6.4
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb (renamed from meta-python/recipes-devtools/python/python3-cbor2_5.6.3.bb)2
1 files changed, 1 insertions, 1 deletions
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
index c9c98b6fb5..4033b985ab 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"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" 5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
6 6
7SRC_URI[sha256sum] = "e6f0ae2751c2d333a960e0807c0611494eb1245631a167965acbc100509455d3" 7SRC_URI[sha256sum] = "1c533c50dde86bef1c6950602054a0ffa3c376e8b0e20c7b8f5b108793f6983e"
8 8
9inherit pypi python_setuptools_build_meta ptest 9inherit pypi python_setuptools_build_meta ptest
10 10