saghul / pythonz

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

Add CPython 3.6.13 3.7.10 3.8.8 3.9.2 #172

Closed ifduyue closed 3 years ago

ifduyue commented 3 years ago

https://www.python.org/downloads/release/python-3613/ https://www.python.org/downloads/release/python-3710/ https://www.python.org/downloads/release/python-388/ https://www.python.org/downloads/release/python-392/

$ wget -q https://www.python.org/ftp/python/3.9.2/Python-3.9.2.tgz https://www.python.org/ftp/python/3.8.8/Python-3.8.8.tgz https://www.python.org/ftp/python/3.7.10/Python-3.7.10.tgz https://www.python.org/ftp/python/3.6.13/Python-3.6.13.tgz
$ sha256sum Python-*.tgz | perl -pn -e 's|Python-||;' -e 's|\.tgz$||'  | awk '{print "'\''" $2 "'\'': '\''" $1 "'\'',"}'
'3.6.13': '614950d3d54f6e78dac651b49c64cfe2ceefea5af3aff3371a9e4b27a53b2669',
'3.7.10': 'c9649ad84dc3a434c8637df6963100b2e5608697f9ba56d82e3809e4148e0975',
'3.8.8': '76c0763f048e4f9b861d24da76b7dd5c7a3ba7ec086f40caedeea359263276f7',
'3.9.2': '7899e8a6f7946748830d66739f2d8f2b30214dad956e56b9ba216b3de5581519',