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 A690A158089 for ; Mon, 16 Oct 2023 13:42:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E77F82BC014; Mon, 16 Oct 2023 13:42:51 +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 D29B22BC014 for ; Mon, 16 Oct 2023 13:42:51 +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 23F9F335D1E for ; Mon, 16 Oct 2023 13:42:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C556D921 for ; Mon, 16 Oct 2023 13:42:49 +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: <1697463746.208d61e121d155f1b3b243be4e382d9a725a4ff6.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.5.1.ebuild X-VCS-Directories: net-analyzer/python-gvm/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 208d61e121d155f1b3b243be4e382d9a725a4ff6 X-VCS-Branch: master Date: Mon, 16 Oct 2023 13:42:49 +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: ef740414-eec8-4438-aa9a-cef754ddd046 X-Archives-Hash: 9f39d020cfb24da046d259c2cb3bfea0 commit: 208d61e121d155f1b3b243be4e382d9a725a4ff6 Author: Giuseppe Foti gmail com> AuthorDate: Mon Oct 16 08:46:46 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Oct 16 13:42:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=208d61e1 net-analyzer/python-gvm: add 23.10.0, drop 23.5.1 Signed-off-by: Giuseppe Foti gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33357 Signed-off-by: Florian Schmaus gentoo.org> net-analyzer/python-gvm/Manifest | 2 +- .../{python-gvm-23.5.1.ebuild => python-gvm-23.10.0.ebuild} | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-analyzer/python-gvm/Manifest b/net-analyzer/python-gvm/Manifest index 41d40df2374e..9762a8de78b2 100644 --- a/net-analyzer/python-gvm/Manifest +++ b/net-analyzer/python-gvm/Manifest @@ -1,2 +1,2 @@ DIST python-gvm-21.11.0.tar.gz 230324 BLAKE2B 1c4ca09f62dbeb6863e6f2da7188fd499d38ec9e1c01a2cac3534b2bff996082a5075a437e225a51bbb98f7a6ebc67062f5bd31ac1ce1a831a82bcc85f377a62 SHA512 df1fe64c65453a782dd89615cb6426a47091c82899d73855ec14174ea01ca3066a987eacb4f553c575695c6a962ec635023d0b79eafe143b564e4dfe494cc2a9 -DIST python-gvm-23.5.1.tar.gz 291456 BLAKE2B 529febe59d46079a48299c8f1e853d4d3e20fb241fbb9e4d05cb83c9bb0c6c98dc297ee2d0322789e178216c55975b8c49204273be9bf484e6304438ae171533 SHA512 4928b077bf10367b3f2c8c8fe737720c0e3c84b4df8cdf6e6ca440a442a915f8619519993200c81f4333eae32070af0b51265fdb1c224b11ae11f521d62a7f84 +DIST python-gvm-23.10.0.tar.gz 272387 BLAKE2B f874d6c696c1284b4dad366773aa6b98c531035d6d38b0b10b96ca1631815d51c182488d09fa2da441b1a042435f66099e9762c5a158876e1c1d9d12f675ed73 SHA512 c313e08d09fd650fb185d3aa5282bb1aef65c75cdfe11b7e6fc27fd1edddb5a6c5b301b7e348530561a65e276f1ffe1878722c267df55b68cf893a77f85208df diff --git a/net-analyzer/python-gvm/python-gvm-23.5.1.ebuild b/net-analyzer/python-gvm/python-gvm-23.10.0.ebuild similarity index 78% rename from net-analyzer/python-gvm/python-gvm-23.5.1.ebuild rename to net-analyzer/python-gvm/python-gvm-23.10.0.ebuild index 22a851ada380..68582ab6a337 100644 --- a/net-analyzer/python-gvm/python-gvm-23.5.1.ebuild +++ b/net-analyzer/python-gvm/python-gvm-23.10.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 @@ -18,9 +18,9 @@ KEYWORDS="~amd64 ~x86" RESTRICT="test" RDEPEND=" - dev-python/defusedxml[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/paramiko[${PYTHON_USEDEP}] + >=dev-python/defusedxml-0.6[${PYTHON_USEDEP}] + >=dev-python/lxml-4.5.0[${PYTHON_USEDEP}] + >=dev-python/paramiko-2.7.1[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}"