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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DD3691581D3 for ; Sun, 2 Jun 2024 08:31:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D87DFE2AE6; Sun, 2 Jun 2024 08:31:32 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBDC1E2AE6 for ; Sun, 2 Jun 2024 08:31:32 +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 B32CB33BDE1 for ; Sun, 2 Jun 2024 08:31:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1986A16DD for ; Sun, 2 Jun 2024 08:31:30 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1717317057.9bdd8ba1d71db4c6d7d769ea2b54142f8f8d4722.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/wtfis/wtfis-0.8.0.ebuild X-VCS-Directories: net-analyzer/wtfis/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9bdd8ba1d71db4c6d7d769ea2b54142f8f8d4722 X-VCS-Branch: master Date: Sun, 2 Jun 2024 08:31:30 +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: 84889910-c690-41b0-94e8-99b40376770c X-Archives-Hash: c7a137f496ff040a5937524a871712a1 commit: 9bdd8ba1d71db4c6d7d769ea2b54142f8f8d4722 Author: Mario Haustein hrz tu-chemnitz de> AuthorDate: Tue Apr 23 15:44:49 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Jun 2 08:30:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bdd8ba1 net-analyzer/wtfis: enable py3.12 Closes: https://bugs.gentoo.org/929686 Signed-off-by: Mario Haustein hrz.tu-chemnitz.de> Signed-off-by: Joonas Niilola gentoo.org> net-analyzer/wtfis/wtfis-0.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/wtfis/wtfis-0.8.0.ebuild b/net-analyzer/wtfis/wtfis-0.8.0.ebuild index eb5e05b23963..08106d305363 100644 --- a/net-analyzer/wtfis/wtfis-0.8.0.ebuild +++ b/net-analyzer/wtfis/wtfis-0.8.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"