summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-unidiff_0.7.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-unidiff: Upgrade 0.7.0 -> 0.7.3Leon Anavi2022-02-241-26/+0
| | | | | | | | | | | | | | Upgrade to release 0.7.3: - Fixed RE_BINARY_DIFF regex to make it a raw string - Fixed issue when parsing git diff header generated with --no-prefix - Improved git added/deleted file detection - Added newline optional param when parsing from_filename Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-unidiff: Upgrade 0.6.0 -> 0.7.0Leon Anavi2021-08-231-0/+26
Upgrade to release 0.7.0: - Fixed issues handling multiple git renames. - Renamed files return target filename as PatchedFile.path. - Fixed error when first change is a binary file. - Added source code type hints. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>