Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump versions of CPython, PyPy, and Tox #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

moreati
Copy link

@moreati moreati commented Feb 22, 2020

I left tox installed in the CPython 3.7.x pyenv, instead of installing it under 3.8.x. I wasn't sure if you had a spcific reason for using that minor release still.

...
Step 11/11 : CMD ["tox"]
 ---> Running in a70158dbbb2f
Removing intermediate container a70158dbbb2f
 ---> 2f69a820edde
Successfully built 2f69a820edde
:~/src/docker-tox-base version-bumps(+8/-8)± docker run -it 2f69a820edde /bin/sh
# pyenv versions
* 2.6.9 (set by /.pyenv/version)
* 2.7.17 (set by /.pyenv/version)
* 3.3.7 (set by /.pyenv/version)
* 3.4.10 (set by /.pyenv/version)
* 3.5.9 (set by /.pyenv/version)
* 3.6.10 (set by /.pyenv/version)
* 3.7.6 (set by /.pyenv/version)
* 3.8.1 (set by /.pyenv/version)
* pypy2.7-7.3.0 (set by /.pyenv/version)
* pypy3.3-5.5-alpha (set by /.pyenv/version)
* pypy3.6-7.3.0 (set by /.pyenv/version)
# tox --version
3.14.5 imported from /.pyenv/versions/3.7.6/lib/python3.7/site-packages/tox/__init__.py

@bittner
Copy link
Contributor

bittner commented Jan 7, 2021

@themattrix Would you mind merging?

@moreati The list of Pythons would now need to be extended by Python 3.9.1 (reported also via themattrix/docker-tox#22), and Tox should be updated to the latest stable version (currently 3.20.1). Do you want to update your PR before it gets merged?

@bittner
Copy link
Contributor

bittner commented Jan 7, 2021

@moreati To save you the time-consuming research, here is a diff of the changes I found necessary:

diff --git a/Dockerfile b/Dockerfile
index b4cad03..610b2c1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -23,7 +23,7 @@ RUN set -x && \
 
 RUN pyenv local 3.7.5 && \
     python -m pip install -U pip && \
-    python -m pip install tox==3.14.0 && \
+    python -m pip install tox==3.20.1 && \
     pyenv local --unset && \
     pyenv rehash
 
diff --git a/README.md b/README.md
index dea4d22..0b81831 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
 # Tox-Base
 
-This image contains Python versions 2.6, 2.7, 3.4, 3.5, 3.6, 3.7, 3.8, PyPy, and PyPy3.
+This image contains Python versions 2.6, 2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, PyPy, and PyPy3.
 It also includes [tox](https://pypi.python.org/pypi/tox) for running test automation against the various versions.
diff --git a/python-versions.txt b/python-versions.txt
index f075034..2774d70 100644
--- a/python-versions.txt
+++ b/python-versions.txt
@@ -1,11 +1,11 @@
-3.8.0
-3.7.5
-3.6.9
-3.5.7
+3.9.1
+3.8.6
+3.7.9
+3.6.12
+3.5.10
 3.4.10
 3.3.7
-2.7.17
+2.7.18
 2.6.9
-pypy2.7-7.2.0
-pypy3.6-7.2.0
-pypy3.3-5.5-alpha
+pypy2.7-7.3.1
+pypy3.6-7.3.1

A newer version of Python 3.8 exists, but it's not yet included in pyenv. The patch above also removes pypy3.3-5.5-alpha.

@bittner
Copy link
Contributor

bittner commented Jan 22, 2021

ping 🔔

@moreati Please update the PR.

@moreati
Copy link
Author

moreati commented Jan 22, 2021 via email

@moreati
Copy link
Author

moreati commented Jan 22, 2021

Feel free to squash, or I can do so if desired.

docker build run
± docker build .
Sending build context to Docker daemon  6.656kB
Step 1/13 : FROM themattrix/pyenv
latest: Pulling from themattrix/pyenv
3b37166ec614: Pull complete 
504facff238f: Pull complete 
ebbcacd28e10: Pull complete 
c7fb3351ecad: Pull complete 
2e3debadcbf7: Pull complete 
00b434a3c28d: Pull complete 
2bca64daf648: Pull complete 
194f3636c558: Pull complete 
Digest: sha256:92973ff17c7c988d5f0eac5a5a99421f77969e1526f90efad803a37838a58529
Status: Downloaded newer image for themattrix/pyenv:latest
# Executing 2 build triggers
 ---> Running in 32a46f4aabcd
Updating /.pyenv...
From https://github.com/pyenv/pyenv
 * branch            master     -> FETCH_HEAD
   5603eb5..569992f  master     -> origin/master
Updating 5603eb5..569992f
Fast-forward
 .dockerignore                                      |   4 +
 .travis.yml                                        |  75 +++-
 CHANGELOG.md                                       | 128 ++++++
 CONDUCT.md                                         |   6 +-
 Dockerfile                                         |  35 ++
 Makefile                                           |  17 +-
 README.md                                          | 124 ++++--
 libexec/pyenv                                      |  14 +-
 libexec/pyenv---version                            |   2 +-
 libexec/pyenv-exec                                 |   9 +-
 libexec/pyenv-global                               |  20 +-
 libexec/pyenv-help                                 |   4 +-
 libexec/pyenv-init                                 |   2 +-
 libexec/pyenv-local                                |  19 +-
 libexec/pyenv-version                              |   4 +-
 libexec/pyenv-version-file-read                    |   2 +-
 libexec/pyenv-which                                |   3 +
 plugins/python-build/README.md                     |  58 ++-
 plugins/python-build/bin/pyenv-install             |   4 +-
 plugins/python-build/bin/pyenv-uninstall           |   5 +-
 plugins/python-build/bin/python-build              | 476 +++++++++------------
 plugins/python-build/pypy3.7-7.3.2                 |  39 ++
 plugins/python-build/scripts/README.md             |  22 +
 plugins/python-build/scripts/add_miniconda.py      | 294 +++++++++++++
 plugins/python-build/scripts/requirements.txt      |   1 +
 plugins/python-build/share/python-build/2.1.3      |   2 +-
 plugins/python-build/share/python-build/2.2.3      |   2 +-
 plugins/python-build/share/python-build/2.3.7      |   2 +-
 .../python-build/share/python-build/{2.4 => 2.4.0} |   2 +-
 plugins/python-build/share/python-build/2.4.1      |   2 +-
 plugins/python-build/share/python-build/2.4.2      |   2 +-
 plugins/python-build/share/python-build/2.4.3      |   2 +-
 plugins/python-build/share/python-build/2.4.4      |   2 +-
 plugins/python-build/share/python-build/2.4.5      |   2 +-
 plugins/python-build/share/python-build/2.4.6      |   2 +-
 .../python-build/share/python-build/{2.5 => 2.5.0} |   2 +-
 plugins/python-build/share/python-build/2.5.1      |   2 +-
 plugins/python-build/share/python-build/2.5.2      |   2 +-
 plugins/python-build/share/python-build/2.5.3      |   2 +-
 plugins/python-build/share/python-build/2.5.4      |   2 +-
 plugins/python-build/share/python-build/2.5.5      |   2 +-
 plugins/python-build/share/python-build/2.5.6      |   2 +-
 plugins/python-build/share/python-build/2.6.6      |   4 +-
 plugins/python-build/share/python-build/2.6.7      |   4 +-
 plugins/python-build/share/python-build/2.6.8      |   4 +-
 plugins/python-build/share/python-build/2.6.9      |   4 +-
 plugins/python-build/share/python-build/2.7        |   4 -
 plugins/python-build/share/python-build/2.7-dev    |   7 +-
 plugins/python-build/share/python-build/2.7.0      |   4 +
 plugins/python-build/share/python-build/2.7.1      |   6 +-
 plugins/python-build/share/python-build/2.7.10     |   8 +-
 plugins/python-build/share/python-build/2.7.11     |   8 +-
 plugins/python-build/share/python-build/2.7.12     |   8 +-
 plugins/python-build/share/python-build/2.7.13     |   8 +-
 plugins/python-build/share/python-build/2.7.14     |   9 +-
 plugins/python-build/share/python-build/2.7.15     |   9 +-
 plugins/python-build/share/python-build/2.7.16     |   8 +
 plugins/python-build/share/python-build/2.7.17     |   8 +
 plugins/python-build/share/python-build/2.7.18     |   8 +
 plugins/python-build/share/python-build/2.7.2      |   6 +-
 plugins/python-build/share/python-build/2.7.3      |   6 +-
 plugins/python-build/share/python-build/2.7.4      |   6 +-
 plugins/python-build/share/python-build/2.7.5      |   6 +-
 plugins/python-build/share/python-build/2.7.6      |   6 +-
 plugins/python-build/share/python-build/2.7.7      |   8 +-
 plugins/python-build/share/python-build/2.7.8      |   8 +-
 plugins/python-build/share/python-build/2.7.9      |   8 +-
 plugins/python-build/share/python-build/3.0.1      |   4 +-
 .../python-build/share/python-build/{3.1 => 3.1.0} |   4 +-
 plugins/python-build/share/python-build/3.1.1      |   4 +-
 plugins/python-build/share/python-build/3.1.2      |   4 +-
 plugins/python-build/share/python-build/3.1.3      |   4 +-
 plugins/python-build/share/python-build/3.1.4      |   4 +-
 plugins/python-build/share/python-build/3.1.5      |   4 +-
 plugins/python-build/share/python-build/3.10-dev   |   6 +
 .../python-build/share/python-build/{3.2 => 3.2.0} |   4 +-
 plugins/python-build/share/python-build/3.2.1      |   4 +-
 plugins/python-build/share/python-build/3.2.2      |   4 +-
 plugins/python-build/share/python-build/3.2.3      |   4 +-
 plugins/python-build/share/python-build/3.2.4      |   4 +-
 plugins/python-build/share/python-build/3.2.5      |   4 +-
 plugins/python-build/share/python-build/3.2.6      |   4 +-
 plugins/python-build/share/python-build/3.3.0      |   4 +-
 plugins/python-build/share/python-build/3.3.1      |   4 +-
 plugins/python-build/share/python-build/3.3.2      |   4 +-
 plugins/python-build/share/python-build/3.3.3      |   4 +-
 plugins/python-build/share/python-build/3.3.4      |   4 +-
 plugins/python-build/share/python-build/3.3.5      |   4 +-
 plugins/python-build/share/python-build/3.3.6      |   4 +-
 plugins/python-build/share/python-build/3.3.7      |   4 +-
 plugins/python-build/share/python-build/3.4-dev    |   5 +-
 plugins/python-build/share/python-build/3.4.0      |   4 +-
 plugins/python-build/share/python-build/3.4.1      |   4 +-
 plugins/python-build/share/python-build/3.4.10     |   7 +
 plugins/python-build/share/python-build/3.4.2      |   4 +-
 plugins/python-build/share/python-build/3.4.3      |   4 +-
 plugins/python-build/share/python-build/3.4.4      |   4 +-
 plugins/python-build/share/python-build/3.4.5      |   4 +-
 plugins/python-build/share/python-build/3.4.6      |   4 +-
 plugins/python-build/share/python-build/3.4.7      |   4 +-
 plugins/python-build/share/python-build/3.4.8      |   4 +-
 plugins/python-build/share/python-build/3.4.9      |   4 +-
 plugins/python-build/share/python-build/3.5-dev    |   7 +-
 plugins/python-build/share/python-build/3.5.0      |   8 +-
 plugins/python-build/share/python-build/3.5.1      |   8 +-
 plugins/python-build/share/python-build/3.5.10     |   9 +
 plugins/python-build/share/python-build/3.5.2      |   8 +-
 plugins/python-build/share/python-build/3.5.3      |   9 +-
 plugins/python-build/share/python-build/3.5.4      |   9 +-
 plugins/python-build/share/python-build/3.5.5      |   9 +-
 plugins/python-build/share/python-build/3.5.6      |   9 +-
 plugins/python-build/share/python-build/3.5.7      |   9 +
 plugins/python-build/share/python-build/3.5.8      |   9 +
 plugins/python-build/share/python-build/3.5.9      |   9 +
 plugins/python-build/share/python-build/3.6-dev    |   7 +-
 plugins/python-build/share/python-build/3.6.0      |   8 +-
 plugins/python-build/share/python-build/3.6.1      |   8 +-
 plugins/python-build/share/python-build/3.6.10     |   9 +
 plugins/python-build/share/python-build/3.6.11     |   9 +
 plugins/python-build/share/python-build/3.6.12     |   9 +
 plugins/python-build/share/python-build/3.6.2      |   8 +-
 plugins/python-build/share/python-build/3.6.3      |   8 +-
 plugins/python-build/share/python-build/3.6.4      |   8 +-
 plugins/python-build/share/python-build/3.6.5      |   8 +-
 plugins/python-build/share/python-build/3.6.6      |   8 +-
 plugins/python-build/share/python-build/3.6.7      |   9 +
 plugins/python-build/share/python-build/3.6.8      |   9 +
 plugins/python-build/share/python-build/3.6.9      |   9 +
 plugins/python-build/share/python-build/3.7-dev    |   8 +-
 plugins/python-build/share/python-build/3.7.0      |  10 +-
 plugins/python-build/share/python-build/3.7.1      |  10 +
 plugins/python-build/share/python-build/3.7.2      |  10 +
 plugins/python-build/share/python-build/3.7.3      |  10 +
 plugins/python-build/share/python-build/3.7.4      |  10 +
 plugins/python-build/share/python-build/3.7.5      |  10 +
 plugins/python-build/share/python-build/3.7.6      |  10 +
 plugins/python-build/share/python-build/3.7.7      |  10 +
 plugins/python-build/share/python-build/3.7.8      |  10 +
 plugins/python-build/share/python-build/3.7.9      |  10 +
 plugins/python-build/share/python-build/3.8-dev    |   8 +-
 plugins/python-build/share/python-build/3.8.0      |  10 +
 plugins/python-build/share/python-build/3.8.1      |  10 +
 plugins/python-build/share/python-build/3.8.2      |  10 +
 plugins/python-build/share/python-build/3.8.3      |  10 +
 plugins/python-build/share/python-build/3.8.4      |  10 +
 plugins/python-build/share/python-build/3.8.5      |  10 +
 plugins/python-build/share/python-build/3.8.6      |  10 +
 plugins/python-build/share/python-build/3.8.7      |  10 +
 plugins/python-build/share/python-build/3.9-dev    |   6 +
 plugins/python-build/share/python-build/3.9.0      |  11 +
 plugins/python-build/share/python-build/3.9.1      |  11 +
 .../share/python-build/anaconda2-2018.12           |  19 +
 .../share/python-build/anaconda2-2019.03           |  19 +
 .../share/python-build/anaconda2-2019.07           |  19 +
 .../share/python-build/anaconda2-5.3.0             |  19 +
 .../share/python-build/anaconda2-5.3.1             |  19 +
 .../share/python-build/anaconda3-2018.12           |  19 +
 .../share/python-build/anaconda3-2019.03           |  19 +
 .../share/python-build/anaconda3-2019.07           |  19 +
 .../share/python-build/anaconda3-2019.10           |  19 +
 .../share/python-build/anaconda3-2020.02           |  19 +
 .../share/python-build/anaconda3-2020.07           |  19 +
 .../share/python-build/anaconda3-2020.11           |  19 +
 .../share/python-build/anaconda3-5.3.0             |  19 +
 .../share/python-build/anaconda3-5.3.1             |  19 +
 .../share/python-build/graalpython-20.1.0          |  48 +++
 .../share/python-build/graalpython-20.2.0          |  48 +++
 .../share/python-build/graalpython-20.3.0          |  48 +++
 .../python-build/share/python-build/ironpython-dev |   2 +-
 .../python-build/share/python-build/jython-2.7.2   |  14 +
 .../share/python-build/micropython-1.10            |   5 +
 .../share/python-build/micropython-1.11            |   5 +
 .../share/python-build/micropython-1.12            |   5 +
 .../share/python-build/micropython-1.13            |   5 +
 .../share/python-build/micropython-1.9.3           |   5 +-
 .../share/python-build/micropython-1.9.4           |   5 +-
 .../share/python-build/miniconda2-4.3.31           |  19 +
 .../share/python-build/miniconda2-4.4.10           |  22 +
 .../share/python-build/miniconda2-4.5.1            |  22 +
 .../share/python-build/miniconda2-4.5.11           |  22 +
 .../share/python-build/miniconda2-4.5.12           |  22 +
 .../share/python-build/miniconda2-4.5.4            |  22 +
 .../share/python-build/miniconda2-4.6.14           |  19 +
 .../share/python-build/miniconda2-4.7.10           |  19 +
 .../share/python-build/miniconda2-4.7.12           |  28 ++
 .../share/python-build/miniconda3-4.3.31           |  19 +
 .../share/python-build/miniconda3-4.4.10           |  22 +
 .../share/python-build/miniconda3-4.5.1            |  22 +
 .../share/python-build/miniconda3-4.5.11           |  22 +
 .../share/python-build/miniconda3-4.5.12           |  19 +
 .../share/python-build/miniconda3-4.5.4            |  22 +
 .../share/python-build/miniconda3-4.6.14           |  19 +
 .../share/python-build/miniconda3-4.7.10           |  19 +
 .../share/python-build/miniconda3-4.7.12           |  28 ++
 .../share/python-build/miniforge3-4.9.2            |  22 +
 .../Python-2.4}/000_patch-setup.py.diff            |   0
 .../Python-2.4/001_fortify_crash_workaround.diff   |   0
 .../2.4.0/Python-2.4/002_patch-posixmodule.diff    |  20 +
 .../2.4.1/Python-2.4.1/002_patch-posixmodule.diff  |  20 +
 .../2.4.2/Python-2.4.2/002_patch-posixmodule.diff  |  20 +
 .../2.4.3/Python-2.4.3/002_patch-posixmodule.diff  |  20 +
 .../2.4.4/Python-2.4.4/001_patch-posixmodule.diff  |  20 +
 .../2.4.5/Python-2.4.5/001_patch-posixmodule.diff  |  20 +
 .../2.4.6/Python-2.4.6/001_patch-posixmodule.diff  |  20 +
 .../Python-2.5}/000_patch-setup.py.diff            |   0
 .../Python-2.5/001_patch-svnversion.patch          |   0
 .../Python-2.5/002_darwin_c_source.patch           |   0
 .../{2.5 => 2.5.0}/Python-2.5/003_osx_lp64.patch   |   0
 .../{2.5 => 2.5.0}/Python-2.5/004_osx_libffi.patch |   0
 .../Python-2.5/005_osx_failed_modules.patch        |   0
 .../Python-2.7/000_patch-setup.py.diff             |   0
 .../{2.7 => 2.7.0}/Python-2.7/002_readline63.patch |   0
 .../Python-2.7/010_ssl_no_ssl2_no_ssl3.patch       |   0
 .../Python-3.1/000_patch-setup.py.diff             |   0
 .../Python-3.1/010_ssl_no_ssl2_no_ssl3.patch       |   0
 .../Python-3.2/000_patch-setup.py.diff             |   0
 .../{3.2 => 3.2.0}/Python-3.2/002_readline63.patch |   0
 .../Python-3.2/010_ssl_no_ssl2_no_ssl3.patch       |   0
 .../3.3.7/Python-3.3.7/010_ssl_no_ssl3.patch       | 102 +++++
 .../python-build/share/python-build/pypy-1.5-src   |   3 +-
 plugins/python-build/share/python-build/pypy-1.6   |   8 +-
 plugins/python-build/share/python-build/pypy-1.7   |   8 +-
 plugins/python-build/share/python-build/pypy-1.8   |   8 +-
 plugins/python-build/share/python-build/pypy-1.9   |   8 +-
 plugins/python-build/share/python-build/pypy-2.0   |  12 +-
 .../python-build/share/python-build/pypy-2.0-src   |   5 +-
 plugins/python-build/share/python-build/pypy-2.0.1 |   8 +-
 .../python-build/share/python-build/pypy-2.0.1-src |   5 +-
 plugins/python-build/share/python-build/pypy-2.0.2 |   8 +-
 .../python-build/share/python-build/pypy-2.0.2-src |   5 +-
 plugins/python-build/share/python-build/pypy-2.1   |  14 +-
 .../python-build/share/python-build/pypy-2.1-src   |   5 +-
 plugins/python-build/share/python-build/pypy-2.2   |  14 +-
 .../python-build/share/python-build/pypy-2.2-src   |   5 +-
 plugins/python-build/share/python-build/pypy-2.2.1 |  14 +-
 .../python-build/share/python-build/pypy-2.2.1-src |   5 +-
 plugins/python-build/share/python-build/pypy-2.3   |  14 +-
 .../python-build/share/python-build/pypy-2.3-src   |   5 +-
 plugins/python-build/share/python-build/pypy-2.3.1 |  18 +-
 .../python-build/share/python-build/pypy-2.3.1-src |   3 +-
 plugins/python-build/share/python-build/pypy-2.4.0 |  18 +-
 .../python-build/share/python-build/pypy-2.4.0-src |   3 +-
 plugins/python-build/share/python-build/pypy-2.5.0 |  18 +-
 .../python-build/share/python-build/pypy-2.5.0-src |   3 +-
 plugins/python-build/share/python-build/pypy-2.5.1 |  18 +-
 .../python-build/share/python-build/pypy-2.5.1-src |   5 +-
 plugins/python-build/share/python-build/pypy-2.6.0 |  18 +-
 .../python-build/share/python-build/pypy-2.6.0-src |   5 +-
 plugins/python-build/share/python-build/pypy-2.6.1 |  20 +-
 .../python-build/share/python-build/pypy-2.6.1-src |   5 +-
 plugins/python-build/share/python-build/pypy-4.0.0 |  20 +-
 .../python-build/share/python-build/pypy-4.0.0-src |   5 +-
 plugins/python-build/share/python-build/pypy-4.0.1 |  16 +-
 .../python-build/share/python-build/pypy-4.0.1-src |   5 +-
 plugins/python-build/share/python-build/pypy-5.0.0 |  22 +-
 .../python-build/share/python-build/pypy-5.0.0-src |   5 +-
 plugins/python-build/share/python-build/pypy-5.0.1 |  16 +-
 .../python-build/share/python-build/pypy-5.0.1-src |   5 +-
 plugins/python-build/share/python-build/pypy-5.1   |  22 +-
 .../python-build/share/python-build/pypy-5.1-src   |   5 +-
 plugins/python-build/share/python-build/pypy-5.1.1 |  16 +-
 .../python-build/share/python-build/pypy-5.1.1-src |   5 +-
 plugins/python-build/share/python-build/pypy-dev   |   3 +-
 .../python-build/share/python-build/pypy-stm-2.3   |   2 +-
 .../python-build/share/python-build/pypy-stm-2.5.1 |   2 +-
 plugins/python-build/share/python-build/pypy2-5.3  |  14 +-
 .../python-build/share/python-build/pypy2-5.3-src  |   5 +-
 .../python-build/share/python-build/pypy2-5.3.1    |  18 +-
 .../share/python-build/pypy2-5.3.1-src             |   5 +-
 plugins/python-build/share/python-build/pypy2-5.4  |  18 +-
 .../python-build/share/python-build/pypy2-5.4-src  |   5 +-
 .../python-build/share/python-build/pypy2-5.4.1    |  18 +-
 .../share/python-build/pypy2-5.4.1-src             |   5 +-
 .../python-build/share/python-build/pypy2-5.6.0    |  18 +-
 .../share/python-build/pypy2-5.6.0-src             |   5 +-
 .../python-build/share/python-build/pypy2-5.7.0    |  16 +-
 .../share/python-build/pypy2-5.7.0-src             |   5 +-
 .../python-build/share/python-build/pypy2-5.7.1    |  16 +-
 .../share/python-build/pypy2-5.7.1-src             |   5 +-
 .../python-build/share/python-build/pypy2.7-5.10.0 |  14 +-
 .../share/python-build/pypy2.7-5.10.0-src          |   5 +-
 .../python-build/share/python-build/pypy2.7-5.8.0  |  16 +-
 .../share/python-build/pypy2.7-5.8.0-src           |   5 +-
 .../python-build/share/python-build/pypy2.7-5.9.0  |  16 +-
 .../share/python-build/pypy2.7-5.9.0-src           |   5 +-
 .../python-build/share/python-build/pypy2.7-6.0.0  |  14 +-
 .../share/python-build/pypy2.7-6.0.0-src           |   5 +-
 .../python-build/share/python-build/pypy2.7-7.0.0  |  47 ++
 .../share/python-build/pypy2.7-7.0.0-src           |   4 +
 .../python-build/share/python-build/pypy2.7-7.1.0  |  47 ++
 .../share/python-build/pypy2.7-7.1.0-src           |   4 +
 .../python-build/share/python-build/pypy2.7-7.1.1  |  47 ++
 .../share/python-build/pypy2.7-7.1.1-src           |   4 +
 .../python-build/share/python-build/pypy2.7-7.2.0  |  47 ++
 .../share/python-build/pypy2.7-7.2.0-src           |   4 +
 .../python-build/share/python-build/pypy2.7-7.3.0  |  39 ++
 .../share/python-build/pypy2.7-7.3.0-src           |   4 +
 .../python-build/share/python-build/pypy2.7-7.3.1  |  39 ++
 .../share/python-build/pypy2.7-7.3.1-src           |   4 +
 .../python-build/share/python-build/pypy3-2.3.1    |  18 +-
 .../share/python-build/pypy3-2.3.1-src             |   5 +-
 .../python-build/share/python-build/pypy3-2.4.0    |  18 +-
 .../share/python-build/pypy3-2.4.0-src             |   5 +-
 plugins/python-build/share/python-build/pypy3-dev  |   3 -
 .../share/python-build/pypy3.3-5.2-alpha1          |  16 +-
 .../share/python-build/pypy3.3-5.2-alpha1-src      |   5 +-
 .../share/python-build/pypy3.3-5.5-alpha           |  14 +-
 .../share/python-build/pypy3.3-5.5-alpha-src       |   5 +-
 .../python-build/share/python-build/pypy3.5-5.10.0 |  16 +-
 .../share/python-build/pypy3.5-5.10.0-src          |   5 +-
 .../python-build/share/python-build/pypy3.5-5.10.1 |  14 +-
 .../share/python-build/pypy3.5-5.10.1-src          |   5 +-
 .../share/python-build/pypy3.5-5.7-beta            |   2 +-
 .../share/python-build/pypy3.5-5.7-beta-src        |   5 +-
 .../share/python-build/pypy3.5-5.7.1-beta          |   4 +-
 .../share/python-build/pypy3.5-5.7.1-beta-src      |   5 +-
 .../python-build/share/python-build/pypy3.5-5.8.0  |   2 +-
 .../share/python-build/pypy3.5-5.8.0-src           |   5 +-
 .../python-build/share/python-build/pypy3.5-5.9.0  |   4 +-
 .../share/python-build/pypy3.5-5.9.0-src           |   5 +-
 .../python-build/share/python-build/pypy3.5-6.0.0  |  14 +-
 .../share/python-build/pypy3.5-6.0.0-src           |   5 +-
 .../python-build/share/python-build/pypy3.5-7.0.0  |  47 ++
 .../share/python-build/pypy3.5-7.0.0-src           |   4 +
 .../python-build/share/python-build/pypy3.6-7.0.0  |  43 ++
 .../share/python-build/pypy3.6-7.0.0-src           |   4 +
 .../python-build/share/python-build/pypy3.6-7.1.0  |  47 ++
 .../share/python-build/pypy3.6-7.1.0-src           |   4 +
 .../python-build/share/python-build/pypy3.6-7.1.1  |  47 ++
 .../share/python-build/pypy3.6-7.1.1-src           |   4 +
 .../python-build/share/python-build/pypy3.6-7.2.0  |  47 ++
 .../share/python-build/pypy3.6-7.2.0-src           |   4 +
 .../python-build/share/python-build/pypy3.6-7.3.0  |  39 ++
 .../share/python-build/pypy3.6-7.3.0-src           |   4 +
 .../python-build/share/python-build/pypy3.6-7.3.1  |  39 ++
 .../share/python-build/pypy3.6-7.3.1-src           |   4 +
 .../python-build/share/python-build/pypy3.7-7.3.2  |  39 ++
 .../share/python-build/pypy3.7-7.3.2-src           |   4 +
 .../python-build/share/python-build/pypy3.7-7.3.3  |  39 ++
 .../share/python-build/pypy3.7-7.3.3-src           |   4 +
 .../share/python-build/stackless-2.7-dev           |   5 +-
 .../share/python-build/stackless-2.7.10            |   4 +-
 .../share/python-build/stackless-2.7.11            |   4 +-
 .../share/python-build/stackless-2.7.12            |   4 +-
 .../share/python-build/stackless-2.7.14            |   5 +-
 .../share/python-build/stackless-2.7.2             |   4 +-
 .../share/python-build/stackless-2.7.3             |   4 +-
 .../share/python-build/stackless-2.7.4             |   4 +-
 .../share/python-build/stackless-2.7.5             |   4 +-
 .../share/python-build/stackless-2.7.6             |   4 +-
 .../share/python-build/stackless-2.7.7             |   4 +-
 .../share/python-build/stackless-2.7.8             |   4 +-
 .../share/python-build/stackless-2.7.9             |   4 +-
 .../share/python-build/stackless-3.2.2             |   4 +-
 .../share/python-build/stackless-3.2.5             |   4 +-
 .../share/python-build/stackless-3.3.5             |   4 +-
 .../share/python-build/stackless-3.3.7             |   4 +-
 .../share/python-build/stackless-3.4-dev           |   5 +-
 .../share/python-build/stackless-3.4.1             |   4 +-
 .../share/python-build/stackless-3.4.2             |   4 +-
 .../share/python-build/stackless-3.4.7             |   4 +-
 .../share/python-build/stackless-3.5.4             |   4 +-
 .../share/python-build/stackless-3.7.5             |   4 +
 .../python-build/share/python-build/stackless-dev  |   5 +-
 plugins/python-build/test/build.bats               |  24 +-
 plugins/python-build/test/checksum.bats            |   1 -
 plugins/python-build/test/compiler.bats            |   4 +-
 plugins/python-build/test/fetch.bats               |   2 +-
 plugins/python-build/test/hooks.bats               |   1 +
 plugins/python-build/test/mirror.bats              |  20 +
 plugins/python-build/test/test_helper.bash         |   9 +-
 pyenv.d/rehash/conda.d/default.list                | 110 +++++
 test/exec.bats                                     |  54 +--
 test/init.bats                                     |   2 +-
 test/prefix.bats                                   |  12 -
 test/pyenv.bats                                    |   3 +-
 test/pyenv_ext.bats                                |   9 +
 test/which.bats                                    |   3 +
 378 files changed, 4095 insertions(+), 1085 deletions(-)
 create mode 100644 .dockerignore
 create mode 100644 Dockerfile
 create mode 100644 plugins/python-build/pypy3.7-7.3.2
 create mode 100644 plugins/python-build/scripts/README.md
 create mode 100755 plugins/python-build/scripts/add_miniconda.py
 create mode 100644 plugins/python-build/scripts/requirements.txt
 rename plugins/python-build/share/python-build/{2.4 => 2.4.0} (73%)
 rename plugins/python-build/share/python-build/{2.5 => 2.5.0} (73%)
 delete mode 100644 plugins/python-build/share/python-build/2.7
 create mode 100644 plugins/python-build/share/python-build/2.7.0
 create mode 100644 plugins/python-build/share/python-build/2.7.16
 create mode 100644 plugins/python-build/share/python-build/2.7.17
 create mode 100644 plugins/python-build/share/python-build/2.7.18
 rename plugins/python-build/share/python-build/{3.1 => 3.1.0} (64%)
 create mode 100644 plugins/python-build/share/python-build/3.10-dev
 rename plugins/python-build/share/python-build/{3.2 => 3.2.0} (64%)
 create mode 100644 plugins/python-build/share/python-build/3.4.10
 create mode 100644 plugins/python-build/share/python-build/3.5.10
 create mode 100644 plugins/python-build/share/python-build/3.5.7
 create mode 100644 plugins/python-build/share/python-build/3.5.8
 create mode 100644 plugins/python-build/share/python-build/3.5.9
 create mode 100644 plugins/python-build/share/python-build/3.6.10
 create mode 100644 plugins/python-build/share/python-build/3.6.11
 create mode 100644 plugins/python-build/share/python-build/3.6.12
 create mode 100644 plugins/python-build/share/python-build/3.6.7
 create mode 100644 plugins/python-build/share/python-build/3.6.8
 create mode 100644 plugins/python-build/share/python-build/3.6.9
 create mode 100644 plugins/python-build/share/python-build/3.7.1
 create mode 100644 plugins/python-build/share/python-build/3.7.2
 create mode 100644 plugins/python-build/share/python-build/3.7.3
 create mode 100644 plugins/python-build/share/python-build/3.7.4
 create mode 100644 plugins/python-build/share/python-build/3.7.5
 create mode 100644 plugins/python-build/share/python-build/3.7.6
 create mode 100644 plugins/python-build/share/python-build/3.7.7
 create mode 100644 plugins/python-build/share/python-build/3.7.8
 create mode 100644 plugins/python-build/share/python-build/3.7.9
 create mode 100644 plugins/python-build/share/python-build/3.8.0
 create mode 100644 plugins/python-build/share/python-build/3.8.1
 create mode 100644 plugins/python-build/share/python-build/3.8.2
 create mode 100644 plugins/python-build/share/python-build/3.8.3
 create mode 100644 plugins/python-build/share/python-build/3.8.4
 create mode 100644 plugins/python-build/share/python-build/3.8.5
 create mode 100644 plugins/python-build/share/python-build/3.8.6
 create mode 100644 plugins/python-build/share/python-build/3.8.7
 create mode 100644 plugins/python-build/share/python-build/3.9-dev
 create mode 100644 plugins/python-build/share/python-build/3.9.0
 create mode 100644 plugins/python-build/share/python-build/3.9.1
 create mode 100644 plugins/python-build/share/python-build/anaconda2-2018.12
 create mode 100644 plugins/python-build/share/python-build/anaconda2-2019.03
 create mode 100644 plugins/python-build/share/python-build/anaconda2-2019.07
 create mode 100644 plugins/python-build/share/python-build/anaconda2-5.3.0
 create mode 100644 plugins/python-build/share/python-build/anaconda2-5.3.1
 create mode 100644 plugins/python-build/share/python-build/anaconda3-2018.12
 create mode 100644 plugins/python-build/share/python-build/anaconda3-2019.03
 create mode 100644 plugins/python-build/share/python-build/anaconda3-2019.07
 create mode 100644 plugins/python-build/share/python-build/anaconda3-2019.10
 create mode 100644 plugins/python-build/share/python-build/anaconda3-2020.02
 create mode 100644 plugins/python-build/share/python-build/anaconda3-2020.07
 create mode 100644 plugins/python-build/share/python-build/anaconda3-2020.11
 create mode 100644 plugins/python-build/share/python-build/anaconda3-5.3.0
 create mode 100644 plugins/python-build/share/python-build/anaconda3-5.3.1
 create mode 100644 plugins/python-build/share/python-build/graalpython-20.1.0
 create mode 100644 plugins/python-build/share/python-build/graalpython-20.2.0
 create mode 100644 plugins/python-build/share/python-build/graalpython-20.3.0
 create mode 100644 plugins/python-build/share/python-build/jython-2.7.2
 create mode 100644 plugins/python-build/share/python-build/micropython-1.10
 create mode 100644 plugins/python-build/share/python-build/micropython-1.11
 create mode 100644 plugins/python-build/share/python-build/micropython-1.12
 create mode 100644 plugins/python-build/share/python-build/micropython-1.13
 create mode 100644 plugins/python-build/share/python-build/miniconda2-4.3.31
 create mode 100644 plugins/python-build/share/python-build/miniconda2-4.4.10
 create mode 100644 plugins/python-build/share/python-build/miniconda2-4.5.1
 create mode 100644 plugins/python-build/share/python-build/miniconda2-4.5.11
 create mode 100644 plugins/python-build/share/python-build/miniconda2-4.5.12
 create mode 100644 plugins/python-build/share/python-build/miniconda2-4.5.4
 create mode 100644 plugins/python-build/share/python-build/miniconda2-4.6.14
 create mode 100644 plugins/python-build/share/python-build/miniconda2-4.7.10
 create mode 100644 plugins/python-build/share/python-build/miniconda2-4.7.12
 create mode 100644 plugins/python-build/share/python-build/miniconda3-4.3.31
 create mode 100644 plugins/python-build/share/python-build/miniconda3-4.4.10
 create mode 100644 plugins/python-build/share/python-build/miniconda3-4.5.1
 create mode 100644 plugins/python-build/share/python-build/miniconda3-4.5.11
 create mode 100644 plugins/python-build/share/python-build/miniconda3-4.5.12
 create mode 100644 plugins/python-build/share/python-build/miniconda3-4.5.4
 create mode 100644 plugins/python-build/share/python-build/miniconda3-4.6.14
 create mode 100644 plugins/python-build/share/python-build/miniconda3-4.7.10
 create mode 100644 plugins/python-build/share/python-build/miniconda3-4.7.12
 create mode 100644 plugins/python-build/share/python-build/miniforge3-4.9.2
 rename plugins/python-build/share/python-build/patches/{2.5/Python-2.5 => 2.4.0/Python-2.4}/000_patch-setup.py.diff (100%)
 rename plugins/python-build/share/python-build/patches/{2.4 => 2.4.0}/Python-2.4/001_fortify_crash_workaround.diff (100%)
 create mode 100644 plugins/python-build/share/python-build/patches/2.4.0/Python-2.4/002_patch-posixmodule.diff
 create mode 100644 plugins/python-build/share/python-build/patches/2.4.1/Python-2.4.1/002_patch-posixmodule.diff
 create mode 100644 plugins/python-build/share/python-build/patches/2.4.2/Python-2.4.2/002_patch-posixmodule.diff
 create mode 100644 plugins/python-build/share/python-build/patches/2.4.3/Python-2.4.3/002_patch-posixmodule.diff
 create mode 100644 plugins/python-build/share/python-build/patches/2.4.4/Python-2.4.4/001_patch-posixmodule.diff
 create mode 100644 plugins/python-build/share/python-build/patches/2.4.5/Python-2.4.5/001_patch-posixmodule.diff
 create mode 100644 plugins/python-build/share/python-build/patches/2.4.6/Python-2.4.6/001_patch-posixmodule.diff
 rename plugins/python-build/share/python-build/patches/{2.4/Python-2.4 => 2.5.0/Python-2.5}/000_patch-setup.py.diff (100%)
 rename plugins/python-build/share/python-build/patches/{2.5 => 2.5.0}/Python-2.5/001_patch-svnversion.patch (100%)
 rename plugins/python-build/share/python-build/patches/{2.5 => 2.5.0}/Python-2.5/002_darwin_c_source.patch (100%)
 rename plugins/python-build/share/python-build/patches/{2.5 => 2.5.0}/Python-2.5/003_osx_lp64.patch (100%)
 rename plugins/python-build/share/python-build/patches/{2.5 => 2.5.0}/Python-2.5/004_osx_libffi.patch (100%)
 rename plugins/python-build/share/python-build/patches/{2.5 => 2.5.0}/Python-2.5/005_osx_failed_modules.patch (100%)
 rename plugins/python-build/share/python-build/patches/{2.7 => 2.7.0}/Python-2.7/000_patch-setup.py.diff (100%)
 rename plugins/python-build/share/python-build/patches/{2.7 => 2.7.0}/Python-2.7/002_readline63.patch (100%)
 rename plugins/python-build/share/python-build/patches/{2.7 => 2.7.0}/Python-2.7/010_ssl_no_ssl2_no_ssl3.patch (100%)
 rename plugins/python-build/share/python-build/patches/{3.1 => 3.1.0}/Python-3.1/000_patch-setup.py.diff (100%)
 rename plugins/python-build/share/python-build/patches/{3.1 => 3.1.0}/Python-3.1/010_ssl_no_ssl2_no_ssl3.patch (100%)
 rename plugins/python-build/share/python-build/patches/{3.2 => 3.2.0}/Python-3.2/000_patch-setup.py.diff (100%)
 rename plugins/python-build/share/python-build/patches/{3.2 => 3.2.0}/Python-3.2/002_readline63.patch (100%)
 rename plugins/python-build/share/python-build/patches/{3.2 => 3.2.0}/Python-3.2/010_ssl_no_ssl2_no_ssl3.patch (100%)
 create mode 100644 plugins/python-build/share/python-build/patches/3.3.7/Python-3.3.7/010_ssl_no_ssl3.patch
 create mode 100644 plugins/python-build/share/python-build/pypy2.7-7.0.0
 create mode 100644 plugins/python-build/share/python-build/pypy2.7-7.0.0-src
 create mode 100644 plugins/python-build/share/python-build/pypy2.7-7.1.0
 create mode 100644 plugins/python-build/share/python-build/pypy2.7-7.1.0-src
 create mode 100644 plugins/python-build/share/python-build/pypy2.7-7.1.1
 create mode 100644 plugins/python-build/share/python-build/pypy2.7-7.1.1-src
 create mode 100644 plugins/python-build/share/python-build/pypy2.7-7.2.0
 create mode 100644 plugins/python-build/share/python-build/pypy2.7-7.2.0-src
 create mode 100644 plugins/python-build/share/python-build/pypy2.7-7.3.0
 create mode 100644 plugins/python-build/share/python-build/pypy2.7-7.3.0-src
 create mode 100644 plugins/python-build/share/python-build/pypy2.7-7.3.1
 create mode 100644 plugins/python-build/share/python-build/pypy2.7-7.3.1-src
 delete mode 100644 plugins/python-build/share/python-build/pypy3-dev
 create mode 100644 plugins/python-build/share/python-build/pypy3.5-7.0.0
 create mode 100644 plugins/python-build/share/python-build/pypy3.5-7.0.0-src
 create mode 100644 plugins/python-build/share/python-build/pypy3.6-7.0.0
 create mode 100644 plugins/python-build/share/python-build/pypy3.6-7.0.0-src
 create mode 100644 plugins/python-build/share/python-build/pypy3.6-7.1.0
 create mode 100644 plugins/python-build/share/python-build/pypy3.6-7.1.0-src
 create mode 100644 plugins/python-build/share/python-build/pypy3.6-7.1.1
 create mode 100644 plugins/python-build/share/python-build/pypy3.6-7.1.1-src
 create mode 100644 plugins/python-build/share/python-build/pypy3.6-7.2.0
 create mode 100644 plugins/python-build/share/python-build/pypy3.6-7.2.0-src
 create mode 100644 plugins/python-build/share/python-build/pypy3.6-7.3.0
 create mode 100644 plugins/python-build/share/python-build/pypy3.6-7.3.0-src
 create mode 100644 plugins/python-build/share/python-build/pypy3.6-7.3.1
 create mode 100644 plugins/python-build/share/python-build/pypy3.6-7.3.1-src
 create mode 100644 plugins/python-build/share/python-build/pypy3.7-7.3.2
 create mode 100644 plugins/python-build/share/python-build/pypy3.7-7.3.2-src
 create mode 100644 plugins/python-build/share/python-build/pypy3.7-7.3.3
 create mode 100644 plugins/python-build/share/python-build/pypy3.7-7.3.3-src
 create mode 100644 plugins/python-build/share/python-build/stackless-3.7.5
Updating /.pyenv/plugins/pyenv-doctor...
From https://github.com/pyenv/pyenv-doctor
 * branch            master     -> FETCH_HEAD
   beb447e..56871eb  master     -> origin/master
Updating beb447e..56871eb
Fast-forward
 README.md        |   4 +-
 bin/pyenv-doctor |   4 +-
 configure        | 240 +++++++++++++++++++++++++++++++++----------------------
 configure.ac     |   3 +-
 4 files changed, 149 insertions(+), 102 deletions(-)
Updating /.pyenv/plugins/pyenv-installer...
From https://github.com/pyenv/pyenv-installer
 * branch            master     -> FETCH_HEAD
   7dfde63..dd3f7d0  master     -> origin/master
Updating 7dfde63..dd3f7d0
Fast-forward
 .gitignore                    |  4 --
 LICENSE                       |  2 +-
 MANIFEST.in                   |  3 --
 README.rst                    | 93 ++++++++++++++++++++++---------------------
 bin/download-pyenv-package.sh |  2 +-
 bin/pyenv-installer           | 24 +++++++----
 bin/pyenv-offline-installer   | 24 +++++++----
 pypi-dummy/setup.py           | 59 +++++++++++++++++++++++++++
 setup.cfg                     |  2 -
 setup.py                      | 34 ----------------
 10 files changed, 143 insertions(+), 104 deletions(-)
 delete mode 100644 MANIFEST.in
 create mode 100644 pypi-dummy/setup.py
 delete mode 100644 setup.cfg
 delete mode 100644 setup.py
