Add CPython 3.6.0rc2 (#781)

https://www.python.org/downloads/release/python-360rc2/.
This commit is contained in:
Zhiming Wang 2016-12-17 17:32:28 -05:00 committed by Josh Friend
parent 1000c2fa99
commit cf7fe1d87f
2 changed files with 3 additions and 4 deletions

View file

@ -2,7 +2,7 @@
## Unreleased
* python-build: Add CPython 3.6.0rc1
* python-build: Add CPython 3.6.0rc2 (#781)
## 1.0.4

View file

@ -2,8 +2,7 @@
install_package "openssl-1.0.2g" "https://www.openssl.org/source/openssl-1.0.2g.tar.gz#b784b1b3907ce39abf4098702dade6365522a253ad1552e267a9a0e89594aa33" mac_openssl --if has_broken_mac_openssl
install_package "readline-6.3" "https://ftpmirror.gnu.org/readline/readline-6.3.tar.gz#56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43" standard --if has_broken_mac_readline
if has_tar_xz_support; then
install_package "Python-3.6.0rc1" "https://www.python.org/ftp/python/3.6.0/Python-3.6.0rc1.tar.xz#fc868c1b84833262bef5547f2ed44844a1b4355ab3b7f747e28a1e1ccbff5807" ldflags_dirs standard verify_py36 ensurepip
install_package "Python-3.6.0rc2" "https://www.python.org/ftp/python/3.6.0/Python-3.6.0rc2.tar.xz#ed07453330af6677d0a670e187344922a67208fc6bdaea9fade66dc08bf763a4" ldflags_dirs standard verify_py36 ensurepip
else
install_package "Python-3.6.0rc1" "https://www.python.org/ftp/python/3.6.0/Python-3.6.0rc1.tgz#e80bc33d09f1f3c06ed760c921e7e279479325b7db372afe95fa05deabad4db9" ldflags_dirs standard verify_py36 ensurepip
install_package "Python-3.6.0rc2" "https://www.python.org/ftp/python/3.6.0/Python-3.6.0rc2.tgz#1241bec1869883f328d54c28542f352395f21076c5d0e7478c0993e010138c44" ldflags_dirs standard verify_py36 ensurepip
fi