commit:     5a8ae2ba0aa45f033b71638e64105d139f809224
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 25 12:21:29 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 25 12:21:29 2020 +0000
URL:        https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=5a8ae2ba

gpyutils: Enable for 38→39, also 37→38 stablereq

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 Makefile.gpyutils | 12 +++++++++++-
 htdocs/index.html |  2 ++
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/Makefile.gpyutils b/Makefile.gpyutils
index 940ad8e..f8fb1b8 100644
--- a/Makefile.gpyutils
+++ b/Makefile.gpyutils
@@ -6,7 +6,7 @@ timestamp = $(PORTDIR)/metadata/timestamp.commit
 outdir = /dev/null
 
 # upgrades for stable impls
-upgr_base = $(outdir)/36-to-37.txt $(outdir)/37-to-38.txt
+upgr_base = $(outdir)/36-to-37.txt $(outdir)/37-to-38.txt 
$(outdir)/38-to-39.txt
 # related stabilizations
 upgr_streq = $(patsubst %.txt,%-stablereq.txt,$(upgr_base))
 # all upgrade stuff
@@ -59,6 +59,16 @@ $(outdir)/37-to-38-stablereq.txt: $(timestamp)
        gpy-upgrade-impl -s python3_7 python3_8 > [email protected]
        mv [email protected] $@
 
+$(outdir)/38-to-39.txt: $(timestamp)
+       mkdir -p $(outdir)
+       gpy-upgrade-impl python3_8 python3_9 > [email protected]
+       mv [email protected] $@
+
+$(outdir)/38-to-39-stablereq.txt: $(timestamp)
+       mkdir -p $(outdir)
+       gpy-upgrade-impl -s python3_8 python3_9 > [email protected]
+       mv [email protected] $@
+
 %.dot: %.txt
        gpy-depgraph -m [email protected] $< > [email protected]
        mv [email protected] $@

diff --git a/htdocs/index.html b/htdocs/index.html
index 2b8399b..3262c67 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -119,6 +119,8 @@
                 <a href="/output/gpyutils/36-to-37.txt" class="list-group-item 
list-group-item-action">Py3.6 → 3.7 testing</a>
                 <a href="/output/gpyutils/36-to-37-stablereq.txt" 
class="list-group-item list-group-item-action">Py3.6 → 3.7 stabilizations</a>
                 <a href="/output/gpyutils/37-to-38.txt" class="list-group-item 
list-group-item-action">Py3.7 → 3.8 testing</a>
+                <a href="/output/gpyutils/37-to-38-stablereq.txt" 
class="list-group-item list-group-item-action">Py3.7 → 3.8 stabilization</a>
+                <a href="/output/gpyutils/38-to-39.txt" class="list-group-item 
list-group-item-action">Py3.8 → 3.9 testing</a>
               </div>
             </div>
             <div class="col-lg-4">

Reply via email to