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

Commit 167361c

Browse files
committed
Update to PyPy 7.3.2
1 parent fd8c128 commit 167361c

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

README.rst

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ the only supported platform is ``x86_64``.
1414
At the moment of writing, this image provide the following versions of
1515
PyPy:
1616

17-
- PyPy2.7 7.3.1
17+
- PyPy2.7 7.3.2
1818

19-
- PyPy3.6 7.3.1
19+
- PyPy3.6 7.3.2
20+
21+
- PyPy3.7 7.3.2
2022

2123
- PyPy2.7 7.2.0
2224

@@ -41,26 +43,28 @@ also symlinked to ``/opt/python``. Moreover, each installation of PyPy
4143
contains also a ``python`` symlink.
4244

4345
All the following commands are equivalent and run the PyPy 2.7, version
44-
7.3.1. You can use whatever fits best in your build system:
46+
7.3.2. You can use whatever fits best in your build system:
4547

46-
- ``/opt/pypy/pypy2.7-7.3.1/bin/pypy``
48+
- ``/opt/pypy/pypy2.7-7.3.2/bin/pypy``
4749

48-
- ``/opt/pypy/pypy2.7-7.3.1/bin/python``
50+
- ``/opt/pypy/pypy2.7-7.3.2/bin/python``
4951

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

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

54-
Similarly, these are the commands to run PyPy 3.6, version 7.3.1:
56+
Similarly, these are the commands to run PyPy 3.6, version 7.3.2:
5557

56-
- ``/opt/pypy/pypy3.6-7.3.1/bin/pypy``
58+
- ``/opt/pypy/pypy3.6-7.3.2/bin/pypy``
5759

58-
- ``/opt/pypy/pypy3.6-7.3.1/bin/python``
60+
- ``/opt/pypy/pypy3.6-7.3.2/bin/python``
5961

6062
- ``/opt/python/pp36-pypy36_pp73/bin/pypy``
6163

6264
- ``/opt/python/pp36-pypy36_pp73/bin/python``
6365

66+
The paths for PyPy 3.7 are completely analogous to the ones for 3.6.
67+
6468

6569
PEP 425 Compatibility tags
6670
---------------------------

docker/build_scripts_pypy/prefetch_pypy.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ cd "$SOURCES"
1717
fetch_source pypy-7.2.0-linux_x86_64-portable.tar.bz2 "$SQUEAKY_GITHUB_URL/pypy-7.2.0"
1818
fetch_source pypy3.6-7.2.0-linux_x86_64-portable.tar.bz2 "$SQUEAKY_GITHUB_URL/pypy3.6-7.2.0"
1919

20-
# pypy 7.3.1
21-
fetch_source pypy2.7-v7.3.1-linux64.tar.bz2 "$URL"
22-
fetch_source pypy3.6-v7.3.1-linux64.tar.bz2 "$URL"
20+
# pypy 7.3.2
21+
fetch_source pypy2.7-v7.3.2-linux64.tar.bz2 "$URL"
22+
fetch_source pypy3.6-v7.3.2-linux64.tar.bz2 "$URL"
23+
fetch_source pypy3.7-v7.3.2-linux64.tar.bz2 "$URL"

0 commit comments

Comments
 (0)