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 09B36159C9B for ; Sat, 10 Aug 2024 07:24:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EC7E2BC132; Sat, 10 Aug 2024 07:24:09 +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 133A32BC132 for ; Sat, 10 Aug 2024 07:24:09 +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 25C533430EE for ; Sat, 10 Aug 2024 07:24:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B98A71B9A for ; Sat, 10 Aug 2024 07:24:06 +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: <1723273537.e7cd048ef00fb80bed982a0c39f3da5405414ec7.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/yara-x/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/yara-x/yara-x-0.6.0.ebuild X-VCS-Directories: app-forensics/yara-x/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: e7cd048ef00fb80bed982a0c39f3da5405414ec7 X-VCS-Branch: master Date: Sat, 10 Aug 2024 07:24:06 +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: 67812e26-be69-43a4-a662-5cc3e27b7b12 X-Archives-Hash: 0299c6842cd99d93fa327564c8382fdb commit: e7cd048ef00fb80bed982a0c39f3da5405414ec7 Author: Mario Haustein hrz tu-chemnitz de> AuthorDate: Wed Jul 31 14:18:13 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Aug 10 07:05:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7cd048e app-forensics/yara-x: enable py3.13 Signed-off-by: Mario Haustein hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/37881 Signed-off-by: Joonas Niilola gentoo.org> app-forensics/yara-x/yara-x-0.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-forensics/yara-x/yara-x-0.6.0.ebuild b/app-forensics/yara-x/yara-x-0.6.0.ebuild index 41a7cccbf509..bca3d88152a2 100644 --- a/app-forensics/yara-x/yara-x-0.6.0.ebuild +++ b/app-forensics/yara-x/yara-x-0.6.0.ebuild @@ -8,7 +8,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=maturin DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) CRATES=" addr2line@0.21.0