summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-msgpack_1.0.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-msgpack: Upgrade 0.6.2 -> 1.0.0Leon Anavi2020-06-221-0/+28
Upgrade to release 1.0.0: - Remove Python 2 support from the msgpack/_cmsgpack. msgpack/fallback still supports Python 2. - Remove encoding option from the Packer and Unpacker. - Unpacker: The default value of max_buffer_type is changed to 100MiB. - Unpacker: strict_map_key is True by default now. - Unpacker: String map keys are interned. - Drop old buffer protocol support. - Support Timestamp type. - Support serializing and decerializing datetime object with tzinfo. - Unpacker: Fix Unpacker.read_bytes() in fallback implementation. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>