summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-zipp_3.1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-zipp: Upgrade 3.1.0 -> 3.2.0Leon Anavi2020-09-241-19/+0
| | | | | | | | | | | | | | 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>
* python3-zipp: Upgrade 0.6.0 -> 3.1.0Leon Anavi2020-05-221-0/+19
Upgrade to release 3.1.0. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>