mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
v1.2.19
This commit is contained in:
parent
2a3b286b71
commit
86fbc6861d
3 changed files with 11 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue