Python egg files are standard ZIP archives so add support
to uncompress them through shutil.register_unpack_format.
Related to T3576
Differential D6267
tarball: Add support for uncompressing egg files anlambert on Sep 15 2021, 2:22 PM. Authored by Tags None Subscribers None
Details
Python egg files are standard ZIP archives so add support Related to T3576 Existing test have been adapted.
Diff Detail
Event TimelineComment Actions Build is green Patch application report for D6267 (id=22692)Rebasing onto 632673f6bd... Current branch diff-target is up to date. Changes applied before testcommit 7ded13975ca3b6d6bb6d7f1511a9db620ab6cbe6 Author: Antoine Lambert <anlambert@softwareheritage.org> Date: Wed Sep 15 14:20:11 2021 +0200 tarball: Add support for uncompressing egg files Python egg files are standard ZIP archives so add support to uncompress them through shutil.register_unpack_format. Related to T3576 See https://jenkins.softwareheritage.org/job/DCORE/job/tests-on-diff/243/ for more details. |