]> 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)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 18 Apr 2018 15:11:47 +0000 (17:11 +0200)
commit6766ff9d12c628332170098de9cff42625a2d0a3
treeb3918dae5bc687a8cf5c3868583162a7b71c2629
parent046c5e25634bbf827c43617bf1967ab469418908
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>
utils/scanpypi