]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
scanpypi: add support for the new PyPI infrastructure
authorYegor Yefremov <yegorslists@googlemail.com>
Wed, 18 Apr 2018 09:55:42 +0000 (11:55 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 30 Apr 2018 20:54:00 +0000 (22:54 +0200)
commit2e0967180ac18c53705d99b6328e629692e75fd5
tree97cf7c5348ce2a4435620f0f93938534729d24d2
parentba7372fcd2b46a1617336bd422490533edd9f14d
scanpypi: add support for the new PyPI infrastructure

https://pypi.python.org URL has been changed to https://pypi.org.

Package's JSON object now contains sha256 checksum, so use it
instead of locally computed one. Change comments in the hash
file accordingly.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 6766ff9d12c628332170098de9cff42625a2d0a3)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
utils/scanpypi