You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Tianyi Wang (JIRA)" <ji...@apache.org> on 2018/03/15 23:28:00 UTC

[jira] [Created] (IMPALA-6682) Support hash function other than md5 in pypi download script

Tianyi Wang created IMPALA-6682:
-----------------------------------

             Summary: Support hash function other than md5 in pypi download script
                 Key: IMPALA-6682
                 URL: https://issues.apache.org/jira/browse/IMPALA-6682
             Project: IMPALA
          Issue Type: Improvement
          Components: Infrastructure
            Reporter: Tianyi Wang
            Assignee: Tianyi Wang


pip_download.py assumes that the python repository to use md5 as the hash algorithm. On Mar 15, 2018 some traffic of [https://pypi.python.org|https://pypi.python.org/] is redirected to [https://pypi.org/simple|https://pypi.org/simple.], which uses sha-256. According to [PEP-503|https://www.python.org/dev/peps/pep-0503/] it could be any algorithm supported by python hashlib. We should change pip_download.py to support them. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)