summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cbor2_5.6.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-cbor2: upgrade 5.6.1 -> 5.6.2Wang Mingyu2024-03-081-33/+0
| | | | | | | | | | | | | | | | | Changelog: ========== -Fixed __hash__() of the C version of the CBORTag type crashing when there's a recursive reference cycle -Fixed type annotation for the file object in cbor2.dump(), cbor2.load(), CBOREncoder and CBORDecoder to be IO[bytes] instead of BytesIO -Worked around a CPython bug that caused a SystemError to be raised, or even a buffer overflow to occur when decoding a long text string that contained only ASCII characters -Changed the return type annotations of cbor2.load() and cbor2.load() to return Any instead of object so as not to force users to make type casts Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cbor2: switch to pytest --automakeTim Orling2024-02-161-6/+7
| | | | | | | | * Also replace ${PYTHON_PN} with python3 * Be consistent with tabs vs. spaces in do_install_ptest Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cbor2: update to version 5.6.1Derek Straka2024-02-021-0/+32
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>