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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1DD2D15812D for ; Mon, 06 Jan 2025 21:08:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45AA0E07BA; Mon, 06 Jan 2025 21:08:31 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 7F7E9E07A9 for ; Mon, 06 Jan 2025 21:08:30 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9561F34072E for ; Mon, 06 Jan 2025 21:08:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED8A6AED for ; Mon, 06 Jan 2025 21:08:27 +0000 (UTC) From: "Kenton Groombridge" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kenton Groombridge" Message-ID: <1736196898.f1fbe9921ea383b5dc96bcd6579649a933d7225b.concord@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: gentoo/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: gentoo/release-userspace.sh X-VCS-Directories: gentoo/ X-VCS-Committer: concord X-VCS-Committer-Name: Kenton Groombridge X-VCS-Revision: f1fbe9921ea383b5dc96bcd6579649a933d7225b X-VCS-Branch: master Date: Mon, 06 Jan 2025 21:08:27 +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: 90d4b5c5-69dc-4e87-9fdb-fa09002dca97 X-Archives-Hash: af38247d9593e84cef05b1626779c39d commit: f1fbe9921ea383b5dc96bcd6579649a933d7225b Author: Kenton Groombridge gentoo org> AuthorDate: Mon Jan 6 20:50:42 2025 +0000 Commit: Kenton Groombridge gentoo org> CommitDate: Mon Jan 6 20:54:58 2025 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=f1fbe992 release-userspace: bump PYTHON_COMPAT Signed-off-by: Kenton Groombridge gentoo.org> gentoo/release-userspace.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentoo/release-userspace.sh b/gentoo/release-userspace.sh index 9532c250c..3bb93033f 100644 --- a/gentoo/release-userspace.sh +++ b/gentoo/release-userspace.sh @@ -90,7 +90,7 @@ updateLiveEbuilds() { sed -i "s@Copyright 1999-20.. Gentoo .*@Copyright 1999-$(date '+%Y') Gentoo Authors@" "${PN}-9999.ebuild" # Update PYTHON_COMPAT - sed -i '/^PYTHON_COMPAT/s/PYTHON_COMPAT=.*$/PYTHON_COMPAT=( python3_{8..10} )/' "${PN}-9999.ebuild" || die + sed -i '/^PYTHON_COMPAT/s/PYTHON_COMPAT=.*$/PYTHON_COMPAT=( python3_{10..12} )/' "${PN}-9999.ebuild" || die # no changes, skip [[ -z "$(git status --porcelain -- .)" ]] && continue