From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 76CB31580EB for ; Wed, 28 May 2025 05:45:51 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 60EEE3430EC for ; Wed, 28 May 2025 05:45:51 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 52182110287; Wed, 28 May 2025 05:45:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 45DA4110287 for ; Wed, 28 May 2025 05:45:50 +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 E9ED53430E6 for ; Wed, 28 May 2025 05:45:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C822275F for ; Wed, 28 May 2025 05:45:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1748411133.305901f39ded86c4a97a60251eb9863d7018d87f.sam@gentoo> Subject: [gentoo-commits] proj/qa-scripts:master commit in: / X-VCS-Repository: proj/qa-scripts X-VCS-Files: Makefile.gpyutils X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 305901f39ded86c4a97a60251eb9863d7018d87f X-VCS-Branch: master Date: Wed, 28 May 2025 05:45:48 +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: f441fd6e-b611-4ea0-bb4e-d0c39e9d6bc4 X-Archives-Hash: dfe2c0048fa814c5b713923d986b3f71 commit: 305901f39ded86c4a97a60251eb9863d7018d87f Author: Sam James gentoo org> AuthorDate: Wed May 28 05:45:33 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 28 05:45:33 2025 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=305901f3 Makefile.gpyutils: fix typo in 313-to-314.txt rules Fixes: 45bd9371f326ad98d9b4e806c56010f886dda0df Signed-off-by: Sam James gentoo.org> Makefile.gpyutils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.gpyutils b/Makefile.gpyutils index 17a4c7e..0078c56 100644 --- a/Makefile.gpyutils +++ b/Makefile.gpyutils @@ -34,7 +34,7 @@ prune-old: $(outdir)/313-to-314.txt: $(timestamp) mkdir -p $(outdir) gpy-upgrade-impl -m python3_13 python3_14 > $@.new - mv $@.new $@+ + mv $@.new $@ $(outdir)/313-to-314-stablereq.txt: $(timestamp) mkdir -p $(outdir)