Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Update to PyPy 7.3.5 #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ the only supported platform is ``x86_64``.
At the moment of writing, this image provide the following versions of
PyPy:

- PyPy2.7 7.3.4
- PyPy2.7 7.3.5

- PyPy3.7 7.3.4
- PyPy3.7 7.3.5

- PyPy3.6 7.3.3

Expand All @@ -43,21 +43,21 @@ also symlinked to ``/opt/python``. Moreover, each installation of PyPy
contains also a ``python`` symlink.

All the following commands are equivalent and run the PyPy 2.7, version
7.3.4. You can use whatever fits best in your build system:
7.3.5. You can use whatever fits best in your build system:

- ``/opt/pypy/pypy2.7-7.3.4/bin/pypy``
- ``/opt/pypy/pypy2.7-7.3.5/bin/pypy``

- ``/opt/pypy/pypy2.7-7.3.4/bin/python``
- ``/opt/pypy/pypy2.7-7.3.5/bin/python``

- ``/opt/python/pp27-pypy_73/bin/pypy``

- ``/opt/python/pp27-pypy_73/bin/python``

Similarly, these are the commands to run PyPy 3.7, version 7.3.4:
Similarly, these are the commands to run PyPy 3.7, version 7.3.5:

- ``/opt/pypy/pypy3.7-7.3.4/bin/pypy``
- ``/opt/pypy/pypy3.7-7.3.5/bin/pypy``

- ``/opt/pypy/pypy3.7-7.3.4/bin/python``
- ``/opt/pypy/pypy3.7-7.3.5/bin/python``

- ``/opt/python/pp37-pypy37_pp73/bin/pypy``

Expand Down
6 changes: 3 additions & 3 deletions docker/build_scripts_pypy/prefetch_pypy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ fetch_source pypy3.6-7.2.0-linux_x86_64-portable.tar.bz2 "$SQUEAKY_GITHUB_URL/py
# pypy 7.3.3 (3.6 only)
fetch_source pypy3.6-v7.3.3-linux64.tar.bz2 "$URL"

# pypy 7.3.4
fetch_source pypy2.7-v7.3.4-linux64.tar.bz2 "$URL"
fetch_source pypy3.7-v7.3.4-linux64.tar.bz2 "$URL"
# pypy 7.3.5
fetch_source pypy2.7-v7.3.5-linux64.tar.bz2 "$URL"
fetch_source pypy3.7-v7.3.5-linux64.tar.bz2 "$URL"