saghul / pythonz

Python installation manager supporting CPython, Stackless, PyPy and Jython

Home Page: http://saghul.github.io/pythonz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pypy 4.0.0 released

berdario opened this issue · comments

Hi, just an heads up since, if you've been busy, you might have missed it.

Will add it, thanks! Quick question: where did you get the sha256 values for the releases? The website seems to only list the SHA1 and MD5.

Most of them I got them from pyenv:
example https://github.com/yyuu/pyenv/blob/master/plugins/python-build/share/python-build/jython-2.7.0#L2

for the few missing ones, I calculated it locally (as long as you're not being MITMed when you do it, it should be fine, and if otherwise: people will realize straight away, when the hashes will turn out to be invalid for everyone but you... to have more confidence you can download it from more than 1 connection and check that it's the same. You can also check that the file has the same sha1 as the one documented, and then ignore that and use the sha256)