python3-unidiff: Upgrade 0.6.0 -> 0.7.0

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>
This commit is contained in:
Leon Anavi
2021-08-19 13:00:46 +03:00
committed by Khem Raj
parent 48634c64b7
commit d29020784d

View File

@@ -3,8 +3,7 @@ HOMEPAGE = "http://github.com/matiasb/python-unidiff"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=4c434b08ef42fea235bb019b5e5a97b3"
SRC_URI[md5sum] = "ae9524079753df7b1239f0378ed326b7"
SRC_URI[sha256sum] = "90c5214e9a357ff4b2fee19d91e77706638e3e00592a732d9405ea4e93da981f"
SRC_URI[sha256sum] = "91bb13b4969514a400679d9ae5e29a6ffad85346087677f8b5e2e036af817447"
inherit pypi setuptools3 ptest