This commit is contained in:
Josh Friend 2020-06-17 09:59:49 -04:00
parent 2a3b286b71
commit 86fbc6861d
No known key found for this signature in database
GPG key ID: 3D61CC32D87F9CAF
3 changed files with 11 additions and 3 deletions

View file

@ -1,5 +1,13 @@
## Version History
## 1.2.19
* python-build: Add CPython 3.8.2 (#1612)
* python-build: Add CPython 2.7.18 (#1593)
* python-build: Add CPython 3.10-dev (#1619)
* python-build: Add anaconda3-2020.02 (#1584)
* python-build: Add stackless 3.7.5 (#1589)
## 1.2.18
* python-build: Update download URLs for old OpenSSL releases (#1578)

View file

@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="1.2.18"
version="1.2.19"
git_revision=""
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then

View file

@ -4,7 +4,7 @@ export PYTHON_BUILD_CONFIGURE_WITH_OPENSSL=1
install_package "openssl-1.1.0j" "https://www.openssl.org/source/old/1.1.0/openssl-1.1.0j.tar.gz#31bec6c203ce1a8e93d5994f4ed304c63ccf07676118b6634edded12ad1b3246" mac_openssl --if has_broken_mac_openssl
install_package "readline-8.0" "https://ftpmirror.gnu.org/readline/readline-8.0.tar.gz#e339f51971478d369f8a053a330a190781acb9864cf4c541060f12078948e461" mac_readline --if has_broken_mac_readline
if has_tar_xz_support; then
install_package "Python-3.9.0a6" "https://www.python.org/ftp/python/3.9.0/Python-3.9.0a6.tar.xz#628627f23cc0733a73ca98500c7cb8d39019975c6ab3cbe709e9771fc6cca36d" ldflags_dirs standard verify_py38 copy_python_gdb ensurepip
install_package "Python-3.9.0b3" "https://www.python.org/ftp/python/3.9.0/Python-3.9.0b3.tar.xz#af1d09f8f59d1329273c2970e3156e2f9949e5cd9c408264eba3ca84213c957f" ldflags_dirs standard verify_py38 copy_python_gdb ensurepip
else
install_package "Python-3.9.0a6" "https://www.python.org/ftp/python/3.9.0/Python-3.9.0a6.tgz#d7e1e4f89a1049c7438e643897064a24c62fc519cddce78eb2a5be58aa256b0b" ldflags_dirs standard verify_py38 copy_python_gdb ensurepip
install_package "Python-3.9.0b3" "https://www.python.org/ftp/python/3.9.0/Python-3.9.0b3.tgz#d000aed311f4330fd5353247a1b76479d1851e6a6ccaeeba3f99256c9b449932" ldflags_dirs standard verify_py38 copy_python_gdb ensurepip
fi