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

Commit a03b9e9

Browse files
authored
Merge pull request #11 from pypy/7_3_3
upgrade to pypy 7.3.3
2 parents 8f210b5 + 2504091 commit a03b9e9

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Diff for: README.rst

+9-9
Original file line numberDiff line numberDiff line change
@@ -14,11 +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.2
17+
- PyPy2.7 7.3.3
1818

19-
- PyPy3.6 7.3.2
19+
- PyPy3.6 7.3.3
2020

21-
- PyPy3.7 7.3.2
21+
- PyPy3.7 7.3.3
2222

2323
- PyPy2.7 7.2.0
2424

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

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

48-
- ``/opt/pypy/pypy2.7-7.3.2/bin/pypy``
48+
- ``/opt/pypy/pypy2.7-7.3.3/bin/pypy``
4949

50-
- ``/opt/pypy/pypy2.7-7.3.2/bin/python``
50+
- ``/opt/pypy/pypy2.7-7.3.3/bin/python``
5151

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

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

56-
Similarly, these are the commands to run PyPy 3.6, version 7.3.2:
56+
Similarly, these are the commands to run PyPy 3.6, version 7.3.3:
5757

58-
- ``/opt/pypy/pypy3.6-7.3.2/bin/pypy``
58+
- ``/opt/pypy/pypy3.6-7.3.3/bin/pypy``
5959

60-
- ``/opt/pypy/pypy3.6-7.3.2/bin/python``
60+
- ``/opt/pypy/pypy3.6-7.3.3/bin/python``
6161

6262
- ``/opt/python/pp36-pypy36_pp73/bin/pypy``
6363

Diff for: docker/build_scripts_pypy/prefetch_pypy.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +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.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"
20+
# pypy 7.3.3
21+
fetch_source pypy2.7-v7.3.3-linux64.tar.bz2 "$URL"
22+
fetch_source pypy3.6-v7.3.3-linux64.tar.bz2 "$URL"
23+
fetch_source pypy3.7-v7.3.3-linux64.tar.bz2 "$URL"

0 commit comments

Comments
 (0)