saghul / pythonz

Python installation manager supporting CPython, Stackless, PyPy and Jython
http://saghul.github.io/pythonz
MIT License
749 stars 69 forks source link

Pypy 4.0.0 released #101

Closed berdario closed 8 years ago

berdario commented 8 years ago

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

saghul commented 8 years ago

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.

berdario commented 8 years ago

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)