Updating /.pyenv/plugins/pyenv-update...
From https://github.com/pyenv/pyenv-update
 * branch            master     -> FETCH_HEAD
   86dc16f..fbc6a84  master     -> origin/master
Updating 86dc16f..fbc6a84
Fast-forward
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Updating /.pyenv/plugins/pyenv-virtualenv...
From https://github.com/pyenv/pyenv-virtualenv
 * branch            master     -> FETCH_HEAD
   32718e8..294f64f  master     -> origin/master
Updating 32718e8..294f64f
Fast-forward
 CHANGELOG.md                      |  9 +++++++
 README.md                         | 18 +++++++++-----
 bin/pyenv-sh-activate             |  6 +++--
 bin/pyenv-sh-deactivate           |  3 ++-
 bin/pyenv-virtualenv              | 27 ++++++++++++++-------
 bin/pyenv-virtualenv-prefix       | 21 +++++++++++-----
 bin/pyenv-virtualenvs             | 33 +-------------------------
 etc/pyenv.d/which/conda.bash      | 11 +++++++++
 install.sh                        |  3 +++
 libexec/pyenv-virtualenv-realpath | 50 +++++++++++++++++++++++++++++++++++++++
 test/envs.bats                    |  6 ++---
 test/hooks.bats                   |  2 +-
 test/pip.bats                     | 12 +++++-----
 test/python.bats                  |  4 ++++
 test/pyvenv.bats                  | 16 ++++++++-----
 test/version.bats                 |  8 +++++--
 test/virtualenv.bats              | 10 ++++++++
 17 files changed, 166 insertions(+), 73 deletions(-)
 create mode 100644 etc/pyenv.d/which/conda.bash
 create mode 100644 libexec/pyenv-virtualenv-realpath
