Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Mon, 11 May 2020 06:59:37
Message-Id: 1589180338.398e92248b862f554d2813b52e0270fdafa33577.heroxbd@gentoo
1 commit: 398e92248b862f554d2813b52e0270fdafa33577
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 11 06:54:44 2020 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Mon May 11 06:58:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=398e9224
7
8 bootstrap-prefix.sh: bump to Python 3.7.
9
10 Reported-By: Akase
11 Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
12
13 scripts/bootstrap-prefix.sh | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
17 index 71a1eb525c..b335ad2d90 100755
18 --- a/scripts/bootstrap-prefix.sh
19 +++ b/scripts/bootstrap-prefix.sh
20 @@ -938,9 +938,9 @@ bootstrap_gnu() {
21 einfo "${PN}-${PV} successfully bootstrapped"
22 }
23
24 -PYTHONMAJMIN=3.6 # keep this number in line with PV below for stage1,2
25 +PYTHONMAJMIN=3.7 # keep this number in line with PV below for stage1,2
26 bootstrap_python() {
27 - PV=3.6.10
28 + PV=3.7.7
29 A=Python-${PV}.tar.xz
30 patch=true