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 A48FD1584AD for ; Mon, 14 Apr 2025 02:20:18 +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 8B50B343101 for ; Mon, 14 Apr 2025 02:20:18 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 790C21104B1; Mon, 14 Apr 2025 02:20:14 +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 712711104B1 for ; Mon, 14 Apr 2025 02:20:14 +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 1E89B343115 for ; Mon, 14 Apr 2025 02:20:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79ABE2082 for ; Mon, 14 Apr 2025 02:20:12 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1744596274.d4e8e0abebfe0ebf1435bb75757dcc7f871e1c48.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/telepathy-glib/telepathy-glib-0.24.2-r1.ebuild X-VCS-Directories: net-libs/telepathy-glib/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d4e8e0abebfe0ebf1435bb75757dcc7f871e1c48 X-VCS-Branch: master Date: Mon, 14 Apr 2025 02:20:12 +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: 17ca4368-1897-4719-8344-5c243c9b0863 X-Archives-Hash: 49f83a2cb2bd065e1c1887d5de6868af commit: d4e8e0abebfe0ebf1435bb75757dcc7f871e1c48 Author: Pacho Ramos gentoo org> AuthorDate: Mon Apr 14 02:04:34 2025 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Apr 14 02:04:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4e8e0ab net-libs/telepathy-glib: enable py3.13 Closes: https://bugs.gentoo.org/952601 Signed-off-by: Pacho Ramos gentoo.org> net-libs/telepathy-glib/telepathy-glib-0.24.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/telepathy-glib/telepathy-glib-0.24.2-r1.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.24.2-r1.ebuild index 27388ec76df6..dd427536f99f 100644 --- a/net-libs/telepathy-glib/telepathy-glib-0.24.2-r1.ebuild +++ b/net-libs/telepathy-glib/telepathy-glib-0.24.2-r1.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 PYTHON_REQ_USE="xml(+)" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit gnome2 python-any-r1 vala virtualx