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 8D084158099 for ; Tue, 21 Nov 2023 08:01:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD9E32BC02F; Tue, 21 Nov 2023 08:01:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A04CA2BC01C for ; Tue, 21 Nov 2023 08:01:11 +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 C17A1335D77 for ; Tue, 21 Nov 2023 08:01:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CC90FC4 for ; Tue, 21 Nov 2023 08:01:09 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1700553627.3c053a077e27d77f239a80d60faab3843b08556e.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gvm-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/gvm-tools/Manifest net-analyzer/gvm-tools/gvm-tools-23.11.0.ebuild net-analyzer/gvm-tools/gvm-tools-23.9.0.ebuild X-VCS-Directories: net-analyzer/gvm-tools/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 3c053a077e27d77f239a80d60faab3843b08556e X-VCS-Branch: master Date: Tue, 21 Nov 2023 08:01:09 +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: a1d64952-a8e6-4e2b-a214-ce002c086eb6 X-Archives-Hash: 8c8fa074c9354aab6e4dbe63af301134 commit: 3c053a077e27d77f239a80d60faab3843b08556e Author: Giuseppe Foti gmail com> AuthorDate: Wed Nov 15 06:18:31 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Nov 21 08:00:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c053a07 net-analyzer/gvm-tools: add 23.11.0, drop 23.9.0 Signed-off-by: Giuseppe Foti gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33830 Signed-off-by: Florian Schmaus gentoo.org> net-analyzer/gvm-tools/Manifest | 2 +- .../gvm-tools/{gvm-tools-23.9.0.ebuild => gvm-tools-23.11.0.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/gvm-tools/Manifest b/net-analyzer/gvm-tools/Manifest index 319a93093192..6a9b21641027 100644 --- a/net-analyzer/gvm-tools/Manifest +++ b/net-analyzer/gvm-tools/Manifest @@ -1 +1 @@ -DIST gvm-tools-23.9.0.tar.gz 221180 BLAKE2B cb96f7d38e84a7dfd76a859bbd33db715aeb0bfb3aa1d26acd45b04208a33ee9ca309ba736352242b732fec7a0d615f01efc5827e834e2ea0939c846dfa63994 SHA512 2c58d2cf5b0280c54e1451311bd9b331880ea338cef19bd5224580939b7e43befed5270e73e17a3016410803e417c7049f35aec63461b9d4d6c99baec0ecb374 +DIST gvm-tools-23.11.0.tar.gz 218303 BLAKE2B e58ca451d1b058c9baa5493df675026951cfb800b931907bc32faea3f7ff6921cb0e4a9fd1e86e601ad36346e24d0a394d57e5a9a8ec7f69be42141c4ef3306d SHA512 14a6020caed6c0b6e45d34c78bf5a9c43425e1b17fbcdfc2abb1fb88361da5a7e22b4b7f108c2023798154f4481d2b1221c1bbf2a7f22520de0411ddf74aaedd diff --git a/net-analyzer/gvm-tools/gvm-tools-23.9.0.ebuild b/net-analyzer/gvm-tools/gvm-tools-23.11.0.ebuild similarity index 94% rename from net-analyzer/gvm-tools/gvm-tools-23.9.0.ebuild rename to net-analyzer/gvm-tools/gvm-tools-23.11.0.ebuild index accfcb9a95f1..611f26ff853b 100644 --- a/net-analyzer/gvm-tools/gvm-tools-23.9.0.ebuild +++ b/net-analyzer/gvm-tools/gvm-tools-23.11.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1