diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-08-20 16:39:40 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-08-20 07:35:10 -0700 |
| commit | b5c457d8889c1b94b986551b7d43dcfeff3e7eab (patch) | |
| tree | d2ae91e02cf3f2ce9cc88833bc96b35ffb0b2eda /meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb | |
| parent | eadae36c62e9362d5b18786803ec653e63c5e11c (diff) | |
| download | meta-openembedded-b5c457d8889c1b94b986551b7d43dcfeff3e7eab.tar.gz | |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb | 18 |
1 files changed, 0 insertions, 18 deletions
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 @@ | |||
| 1 | DESCRIPTION = "An implementation of RFC 7049 - Concise Binary Object Representation (CBOR)." | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a79e64179819c7ce293372c059f1dbd8" | ||
| 4 | DEPENDS += "python3-setuptools-scm-native" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "b682820677ee1dbba45f7da11898d2720f92e06be36acec290867d5ebf3d7e09" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta ptest-python-pytest | ||
| 9 | |||
| 10 | RDEPENDS:${PN}-ptest += " \ | ||
| 11 | python3-hypothesis \ | ||
| 12 | python3-unixadmin \ | ||
| 13 | " | ||
| 14 | RDEPENDS:${PN} += " \ | ||
| 15 | python3-datetime \ | ||
| 16 | " | ||
| 17 | |||
| 18 | BBCLASSEXTEND = "native nativesdk" | ||
