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 BF3CD15806C for ; Sun, 13 Jul 2025 07:06:41 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A401C3415C9 for ; Sun, 13 Jul 2025 07:06:41 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 99C91110213; Sun, 13 Jul 2025 07:06:40 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 8E852110213 for ; Sun, 13 Jul 2025 07:06:40 +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 4192D3415C9 for ; Sun, 13 Jul 2025 07:06:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8B5D2DF8 for ; Sun, 13 Jul 2025 07:06:38 +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: <1752390337.5165ca38ae78b9e57f68f0ac48bd9bf17cd0f7b9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/xpra/xpra-6.2.5-r1.ebuild x11-wm/xpra/xpra-6.9999.ebuild x11-wm/xpra/xpra-9999.ebuild X-VCS-Directories: x11-wm/xpra/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5165ca38ae78b9e57f68f0ac48bd9bf17cd0f7b9 X-VCS-Branch: master Date: Sun, 13 Jul 2025 07:06:38 +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: b55557d8-ccfa-4c22-8b0f-33f5ef43dc7f X-Archives-Hash: 1de3d5f30e379d436f5e2938c637ccd0 commit: 5165ca38ae78b9e57f68f0ac48bd9bf17cd0f7b9 Author: Sam James gentoo org> AuthorDate: Sun Jul 13 07:05:37 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 13 07:05:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5165ca38 x11-wm/xpra: enable py3.13 Thanks to Luca for the testing. Closes: https://bugs.gentoo.org/952786 Signed-off-by: Sam James gentoo.org> x11-wm/xpra/xpra-6.2.5-r1.ebuild | 2 +- x11-wm/xpra/xpra-6.9999.ebuild | 2 +- x11-wm/xpra/xpra-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-wm/xpra/xpra-6.2.5-r1.ebuild b/x11-wm/xpra/xpra-6.2.5-r1.ebuild index bc0d1f75dea8..47ee6fd415fe 100644 --- a/x11-wm/xpra/xpra-6.2.5-r1.ebuild +++ b/x11-wm/xpra/xpra-6.2.5-r1.ebuild @@ -14,7 +14,7 @@ else KEYWORDS="~amd64 ~x86" fi -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517=setuptools DISTUTILS_SINGLE_IMPL=yes DISTUTILS_EXT=1 diff --git a/x11-wm/xpra/xpra-6.9999.ebuild b/x11-wm/xpra/xpra-6.9999.ebuild index 5bca99f8cd68..0a21f33d0673 100644 --- a/x11-wm/xpra/xpra-6.9999.ebuild +++ b/x11-wm/xpra/xpra-6.9999.ebuild @@ -14,7 +14,7 @@ else KEYWORDS="~amd64 ~x86" fi -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517=setuptools DISTUTILS_SINGLE_IMPL=yes DISTUTILS_EXT=1 diff --git a/x11-wm/xpra/xpra-9999.ebuild b/x11-wm/xpra/xpra-9999.ebuild index 567f87de0d17..3e93235e2d67 100644 --- a/x11-wm/xpra/xpra-9999.ebuild +++ b/x11-wm/xpra/xpra-9999.ebuild @@ -14,7 +14,7 @@ else KEYWORDS="~amd64 ~x86" fi -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517=setuptools DISTUTILS_SINGLE_IMPL=yes DISTUTILS_EXT=1