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 8326A158064 for ; Fri, 10 May 2024 07:36:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12201E2A7A; Fri, 10 May 2024 07:36:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 pigeon.gentoo.org (Postfix) with ESMTPS id EBCDFE2A7A for ; Fri, 10 May 2024 07:36:00 +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 34ECB34308B for ; Fri, 10 May 2024 07:36:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 419011A84 for ; Fri, 10 May 2024 07:35:58 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1715326162.6970d92733f082f493f8029b4da7fca38655b1c9.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-paramlinks/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sphinx-paramlinks/sphinx-paramlinks-0.6.0.ebuild X-VCS-Directories: dev-python/sphinx-paramlinks/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 6970d92733f082f493f8029b4da7fca38655b1c9 X-VCS-Branch: dev Date: Fri, 10 May 2024 07:35:58 +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: d8633a6c-4545-4186-b64c-4c036e9d12f8 X-Archives-Hash: 4e20dcde3d410b296defe28a68527a36 Message-ID: <20240510073558.3O6UNZWnXJ45vz-0i0woHXMEjkO2MbjcTDb1tPEPpsI@z> commit: 6970d92733f082f493f8029b4da7fca38655b1c9 Author: Viorel Munteanu gentoo org> AuthorDate: Fri May 10 07:29:12 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Fri May 10 07:29:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6970d927 dev-python/sphinx-paramlinks: enable py3.12 Closes: https://bugs.gentoo.org/931425 Signed-off-by: Viorel Munteanu gentoo.org> dev-python/sphinx-paramlinks/sphinx-paramlinks-0.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinx-paramlinks/sphinx-paramlinks-0.6.0.ebuild b/dev-python/sphinx-paramlinks/sphinx-paramlinks-0.6.0.ebuild index 87dc41b8c6..ddcdf30735 100644 --- a/dev-python/sphinx-paramlinks/sphinx-paramlinks-0.6.0.ebuild +++ b/dev-python/sphinx-paramlinks/sphinx-paramlinks-0.6.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYPI_NO_NORMALIZE=1 inherit distutils-r1 pypi