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 2D5D415ACFB for ; Tue, 11 Apr 2023 04:07:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F08ABE086F; Tue, 11 Apr 2023 04:07:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E1AFE0849 for ; Tue, 11 Apr 2023 04:07:14 +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 394E6340D09 for ; Tue, 11 Apr 2023 04:07:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B26757B for ; Tue, 11 Apr 2023 04:07:11 +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: <1681186017.662e9858abf54b03e6667b97ca51c249056d6e31.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/scapy/scapy-2.5.0.ebuild X-VCS-Directories: net-analyzer/scapy/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 662e9858abf54b03e6667b97ca51c249056d6e31 X-VCS-Branch: master Date: Tue, 11 Apr 2023 04:07:11 +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: 9a93095f-10de-4cdf-a274-7fd25ab9efc0 X-Archives-Hash: c34e27abd0d2555f3c52a6669b6800c1 commit: 662e9858abf54b03e6667b97ca51c249056d6e31 Author: Sam James gentoo org> AuthorDate: Tue Apr 11 03:58:42 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 11 04:06:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=662e9858 net-analyzer/scapy: add TODO re changes for next release See: https://github.com/secdev/scapy/pull/3958 Signed-off-by: Sam James gentoo.org> net-analyzer/scapy/scapy-2.5.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-analyzer/scapy/scapy-2.5.0.ebuild b/net-analyzer/scapy/scapy-2.5.0.ebuild index 3a385c66fe57..aa1c22caace1 100644 --- a/net-analyzer/scapy/scapy-2.5.0.ebuild +++ b/net-analyzer/scapy/scapy-2.5.0.ebuild @@ -3,6 +3,9 @@ EAPI=8 +# See https://github.com/secdev/scapy/pull/3958#discussion_r1161302244 on next +# bump (>2.5.0)! + PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 readme.gentoo-r1