Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-zipp: Upgrade 3.2.0 -> 3.3.0 | Leon Anavi | 2020-10-07 | 1 | -19/+0 |
| | | | | | | | | | | | | Upgrade to release 3.3.0: - Path objects now expose a .filename attribute and rely on that to resolve .name and .parent when the Path object is at the root of the zipfile. 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> | ||||
* | python3-zipp: Upgrade 3.1.0 -> 3.2.0 | Leon Anavi | 2020-09-24 | 1 | -0/+19 |
Upgrade to release 3.2.0: - Mutate the passed ZipFile object type instead of making a copy. Prevents issues when both the local copy and the caller's copy attempt to close the same file handle. - Path._next now honors subclasses. - Path.is_file() now returns False for non-existent names. 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> |