Updating /.pyenv/plugins/pyenv-which-ext...
From https://github.com/pyenv/pyenv-which-ext
 * branch            master     -> FETCH_HEAD
   60825eb..61f77a2  master     -> origin/master
Updating 60825eb..61f77a2
Fast-forward
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
Downloading Python-3.6.12.tar.xz...
Downloading Python-3.7.9.tar.xz...
-> https://www.python.org/ftp/python/3.6.12/Python-3.6.12.tar.xz
Downloading Python-3.8.7.tar.xz...
-> https://www.python.org/ftp/python/3.7.9/Python-3.7.9.tar.xz
-> https://www.python.org/ftp/python/3.8.7/Python-3.8.7.tar.xz
Downloading Python-3.9.1.tar.xz...
-> https://www.python.org/ftp/python/3.9.1/Python-3.9.1.tar.xz
Installing Python-3.7.9...
Installing Python-3.8.7...
Installing Python-3.9.1...
Installing Python-3.6.12...
Installed Python-3.8.7 to /.pyenv/versions/3.8.7

Downloading Python-3.5.9.tar.xz...
-> https://www.python.org/ftp/python/3.5.9/Python-3.5.9.tar.xz
Installed Python-3.6.12 to /.pyenv/versions/3.6.12

Installed Python-3.9.1 to /.pyenv/versions/3.9.1

Downloading Python-3.4.10.tar.xz...
-> https://www.python.org/ftp/python/3.4.10/Python-3.4.10.tar.xz
Downloading Python-3.3.7.tar.xz...
-> https://www.python.org/ftp/python/3.3.7/Python-3.3.7.tar.xz
Installing Python-3.5.9...
Installing Python-3.4.10...
Installing Python-3.3.7...
patching file ./Lib/ssl.py
patching file ./Modules/_ssl.c
Installed Python-3.7.9 to /.pyenv/versions/3.7.9

Downloading Python-2.7.18.tar.xz...
-> https://www.python.org/ftp/python/2.7.18/Python-2.7.18.tar.xz
Installing Python-2.7.18...
Installed Python-3.5.9 to /.pyenv/versions/3.5.9

Downloading Python-2.6.9.tgz...
-> https://www.python.org/ftp/python/2.6.9/Python-2.6.9.tgz
Installing Python-2.6.9...
patching file setup.py
Hunk #1 succeeded at 354 (offset 9 lines).
patching file ./configure
patching file ./Modules/readline.c
Hunk #1 succeeded at 199 (offset -7 lines).
Hunk #2 succeeded at 698 (offset -51 lines).
Hunk #3 succeeded at 808 (offset -51 lines).
Hunk #4 succeeded at 848 with fuzz 2 (offset -70 lines).
patching file ./setup.py
Hunk #1 succeeded at 1698 (offset 23 lines).
patching file ./Lib/ssl.py
patching file ./Modules/_ssl.c
Installing pip from https://bootstrap.pypa.io/3.3/get-pip.py...
Installed Python-3.3.7 to /.pyenv/versions/3.3.7

