summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python-jsonref
Commit message (Collapse)AuthorAgeFilesLines
* meta-python: drop ${PYTHON_PN}Tim Orling2024-02-191-5/+5
| | | | | | | 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>
* python-jsonref: add missing Upstream-StatusMartin Jansa2024-01-301-0/+1
| | | | | | | | * 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>
* python3-jsonref: Upgrade 1.0.1 -> 1.1.0Leon Anavi2023-11-073-16/+50
| | | | | | | | | | | | | | | 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>
* python3-jsonref: upgrade 0.3.0 -> 1.0.1Wang Mingyu2022-11-091-1/+1
| | | | | | | | | | | | 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>
* python3-jsonref: Upgrade 0.2 -> 0.3.0Leon Anavi2022-10-101-2/+7
| | | | | | | | | | | 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>
* python3-jsonref: Consolidate in a single fileLeon Anavi2020-07-102-12/+11
| | | | | | | | 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>
* meta-python: update recipes to use python3 classesAndrey Zhizhikin2020-01-221-1/+1
| | | | | | | | 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>
* meta-python: rename python2 recipes to python3 eqiuvalentAndrey Zhizhikin2020-01-221-0/+0
| | | | | | | | | | 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>
* python-jsonref: add recipewouterlucas2019-07-232-0/+12
Signed-off-by: Wouter-lucas van Boesschoten <wouter@wouterlucas.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>