summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cbor2_5.4.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-cbor2: upgrade 5.4.3 -> 5.4.5Wang Mingyu2022-12-051-31/+0
| | | | | | | | | | | | | Changelog: ========== Added official Python 3.11 support Raise proper exception on invalid bignums Make Tagged item usable as a map key Eliminate potential memory leak in tag handling Documentation tweaks Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cbor2: add missing build dependencyRoss Burton2022-07-151-0/+2
| | | | | | | The build doesn't generate the right filenames without this package. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cbor2: upgrade 5.4.2 to 5.4.3Ross Burton2022-06-301-0/+29
| | | | | | | Now that we have a new enough setuptools, cbor2 5.4.3 successfully builds. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "python3-cbor2: upgrade 5.4.2 -> 5.4.3"Ross Burton2022-05-161-29/+0
| | | | | | | | | | | This build is broken and doesn't generate any files: it is missing a DEPENDS on python3-setuptools-scm-native, and our setuptools recipe isn't new enough to build this version. This reverts commit 1e050deca1977906b510516cb2d48f65cfc3056f. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cbor2: upgrade 5.4.2 -> 5.4.3Xu Huan2022-05-141-0/+29
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>