aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python-jsonref
AgeCommit message (Collapse)Author
2024-02-19meta-python: drop ${PYTHON_PN}Tim Orling
python 2 is long unsupported, so we no longer need this variable. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-30python-jsonref: add missing Upstream-StatusMartin Jansa
* introduced in: https://git.openembedded.org/meta-openembedded/commit/?id=e34a29f12444cd31fb6e6c11712603897e24a6d5 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-07python3-jsonref: Upgrade 1.0.1 -> 1.1.0Leon Anavi
Upgrade to version 1.1.0: - Fixes documents where the root is a reference object not being cached - Allows a reference object to refer to a fragment within itself - Extra properties of a reference object will now have references resolved License-Update: License remains the same Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-09python3-jsonref: upgrade 0.3.0 -> 1.0.1Wang Mingyu
Changelog: =========== replace_refs is now a function rather than a class method of JsonRef New options were also added to replace_refs jsonloader is now a plan function rather than an instance of a class. Fix issue with proxies=False where it would not recurse through references to remove the proxies. #48 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-10python3-jsonref: Upgrade 0.2 -> 0.3.0Leon Anavi
Upgrade to release 0.3.0: - Add documentation for the JsonRefError class - Drop python 2 support - Switch to GitHub Actions Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-10python3-jsonref: Consolidate in a single fileLeon Anavi
Consolidate inc and bb files into a single bb file. 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>
2020-01-22meta-python: update recipes to use python3 classesAndrey Zhizhikin
Update recipes to use python3 classes instead of deprecated python2 variants. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-22meta-python: rename python2 recipes to python3 eqiuvalentAndrey Zhizhikin
Rename recipes which were previously built with python2 to their python3 equivalents. Use new python3 classes (setuptools3) in those recipes. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-23python-jsonref: add recipewouterlucas
Signed-off-by: Wouter-lucas van Boesschoten <wouter@wouterlucas.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>