summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python-jsonref/python3-jsonref_0.3.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-jsonref: upgrade 0.3.0 -> 1.0.1Wang Mingyu2022-11-091-16/+0
| | | | | | | | | | | | 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-0/+16
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>