summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-11-04 13:40:34 -0700
committerKhem Raj <raj.khem@gmail.com>2023-11-06 08:47:48 -0800
commitf3522f11a98da0468a5938b9807a5c540308736e (patch)
tree70fd3242017378eb59e8d4a84f6834314d8feb00
parentfd473a82463861f725284cf63f599a55debc9ca3 (diff)
downloadmeta-openembedded-f3522f11a98da0468a5938b9807a5c540308736e.tar.gz
python3-cbor2: upgrade 5.4.6 -> 5.5.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-cbor2_5.5.1.bb (renamed from meta-python/recipes-devtools/python/python3-cbor2_5.4.6.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.4.6.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.5.1.bb
index 19d6cbf444..5d36f36e7e 100644
--- a/meta-python/recipes-devtools/python/python3-cbor2_5.4.6.bb
+++ b/meta-python/recipes-devtools/python/python3-cbor2_5.5.1.bb
@@ -4,7 +4,7 @@ DEPENDS +="${PYTHON_PN}-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] = "b893500db0fe033e570c3adc956af6eefc57e280026bd2d86fd53da9f1e594d7" 7SRC_URI[sha256sum] = "f9e192f461a9f8f6082df28c035b006d153904213dc8640bed8a72d72bbc9475"
8 8
9inherit pypi python_setuptools_build_meta ptest 9inherit pypi python_setuptools_build_meta ptest
10 10