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 4F3B71580EB for ; Sun, 25 May 2025 07:33:59 +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 3B2B63430D7 for ; Sun, 25 May 2025 07:33:59 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7B8941104A5; Sun, 25 May 2025 07:33:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 bobolink.gentoo.org (Postfix) with ESMTPS id 74E7A11049F for ; Sun, 25 May 2025 07:33:47 +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 2E5E73430C3 for ; Sun, 25 May 2025 07:33:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AA742894 for ; Sun, 25 May 2025 07:33:44 +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: <1748158348.c26fabd0be04aa5472b6fef93cde2c4a12d0d7cf.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/pypacker/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/pypacker/pypacker-5.2.ebuild X-VCS-Directories: net-analyzer/pypacker/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c26fabd0be04aa5472b6fef93cde2c4a12d0d7cf X-VCS-Branch: master Date: Sun, 25 May 2025 07:33:44 +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: 6f422b05-f27c-42c4-b9bd-2cae9daf78b1 X-Archives-Hash: 1bf6338e098e42fa1c120d02a4da6211 commit: c26fabd0be04aa5472b6fef93cde2c4a12d0d7cf Author: Sam James gentoo org> AuthorDate: Sun May 25 06:54:15 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 25 07:32:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c26fabd0 net-analyzer/pypacker: enable py3.13, py3.14 Closes: https://bugs.gentoo.org/952574 Signed-off-by: Sam James gentoo.org> net-analyzer/pypacker/pypacker-5.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/pypacker/pypacker-5.2.ebuild b/net-analyzer/pypacker/pypacker-5.2.ebuild index abe584f3d460..f82b3bedb216 100644 --- a/net-analyzer/pypacker/pypacker-5.2.ebuild +++ b/net-analyzer/pypacker/pypacker-5.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1