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.7.0, 3.6.4, 3.6.5, 3.6.6 and 2.7.15 #136

Closed ifduyue closed 5 years ago

ifduyue commented 6 years ago

Calculation sha256sums:

wget -A 'Python-2.7.[0-9][0-9].tgz,Python-3.[67].[0-9].tgz' -r -np https://www.python.org/ftp/python/
find  www.python.org/ftp/python/ -type f -name '*.tgz' | xargs sha256sum | perl -pn -e 's|www.python.org/ftp/python/||;' -e 's|/Python-.*$||;' | awk '{print $2 " " $1}'

2.7.10 eda8ce6eec03e74991abb5384170e7c65fcd7522e409b8e83d7e6372add0f12a 2.7.11 82929b96fd6afc8da838b149107078c02fa1744b7e60999a8babbc0d3fa86fc6 2.7.12 3cb522d17463dfa69a155ab18cffa399b358c966c0363d6c8b5b3bf1384da4b6 2.7.13 a4f05a0720ce0fd92626f0278b6b433eee9a6173ddf2bced7957dfb599a5ece1 2.7.14 304c9b202ea6fbd0a4a8e0ad3733715fbd4749f2204a9173a58ec53c32ea73e8 2.7.15 18617d1f15a380a919d517630a9cd85ce17ea602f9bbdc58ddc672df4b0239db 3.6.0 aa472515800d25a3739833f76ca3735d9f4b2fe77c3cb21f69275e0cce30cb2b 3.6.1 aa50b0143df7c89ce91be020fe41382613a817354b33acdc6641b44f8ced3828 3.6.2 7919489310a5f17f7acbab64d731e46dca0702874840dadce8bd4b2b3b8e7a82 3.6.3 ab6193af1921b30f587b302fe385268510e80187ca83ca82d2bfe7ab544c6f91 3.6.4 7dc453e1a93c083388eb1a23a256862407f8234a96dc4fae0fc7682020227486 3.6.5 53a3e17d77cd15c5230192b6a8c1e031c07cd9f34a2f089a731c6f6bd343d5c6 3.6.6 7d56dadf6c7d92a238702389e80cfe66fbfae73e584189ed6f89c75bbf3eda58 3.7.0 85bb9feb6863e04fb1700b018d9d42d1caac178559ffa453d7e6a436e259fd0d

ifduyue commented 5 years ago

@lgw4 Could you please have a look at this? Thanks!