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 427771582EF for ; Fri, 21 Feb 2025 12:04:30 +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 2D5E034315C for ; Fri, 21 Feb 2025 12:04:30 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 26DBB11047A; Fri, 21 Feb 2025 12:04:11 +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 1E5F311047A for ; Fri, 21 Feb 2025 12:04:11 +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 CF9703430D6 for ; Fri, 21 Feb 2025 12:04:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA59627B6 for ; Fri, 21 Feb 2025 12:04:07 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1740054000.1d864257a13089a9834fc8958b6ff1a290564639.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/open62541/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/open62541/open62541-1.4.10.ebuild X-VCS-Directories: dev-libs/open62541/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 1d864257a13089a9834fc8958b6ff1a290564639 X-VCS-Branch: master Date: Fri, 21 Feb 2025 12:04:07 +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: 8c0c2c23-b301-4555-b25b-063e5171b23a X-Archives-Hash: cf321382e41cca7bbe2469c285f3ca76 commit: 1d864257a13089a9834fc8958b6ff1a290564639 Author: Huang Rui gmail com> AuthorDate: Thu Feb 20 12:19:45 2025 +0000 Commit: David Roman gmail com> CommitDate: Thu Feb 20 12:20:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1d864257 dev-libs/open62541: disable py3.10 ::gentoo dev-python/sphinx-rtd-theme: Remove py3.10 (per sphinx-8.2) Signed-off-by: Huang Rui gmail.com> dev-libs/open62541/open62541-1.4.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/open62541/open62541-1.4.10.ebuild b/dev-libs/open62541/open62541-1.4.10.ebuild index a4226411b..760a7a800 100644 --- a/dev-libs/open62541/open62541-1.4.10.ebuild +++ b/dev-libs/open62541/open62541-1.4.10.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit cmake python-single-r1