Python zipfile module does not support the unpacking of ZIP archive
with legacy compression type 6 (implode).
Fallback using the unzip command in that case as it supports the
unpacking of such ZIP file.
Closes T3369
Differential D5850
tarball: Add support to unpack ZIP archive with implode compression anlambert on Jun 10 2021, 1:38 PM. Authored by
Details
Python zipfile module does not support the unpacking of ZIP archive Fallback using the unzip command in that case as it supports the Closes T3369
Diff Detail
Event TimelineComment Actions Build is green Patch application report for D5850 (id=20914)Rebasing onto 5aaaa522d5... Current branch diff-target is up to date. Changes applied before testcommit f249b40700f2e332f74853f91a66ad25c11a3742 Author: Antoine Lambert <antoine.lambert@inria.fr> Date: Wed Jun 9 14:17:59 2021 +0200 tarball: Add support to unpack ZIP archive with implode compression Python zipfile module does not support the unpacking of ZIP archive with legacy compression type 6 (implode). Fallback using the unzip command in that case as it supports the unpacking of such ZIP file. Closes T3369 See https://jenkins.softwareheritage.org/job/DCORE/job/tests-on-diff/229/ for more details.
Comment Actions Build is green Patch application report for D5850 (id=20928)Rebasing onto 5aaaa522d5... Current branch diff-target is up to date. Changes applied before testcommit cbf07d953e4ac00280f5f62296e8b8585f77d7ac Author: Antoine Lambert <antoine.lambert@inria.fr> Date: Wed Jun 9 14:17:59 2021 +0200 tarball: Add support to unpack ZIP archive with implode compression Python zipfile module does not support the unpacking of ZIP archive with legacy compression type 6 (implode). Fallback using the unzip command in that case as it supports the unpacking of such ZIP file. Closes T3369 See https://jenkins.softwareheritage.org/job/DCORE/job/tests-on-diff/230/ for more details. |