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

Commit d4c5252

Browse files
committed
Updating 7.3.0 to 7.3.1
1 parent 40260b6 commit d4c5252

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ 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.0
17+
- PyPy2.7 7.3.1
1818

19-
- PyPy3.6 7.3.0
19+
- PyPy3.6 7.3.1
2020

2121
- PyPy2.7 7.2.0
2222

@@ -45,21 +45,21 @@ also symlinked to ``/opt/python``. Moreover, each installation of PyPy
4545
contains also a ``python`` symlink.
4646

4747
All the following commands are equivalent and run the PyPy 2.7, version
48-
7.3.0. You can use whatever fits best in your build system:
48+
7.3.1. You can use whatever fits best in your build system:
4949

50-
- ``/opt/pypy/pypy2.7-7.3.0/bin/pypy``
50+
- ``/opt/pypy/pypy2.7-7.3.1/bin/pypy``
5151

52-
- ``/opt/pypy/pypy2.7-7.3.0/bin/python``
52+
- ``/opt/pypy/pypy2.7-7.3.1/bin/python``
5353

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

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

58-
Similarly, these are the commands to run PyPy 3.6, version 7.3.0:
58+
Similarly, these are the commands to run PyPy 3.6, version 7.3.1:
5959

60-
- ``/opt/pypy/pypy3.6-7.3.0/bin/pypy``
60+
- ``/opt/pypy/pypy3.6-7.3.1/bin/pypy``
6161

62-
- ``/opt/pypy/pypy3.6-7.3.0/bin/python``
62+
- ``/opt/pypy/pypy3.6-7.3.1/bin/python``
6363

6464
- ``/opt/python/pp36-pypy36_pp73/bin/pypy``
6565

docker/build_scripts_pypy/install_pypy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function install_one_pypy {
4040
rm $shortdir/bin/*.debug
4141

4242
# install and upgrade pip
43-
$pypy -m ensurepip
43+
$pypy -m ensurepip --default-pip
4444
$pypy -m pip install -U --require-hashes -r /build_scripts/requirements.txt
4545

4646
local abi_tag=$($pypy /build_scripts/python-tag-abi-tag.py)

docker/build_scripts_pypy/prefetch_pypy.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ fetch_source pypy3.6-7.1.1-beta-linux_x86_64-portable.tar.bz2 "$SQUEAKY_BITBUCKE
2222
fetch_source pypy-7.2.0-linux_x86_64-portable.tar.bz2 "$SQUEAKY_GITHUB_URL/pypy-7.2.0"
2323
fetch_source pypy3.6-7.2.0-linux_x86_64-portable.tar.bz2 "$SQUEAKY_GITHUB_URL/pypy3.6-7.2.0"
2424

25-
# pypy 7.3.0
26-
fetch_source pypy2.7-v7.3.0-linux64.tar.bz2 "$URL"
27-
fetch_source pypy3.6-v7.3.0-linux64.tar.bz2 "$URL"
25+
# pypy 7.3.1
26+
fetch_source pypy2.7-v7.3.1-linux64.tar.bz2 "$URL"
27+
fetch_source pypy3.6-v7.3.1-linux64.tar.bz2 "$URL"

0 commit comments

Comments
 (0)