public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/notus-scanner/
Date: Fri, 28 Jun 2024 01:00:39 +0000 (UTC)	[thread overview]
Message-ID: <1719536384.f1df6368043cabffb9eb5cf97cc852ff0331db45.sam@gentoo> (raw)

commit:     f1df6368043cabffb9eb5cf97cc852ff0331db45
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Fri Jun 28 00:14:17 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 00:59:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1df6368

net-analyzer/notus-scanner: fix overdependency on tomli

Since 22.5.0, it has supported using the stdlib tomllib when available:

https://github.com/greenbone/notus-scanner/commit/73f429133f0f07855d4d0731b6547bc8d672b482

The versioned dependency is poetry semver paranoia. tomli is a stdlib
backport and will remain compatible with the stdlib (presumably by never
bumping to "semver major 3"). But don't argue since it was already in
the ebuild.

In principle, this overdependency could be fixed for 22.6.2 as well, but
going through stabilization for that isn't worth it. This version is
upcoming anyway.

Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{notus-scanner-22.6.3.ebuild => notus-scanner-22.6.3-r1.ebuild}   | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-analyzer/notus-scanner/notus-scanner-22.6.3.ebuild b/net-analyzer/notus-scanner/notus-scanner-22.6.3-r1.ebuild
similarity index 96%
rename from net-analyzer/notus-scanner/notus-scanner-22.6.3.ebuild
rename to net-analyzer/notus-scanner/notus-scanner-22.6.3-r1.ebuild
index c14414c68226..9ac39d6372b9 100644
--- a/net-analyzer/notus-scanner/notus-scanner-22.6.3.ebuild
+++ b/net-analyzer/notus-scanner/notus-scanner-22.6.3-r1.ebuild
@@ -22,7 +22,9 @@ DEPEND="
 	>=dev-python/python-gnupg-0.5.1[${PYTHON_USEDEP}]
 	<dev-python/packaging-24.1[${PYTHON_USEDEP}]
 	>=dev-python/paho-mqtt-1.5.1[${PYTHON_USEDEP}]
-	<dev-python/tomli-3[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep '
+		<dev-python/tomli-3[${PYTHON_USEDEP}]
+	' 3.10)
 "
 
 RDEPEND="


             reply	other threads:[~2024-06-28  1:00 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-28  1:00 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-15  8:38 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/notus-scanner/ Florian Schmaus
2024-09-14 10:09 Florian Schmaus
2024-07-23  3:55 Sam James
2024-07-09  7:04 Florian Schmaus
2024-06-06  6:56 Florian Schmaus
2024-04-03 17:38 Florian Schmaus
2024-02-28 20:50 Jakov Smolić
2023-10-07 15:11 Florian Schmaus
2023-08-09 13:32 Florian Schmaus
2023-07-03  8:37 Florian Schmaus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1719536384.f1df6368043cabffb9eb5cf97cc852ff0331db45.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox