summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-ujson
Commit message (Collapse)AuthorAgeFilesLines
* python3-ujson: fix run-ptest scriptGyorgy Sarvari2025-10-201-1/+1
| | | | | | | | | The current script doesn't execute any tests. This patch fixes the run-ptest script. This is mostly a backport of e183db0c8f0b6ef605731769aeefed3e4f0a0093. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* python3-ujson: Upgrade 5.0.0 -> 5.1.0Leon Anavi2022-01-111-0/+29
| | | | | | | | | | | | | Upgrade to release 5.1.0: - Strip debugging symbols from Linux binaries Add a patch in setup.py to disable striping debugging symbols for Linux to avoid already-stripped build errors. 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-ujson: fix ptestsTrevor Gamblin2021-05-241-1/+1
| | | | | | | | | - Add python3-json and python3-pytest to ptest RDEPENDS - Correct test file path in run-ptest Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-ujson: Enable ptestZang Ruochen2020-03-301-0/+3
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>