From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EAE2E1382C5 for ; Mon, 25 May 2020 12:22:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C89FE0819; Mon, 25 May 2020 12:22:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 196A3E0819 for ; Mon, 25 May 2020 12:22:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D71B334F032 for ; Mon, 25 May 2020 12:22:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9006421E for ; Mon, 25 May 2020 12:22:08 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1590409289.5a8ae2ba0aa45f033b71638e64105d139f809224.mgorny@gentoo> Subject: [gentoo-commits] proj/qa-scripts:master commit in: /, htdocs/ X-VCS-Repository: proj/qa-scripts X-VCS-Files: Makefile.gpyutils htdocs/index.html X-VCS-Directories: / htdocs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5a8ae2ba0aa45f033b71638e64105d139f809224 X-VCS-Branch: master Date: Mon, 25 May 2020 12:22:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f2773626-e9d9-4e0b-996c-eb8b8843fe79 X-Archives-Hash: 2bd8d4fbe4153a211061462905daa9df commit: 5a8ae2ba0aa45f033b71638e64105d139f809224 Author: Michał Górny gentoo org> AuthorDate: Mon May 25 12:21:29 2020 +0000 Commit: Michał Górny gentoo 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 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 > $@.new mv $@.new $@ +$(outdir)/38-to-39.txt: $(timestamp) + mkdir -p $(outdir) + gpy-upgrade-impl python3_8 python3_9 > $@.new + mv $@.new $@ + +$(outdir)/38-to-39-stablereq.txt: $(timestamp) + mkdir -p $(outdir) + gpy-upgrade-impl -s python3_8 python3_9 > $@.new + mv $@.new $@ + %.dot: %.txt gpy-depgraph -m python@gentoo.org $< > $@.new mv $@.new $@ 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 @@ Py3.6 → 3.7 testing Py3.6 → 3.7 stabilizations Py3.7 → 3.8 testing + Py3.7 → 3.8 stabilization + Py3.8 → 3.9 testing