Commit Graph

9 Commits

Author SHA1 Message Date
Tim Orling
94c20e1ef4
meta-python: drop ${PYTHON_PN}
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-02-19 23:22:24 -08:00
Martin Jansa
9ae4f0695d
python-jsonref: add missing Upstream-Status
* 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>
2024-01-30 11:42:59 -08:00
Leon Anavi
e34a29f124 python3-jsonref: Upgrade 1.0.1 -> 1.1.0
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>
2023-11-07 23:11:24 -08:00
Wang Mingyu
0cbce7042b python3-jsonref: upgrade 0.3.0 -> 1.0.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>
2022-11-09 10:17:15 -08:00
Leon Anavi
3fda6ca362 python3-jsonref: Upgrade 0.2 -> 0.3.0
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>
2022-10-10 10:19:33 -07:00
Leon Anavi
e93d527a33 python3-jsonref: Consolidate in a single file
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-07-10 09:35:50 -07:00
Andrey Zhizhikin
e6ced57308 meta-python: update recipes to use python3 classes
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-22 09:56:34 -08:00
Andrey Zhizhikin
1ae3178716 meta-python: rename python2 recipes to python3 eqiuvalent
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>
2020-01-22 09:56:34 -08:00
wouterlucas
64a3c86711 python-jsonref: add recipe
Signed-off-by: Wouter-lucas van Boesschoten <wouter@wouterlucas.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-23 09:37:22 -07:00