Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qa-scripts:master commit in: /, htdocs/
Date: Mon, 25 May 2020 12:22:11
Message-Id: 1590409289.5a8ae2ba0aa45f033b71638e64105d139f809224.mgorny@gentoo
1 commit: 5a8ae2ba0aa45f033b71638e64105d139f809224
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 25 12:21:29 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 25 12:21:29 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=5a8ae2ba
7
8 gpyutils: Enable for 38→39, also 37→38 stablereq
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 Makefile.gpyutils | 12 +++++++++++-
13 htdocs/index.html | 2 ++
14 2 files changed, 13 insertions(+), 1 deletion(-)
15
16 diff --git a/Makefile.gpyutils b/Makefile.gpyutils
17 index 940ad8e..f8fb1b8 100644
18 --- a/Makefile.gpyutils
19 +++ b/Makefile.gpyutils
20 @@ -6,7 +6,7 @@ timestamp = $(PORTDIR)/metadata/timestamp.commit
21 outdir = /dev/null
22
23 # upgrades for stable impls
24 -upgr_base = $(outdir)/36-to-37.txt $(outdir)/37-to-38.txt
25 +upgr_base = $(outdir)/36-to-37.txt $(outdir)/37-to-38.txt $(outdir)/38-to-39.txt
26 # related stabilizations
27 upgr_streq = $(patsubst %.txt,%-stablereq.txt,$(upgr_base))
28 # all upgrade stuff
29 @@ -59,6 +59,16 @@ $(outdir)/37-to-38-stablereq.txt: $(timestamp)
30 gpy-upgrade-impl -s python3_7 python3_8 > $@.new
31 mv $@.new $@
32
33 +$(outdir)/38-to-39.txt: $(timestamp)
34 + mkdir -p $(outdir)
35 + gpy-upgrade-impl python3_8 python3_9 > $@.new
36 + mv $@.new $@
37 +
38 +$(outdir)/38-to-39-stablereq.txt: $(timestamp)
39 + mkdir -p $(outdir)
40 + gpy-upgrade-impl -s python3_8 python3_9 > $@.new
41 + mv $@.new $@
42 +
43 %.dot: %.txt
44 gpy-depgraph -m python@g.o $< > $@.new
45 mv $@.new $@
46
47 diff --git a/htdocs/index.html b/htdocs/index.html
48 index 2b8399b..3262c67 100644
49 --- a/htdocs/index.html
50 +++ b/htdocs/index.html
51 @@ -119,6 +119,8 @@
52 <a href="/output/gpyutils/36-to-37.txt" class="list-group-item list-group-item-action">Py3.6 → 3.7 testing</a>
53 <a href="/output/gpyutils/36-to-37-stablereq.txt" class="list-group-item list-group-item-action">Py3.6 → 3.7 stabilizations</a>
54 <a href="/output/gpyutils/37-to-38.txt" class="list-group-item list-group-item-action">Py3.7 → 3.8 testing</a>
55 + <a href="/output/gpyutils/37-to-38-stablereq.txt" class="list-group-item list-group-item-action">Py3.7 → 3.8 stabilization</a>
56 + <a href="/output/gpyutils/38-to-39.txt" class="list-group-item list-group-item-action">Py3.8 → 3.9 testing</a>
57 </div>
58 </div>
59 <div class="col-lg-4">