summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-ujson_4.1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-ujson: upgrade 4.1.0 -> 4.2.0zhengruoqin2021-10-181-33/+0
| | | | | | | | | | | | | | | | | | | Added Add a default keyword argument to dumps (#470) @garenchan Add support for Python 3.10 (#472) @hugovk Build 32-bit wheels for Windows (#481) @hugovk Build PyPy3 wheels for manylinux (#475) @hugovk Build wheels for musl aarch64 (aka ARM) Linux (musllinux_1_1_aarch64) (#478) @bwoodsend Build wheels for musl Linux (musllinux_1_1_x86_64) (#476) @bwoodsend Changed Use declarative setup metadata (#477) @hugovk Wheel building updates (#473) @hugovk Rename master to main (#471) @hugovk Replace README.rst with Markdown (#479) @hugovk Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-ujson: Upgrade 4.0.2 -> 4.1.0Leon Anavi2021-08-171-0/+33
Upgrade to release 4.1.0: - Add gcov coverage testing for C code - Test Python 3.10-dev - Remove explicit handling of manylinux platform tag - Remove unused variable - dconv no longer uses global instances of StringToDoubleConverter - Switch shebang for the manylinux-wheels script - Fix typos in error message 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>