summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-zipp_3.2.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-zipp: Upgrade 3.2.0 -> 3.3.0Leon Anavi2020-10-071-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.0Leon Anavi2020-09-241-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>