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 AB0AE15807A for ; Sun, 08 Jun 2025 09:34:58 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 97122342FE5 for ; Sun, 08 Jun 2025 09:34:58 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 91B7B1102BE; Sun, 08 Jun 2025 09:34:57 +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 8852E1102BE for ; Sun, 08 Jun 2025 09:34:57 +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 3918934309B for ; Sun, 08 Jun 2025 09:34:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 931E92940 for ; Sun, 08 Jun 2025 09:34:55 +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: <1749375261.0a8d6d0fd44c16e1bf46b35a9019ce6a3a3c17cb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/apparmor-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/apparmor-utils/apparmor-utils-3.1.4-r1.ebuild sys-apps/apparmor-utils/apparmor-utils-4.0.3.ebuild X-VCS-Directories: sys-apps/apparmor-utils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0a8d6d0fd44c16e1bf46b35a9019ce6a3a3c17cb X-VCS-Branch: master Date: Sun, 08 Jun 2025 09:34:55 +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: 1f19040e-8639-4dee-b109-23f4cbae2bfa X-Archives-Hash: 83212e86a8ac5ff2c6e284dd3cc604a9 commit: 0a8d6d0fd44c16e1bf46b35a9019ce6a3a3c17cb Author: Sam James gentoo org> AuthorDate: Sun Jun 8 09:33:44 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 8 09:34:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8d6d0f sys-apps/apparmor-utils: drop py3.13 It doesn't work with <4.1. Bug: https://bugs.gentoo.org/952709 Closes: https://bugs.gentoo.org/957140 Signed-off-by: Sam James gentoo.org> sys-apps/apparmor-utils/apparmor-utils-3.1.4-r1.ebuild | 4 ++-- sys-apps/apparmor-utils/apparmor-utils-4.0.3.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-apps/apparmor-utils/apparmor-utils-3.1.4-r1.ebuild b/sys-apps/apparmor-utils/apparmor-utils-3.1.4-r1.ebuild index 3be2f00c96d4..848d86eff884 100644 --- a/sys-apps/apparmor-utils/apparmor-utils-3.1.4-r1.ebuild +++ b/sys-apps/apparmor-utils/apparmor-utils-3.1.4-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) inherit python-r1 toolchain-funcs MY_PV="$(ver_cut 1-2)" diff --git a/sys-apps/apparmor-utils/apparmor-utils-4.0.3.ebuild b/sys-apps/apparmor-utils/apparmor-utils-4.0.3.ebuild index f39270a2a1e2..c939e9fc7043 100644 --- a/sys-apps/apparmor-utils/apparmor-utils-4.0.3.ebuild +++ b/sys-apps/apparmor-utils/apparmor-utils-4.0.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..12} ) inherit distutils-r1 toolchain-funcs desktop MY_PV="$(ver_cut 1-2)"