Closed iurisilvio closed 3 months ago
Add support to decompress version file using unzip instead of Python zipfile.
unzip
zipfile
This file is too big for pure Python.
It still fallback to pure Python if unzip command is not available (or UNZIP_DISABLE.
UNZIP_DISABLE
YOUR_ANSWER
Description
Add support to decompress version file using
unzip
instead of Pythonzipfile
.This file is too big for pure Python.
It still fallback to pure Python if
unzip
command is not available (orUNZIP_DISABLE
.Type of change
How has this change been tested, please provide a testcase or example of how you tested the change?
YOUR_ANSWER