summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-jsonpatch_1.32.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-jsonpatch: upgrade 1.32 -> 1.33Trevor Gamblin2023-07-251-15/+0
| | | | | | | | | | | | | | | | | | | | Update-License: Change name from COPYING to LICENSE No changelog provided. Commit log: 0b05203 (tag: v1.33) bump version to 1.33 45cfe90 Switch to GitHub actions (#144) 33562b0 Update license text to match official 3-clause-BSD (#142) a76f742 feat(jsondiff): Add support for preserving Unicode characters (#145) 714df3c docs: fix simple typo, raies -> raise (#135) e0b3a9b Merge pull request #134 from Ventilateur/b/fix-invalid-remove-index 46eef55 remove unused import db194f8 fix invalid remove index a652648 Merge pull request #132 from JulienPalard/mdk/TypeError c9bfb91 FIX: TypeError when one forgot to put its operation in a list. Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-1/+1
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-jsonpatch: Upgrade 1.31 -> 1.32Leon Anavi2021-03-171-0/+15
Upgrade to release 1.32: - take_index causing 'move' of incorrect values due to bad True==1 comparison 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>