diff --git a/CHANGELOG.md b/CHANGELOG.md index 49f61bd1..66b09226 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 15d90c1c..456803c3 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -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 diff --git a/plugins/python-build/share/python-build/3.9.0a6 b/plugins/python-build/share/python-build/3.9.0b3 similarity index 59% rename from plugins/python-build/share/python-build/3.9.0a6 rename to plugins/python-build/share/python-build/3.9.0b3 index 945348d5..30f5a306 100644 --- a/plugins/python-build/share/python-build/3.9.0a6 +++ b/plugins/python-build/share/python-build/3.9.0b3 @@ -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