From cf7fe1d87f375a792a8b3f23393612f5f080857a Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Sat, 17 Dec 2016 17:32:28 -0500 Subject: [PATCH] Add CPython 3.6.0rc2 (#781) https://www.python.org/downloads/release/python-360rc2/. --- CHANGELOG.md | 2 +- .../python-build/share/python-build/{3.6.0rc1 => 3.6.0rc2} | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) rename plugins/python-build/share/python-build/{3.6.0rc1 => 3.6.0rc2} (54%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 334548c2..eb60a494 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Unreleased -* python-build: Add CPython 3.6.0rc1 +* python-build: Add CPython 3.6.0rc2 (#781) ## 1.0.4 diff --git a/plugins/python-build/share/python-build/3.6.0rc1 b/plugins/python-build/share/python-build/3.6.0rc2 similarity index 54% rename from plugins/python-build/share/python-build/3.6.0rc1 rename to plugins/python-build/share/python-build/3.6.0rc2 index f4bf5923..2924facb 100644 --- a/plugins/python-build/share/python-build/3.6.0rc1 +++ b/plugins/python-build/share/python-build/3.6.0rc2 @@ -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 -