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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B05C7158043 for ; Sat, 20 Apr 2024 12:57:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0E6AE29F8; Sat, 20 Apr 2024 12:57:48 +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 C50D1E29F5 for ; Sat, 20 Apr 2024 12:57:48 +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 DD41B343443 for ; Sat, 20 Apr 2024 12:57:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6415B1738 for ; Sat, 20 Apr 2024 12:57:46 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1713617783.441dd006725602f5436c7b455984e456048e75dc.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dbus-test-runner/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/dbus-test-runner/dbus-test-runner-19.04.0-r2.ebuild X-VCS-Directories: dev-util/dbus-test-runner/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 441dd006725602f5436c7b455984e456048e75dc X-VCS-Branch: master Date: Sat, 20 Apr 2024 12:57:46 +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: c3e223cb-5b38-45b1-bec0-99e201b5ecaa X-Archives-Hash: 07281fdcee114dd53164d29f06871172 commit: 441dd006725602f5436c7b455984e456048e75dc Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 20 12:14:44 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 20 12:56:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=441dd006 dev-util/dbus-test-runner: enable py3.12, tests pass Closes: https://bugs.gentoo.org/929532 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/dbus-test-runner/dbus-test-runner-19.04.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/dbus-test-runner/dbus-test-runner-19.04.0-r2.ebuild b/dev-util/dbus-test-runner/dbus-test-runner-19.04.0-r2.ebuild index f80116f2c200..2401cb46bd93 100644 --- a/dev-util/dbus-test-runner/dbus-test-runner-19.04.0-r2.ebuild +++ b/dev-util/dbus-test-runner/dbus-test-runner-19.04.0-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit python-single-r1 DESCRIPTION="Run executables under a new DBus session for testing"