Downloading pypy3.7-v7.3.3-linux64.tar.bz2...
Installed Python-3.4.10 to /.pyenv/versions/3.4.10

-> https://downloads.python.org/pypy/pypy3.7-v7.3.3-linux64.tar.bz2
python-build: definition not found: pypy3.6-7.3.3

See all available versions with `pyenv install --list'.

If the version you need is missing, try upgrading pyenv:

  cd /.pyenv/plugins/python-build/../.. && git pull && cd -
python-build: definition not found: pypy2.7-7.3.3

See all available versions with `pyenv install --list'.

If the version you need is missing, try upgrading pyenv:

  cd /.pyenv/plugins/python-build/../.. && git pull && cd -
Installing pypy3.7-v7.3.3-linux64...
Installed pypy3.7-v7.3.3-linux64 to /.pyenv/versions/pypy3.7-7.3.3

Installed Python-2.7.18 to /.pyenv/versions/2.7.18

Installing pip from https://bootstrap.pypa.io/2.6/get-pip.py...
Installed Python-2.6.9 to /.pyenv/versions/2.6.9

The command '/bin/sh -c pyenv update &&             xargs -P 4 -n 1 pyenv install < python-versions.txt &&             pyenv global $(pyenv versions --bare) &&             find $PYENV_ROOT/versions -type d '(' -name '__pycache__' -o -name 'test' -o -name 'tests' ')' -exec rm -rfv '{}' + &&             find $PYENV_ROOT/versions -type f '(' -name '*.py[co]' -o -name '*.exe' ')' -exec rm -fv '{}' + &&             mv -v -- /python-versions.txt $PYENV_ROOT/version' returned a non-zero code: 123

@bittner
Copy link
Contributor

bittner commented Feb 3, 2021

@themattrix Can you please merge this PR?

Comment on lines +24 to +25
ENV TOX_PYTHON_VERSION 3.9.1
ENV TOX_VERSION 3.21.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't those better be build ARGs with a default value instead of plain environment variables?

@Bierbarbar
Copy link

Bierbarbar commented Feb 11, 2021

@themattrix would be nice if we would be able to use python 3.9. Thanks for the project!
@bittner I reached out to the developer via linkedIn maybe he is not looking at github. If the author does not appear again we could think about fork it and maintaining an own version.

@bittner
Copy link
Contributor

bittner commented Feb 11, 2021

I tried to ping @themattrix on LinkedIn, too, and on Twitter. Maybe he doesn't receive any notifications. 🤔 💭 🕦

Good catch @Pils19! 😆

@bittner
Copy link
Contributor

bittner commented Feb 19, 2021

@themattrix Matthew, please merge this PR! We do depend on this software to be maintained.

@bittner
Copy link
Contributor

bittner commented Nov 27, 2021

@themattrix Any hope that this ever gets merged? – We even need Python 3.10 too now. 😟

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants