summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cbor2_5.3.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-cbor2: Upgrade 5.3.0 -> 5.4.0Leon Anavi2021-06-071-29/+0
| | | | | | | | | | | | | | Upgrade to release 5.4.0: - Added new feature stringrefs, which makes repetitive dictionary structures more compact. Use with care since support for this is rare in other CBOR implementations. - Bugfixes around decoding invalid data, which may improve security on decoding untrusted data Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-cbor2: Upgrade 5.2.0 -> 5.3.0Leon Anavi2021-05-191-0/+29
Upgrade to release 5.3.0: - Removed support for Python < 3.6 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>