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 81A29158099 for ; Tue, 21 Nov 2023 08:01:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4D072BC046; Tue, 21 Nov 2023 08:01:13 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9BD652BC03C for ; Tue, 21 Nov 2023 08:01:13 +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 99260335D56 for ; Tue, 21 Nov 2023 08:01:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8138B13AF 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: <1700553630.cfa2f294c08d8fe0c9efb6f1fa1221794f951ede.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/python-gvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/python-gvm/Manifest net-analyzer/python-gvm/python-gvm-23.10.0.ebuild net-analyzer/python-gvm/python-gvm-23.11.0.ebuild X-VCS-Directories: net-analyzer/python-gvm/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: cfa2f294c08d8fe0c9efb6f1fa1221794f951ede 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: 56db2021-926c-4ecf-a786-259ea2cdf9cc X-Archives-Hash: eddb2ff2b14f41bf94bb6a0682d884fb commit: cfa2f294c08d8fe0c9efb6f1fa1221794f951ede Author: Giuseppe Foti gmail com> AuthorDate: Wed Nov 15 06:27:32 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Nov 21 08:00:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfa2f294 net-analyzer/python-gvm: add 23.11.0, drop 23.10.0 Signed-off-by: Giuseppe Foti gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33836 Signed-off-by: Florian Schmaus gentoo.org> net-analyzer/python-gvm/Manifest | 2 +- .../python-gvm/{python-gvm-23.10.0.ebuild => python-gvm-23.11.0.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/python-gvm/Manifest b/net-analyzer/python-gvm/Manifest index e909c301d160..ec19e1336065 100644 --- a/net-analyzer/python-gvm/Manifest +++ b/net-analyzer/python-gvm/Manifest @@ -1 +1 @@ -DIST python-gvm-23.10.0.tar.gz 272387 BLAKE2B f874d6c696c1284b4dad366773aa6b98c531035d6d38b0b10b96ca1631815d51c182488d09fa2da441b1a042435f66099e9762c5a158876e1c1d9d12f675ed73 SHA512 c313e08d09fd650fb185d3aa5282bb1aef65c75cdfe11b7e6fc27fd1edddb5a6c5b301b7e348530561a65e276f1ffe1878722c267df55b68cf893a77f85208df +DIST python-gvm-23.11.0.tar.gz 273395 BLAKE2B 52e497886b1380f32c68534dff08b8e11a3ac3a66cbad8d7b31af334d6e9e94e00735defce02871173043b696ae3ff373d94b4f4698b2ce01c478caf079d09fe SHA512 0596d5634b038bde787c93411c50f4c64e232857b8a4b4d2713ba6af5330d13a9702f37606e152bfd8f8319ae8a4c68a1684a4f532d13f667f1be870ff7bbb95 diff --git a/net-analyzer/python-gvm/python-gvm-23.10.0.ebuild b/net-analyzer/python-gvm/python-gvm-23.11.0.ebuild similarity index 100% rename from net-analyzer/python-gvm/python-gvm-23.10.0.ebuild rename to net-analyzer/python-gvm/python-gvm-23.11.0.ebuild