HomeSoftware Heritage

tarball: Use standard Python module zipfile to extract jar archive

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

tarball: Use standard Python module zipfile to extract jar archive

It exists many cases where using unzip to extract a jar archive
fails while using the zipfile module succeeds.

So prefer to use the zipfile module to uncompress jar archives.

Related to T4318

Commit No Longer Exists

This commit no longer exists in the repository.