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 CC8C41584AD for ; Mon, 28 Apr 2025 05:02:29 +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 B5C053430A9 for ; Mon, 28 Apr 2025 05:02:29 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B9E10110280; Mon, 28 Apr 2025 05:02:28 +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 bobolink.gentoo.org (Postfix) with ESMTPS id AFBB4110280 for ; Mon, 28 Apr 2025 05:02:28 +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 69F8A3430A9 for ; Mon, 28 Apr 2025 05:02:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 030FE1F6A for ; Mon, 28 Apr 2025 05:02:27 +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: <1745816493.e0f1a0dab72ab76be749992e979c7fb24c0e2cf4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/syslog-summary/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild X-VCS-Directories: app-admin/syslog-summary/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e0f1a0dab72ab76be749992e979c7fb24c0e2cf4 X-VCS-Branch: master Date: Mon, 28 Apr 2025 05:02: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: 266d0b07-22c4-4de4-a584-90d79cca6e02 X-Archives-Hash: b87a6d99fd2e5837a80a0b901eedb2dc commit: e0f1a0dab72ab76be749992e979c7fb24c0e2cf4 Author: Ian Jordan gmail com> AuthorDate: Mon Apr 28 04:48:29 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 28 05:01:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0f1a0da app-admin/syslog-summary: enable py3.13 No test suite, passed runtime check. Closes: https://bugs.gentoo.org/952171 Signed-off-by: Ian Jordan gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41809 Closes: https://github.com/gentoo/gentoo/pull/41809 Signed-off-by: Sam James gentoo.org> app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild b/app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild index 24c908b81558..7733aba111dc 100644 --- a/app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild +++ b/app-admin/syslog-summary/syslog-summary-1.14-r5.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_{10..13} ) inherit python-single-r1