Impala Public Jenkins has submitted this change and it was merged. ( 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 enables support of all hash algorithms in python hashlib. Testing: buildall.sh works with 2 repos. One uses md5 and another uses sha-256. Change-Id: Ie78f851490cbab10daa654aece36dab6e6c4329b Reviewed-on: http://gerrit.cloudera.org:8080/9683 Reviewed-by: Tianyi Wang <tw...@cloudera.com> Reviewed-by: Taras Bobrovytsky <tbobrovyt...@cloudera.com> Tested-by: Impala Public Jenkins --- M infra/python/deps/pip_download.py 1 file changed, 30 insertions(+), 18 deletions(-) Approvals: Tianyi Wang: Looks good to me, approved Taras Bobrovytsky: Looks good to me, approved Impala Public Jenkins: Verified -- 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: merged Gerrit-Change-Id: Ie78f851490cbab10daa654aece36dab6e6c4329b Gerrit-Change-Number: 9683 Gerrit-PatchSet: 4 Gerrit-Owner: Tianyi Wang <tw...@cloudera.com> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Lars Volker <l...@cloudera.com> Gerrit-Reviewer: Taras Bobrovytsky <tbobrovyt...@cloudera.com> Gerrit-Reviewer: Tianyi Wang <tw...@cloudera.com>