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 439EA15807A for ; Mon, 09 Jun 2025 02:20:08 +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 2DB5D3430D9 for ; Mon, 09 Jun 2025 02:20:08 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4CBD41103C1; Mon, 09 Jun 2025 02:20:04 +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 405F31103C1 for ; Mon, 09 Jun 2025 02:20:04 +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 E2A44342F65 for ; Mon, 09 Jun 2025 02:20:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FD452981 for ; Mon, 09 Jun 2025 02:20:01 +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: <1749435317.9c94a830f14dffb9d731f00840509596a7f603ea.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-dbusmock/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-dbusmock/python-dbusmock-0.35.0.ebuild X-VCS-Directories: dev-python/python-dbusmock/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9c94a830f14dffb9d731f00840509596a7f603ea X-VCS-Branch: master Date: Mon, 09 Jun 2025 02:20:01 +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: 2c8b7ff0-29e2-4b49-9016-18cceadc28b4 X-Archives-Hash: 0ba8b7c2ff9bbb05fd8371b54e996196 commit: 9c94a830f14dffb9d731f00840509596a7f603ea Author: Sam James gentoo org> AuthorDate: Mon Jun 9 02:15:17 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 9 02:15:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c94a830 dev-python/python-dbusmock: enable py3.14 Signed-off-by: Sam James gentoo.org> dev-python/python-dbusmock/python-dbusmock-0.35.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-dbusmock/python-dbusmock-0.35.0.ebuild b/dev-python/python-dbusmock/python-dbusmock-0.35.0.ebuild index fe98ab9419fe..d712074a5224 100644 --- a/dev-python/python-dbusmock/python-dbusmock-0.35.0.ebuild +++ b/dev-python/python-dbusmock/python-dbusmock-0.35.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1 pypi