Tianyi Wang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/9683
Change subject: IMPALA-6682: Remove MD5 assumption from pypi download script ...................................................................... IMPALA-6682: Remove MD5 assumption from pypi download script pip_download.py assumes the python repository to use md5 as the hash algorithm, which is not required by PEP-503 and not always true in reality. This patch removes this assumption and support all hash algorithms in python hashlib. Testing: buildall.sh works with 2 repos. One uses md5 and another uses sha-256. Change-Id: Ie78f851490cbab10daa654aece36dab6e6c4329b --- M infra/python/deps/pip_download.py 1 file changed, 25 insertions(+), 18 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/83/9683/1 -- To view, visit http://gerrit.cloudera.org:8080/9683 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ie78f851490cbab10daa654aece36dab6e6c4329b Gerrit-Change-Number: 9683 Gerrit-PatchSet: 1 Gerrit-Owner: Tianyi Wang <[email protected]>
