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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E9A9815ACFB for ; Wed, 19 Apr 2023 06:35:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 396A9E0844; Wed, 19 Apr 2023 06:35:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 207F3E0844 for ; Wed, 19 Apr 2023 06:35:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 26E5B340D9B for ; Wed, 19 Apr 2023 06:35:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B87C8A3D for ; Wed, 19 Apr 2023 06:35:45 +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: <1681886136.9cd5fc20cb5d3f3704af3b14d7352c903b214696.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: 9cd5fc20cb5d3f3704af3b14d7352c903b214696 X-VCS-Branch: master Date: Wed, 19 Apr 2023 06:35:45 +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: 92ddc18b-a7c4-4df1-b8c5-e9c8c7072459 X-Archives-Hash: eeaa18dea322e63a00e171054535cbbf commit: 9cd5fc20cb5d3f3704af3b14d7352c903b214696 Author: Michał Górny gentoo org> AuthorDate: Wed Apr 19 06:35:36 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Apr 19 06:35:36 2023 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=9cd5fc20 Remove py3.9 → py3.10 lists Signed-off-by: Michał Górny gentoo.org> Makefile.gpyutils | 12 +----------- htdocs/index.html | 12 ------------ 2 files changed, 1 insertion(+), 23 deletions(-) diff --git a/Makefile.gpyutils b/Makefile.gpyutils index 346cde5..52e1ce2 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)/39-to-310.txt $(outdir)/310-to-311.txt +upgr_base = $(outdir)/310-to-311.txt # related stabilizations upgr_streq = $(patsubst %.txt,%-stablereq.txt,$(upgr_base)) # all upgrade stuff @@ -30,16 +30,6 @@ $(outdir)/310-to-311-stablereq.txt: $(timestamp) gpy-upgrade-impl -m -s python3_10 python3_11 > $@.new mv $@.new $@ -$(outdir)/39-to-310.txt: $(timestamp) - mkdir -p $(outdir) - gpy-upgrade-impl -m python3_9 python3_10 > $@.new - mv $@.new $@ - -$(outdir)/39-to-310-stablereq.txt: $(timestamp) - mkdir -p $(outdir) - gpy-upgrade-impl -m -s python3_9 python3_10 > $@.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 2dcfc55..212f2bb 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -99,18 +99,6 @@

Python reports