From b5c457d8889c1b94b986551b7d43dcfeff3e7eab Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 20 Aug 2025 16:39:40 +0800 Subject: python3-cbor2: upgrade 5.6.5 -> 5.7.0 Changelog: =========== - Added support for Python 3.14 - Dropped support for Python 3.8 - Added support for encoding indefinite containers - Added complex number support (tag 43000) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-cbor2_5.6.5.bb | 18 ------------------ .../recipes-devtools/python/python3-cbor2_5.7.0.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb create mode 100644 meta-python/recipes-devtools/python/python3-cbor2_5.7.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb deleted file mode 100644 index 834bad6865..0000000000 --- a/meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "An implementation of RFC 7049 - Concise Binary Object Representation (CBOR)." -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a79e64179819c7ce293372c059f1dbd8" -DEPENDS += "python3-setuptools-scm-native" - -SRC_URI[sha256sum] = "b682820677ee1dbba45f7da11898d2720f92e06be36acec290867d5ebf3d7e09" - -inherit pypi python_setuptools_build_meta ptest-python-pytest - -RDEPENDS:${PN}-ptest += " \ - python3-hypothesis \ - python3-unixadmin \ -" -RDEPENDS:${PN} += " \ - python3-datetime \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.7.0.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.7.0.bb new file mode 100644 index 0000000000..4fe60c87c9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cbor2_5.7.0.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "An implementation of RFC 7049 - Concise Binary Object Representation (CBOR)." +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a79e64179819c7ce293372c059f1dbd8" +DEPENDS += "python3-setuptools-scm-native" + +SRC_URI[sha256sum] = "3f6d843f4db4d0ec501c46453c22a4fbebb1abfb5b740e1bcab34c615cd7406b" + +inherit pypi python_setuptools_build_meta ptest-python-pytest + +RDEPENDS:${PN}-ptest += " \ + python3-hypothesis \ + python3-unixadmin \ +" +RDEPENDS:${PN} += " \ + python3-datetime \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf