Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/shodan/
Date: Sun, 19 Mar 2023 03:23:00
Message-Id: 1679195571.734dbd9aa88e7f1685461ed2c1620a5e5df69c6f.sam@gentoo
1 commit: 734dbd9aa88e7f1685461ed2c1620a5e5df69c6f
2 Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
3 AuthorDate: Wed Mar 15 20:37:05 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 03:12:51 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=734dbd9a
7
8 net-analyzer/shodan: enable py3.11
9
10 Closes: https://bugs.gentoo.org/897072
11 Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 net-analyzer/shodan/shodan-1.28.0.ebuild | 2 +-
15 net-analyzer/shodan/shodan-9999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-analyzer/shodan/shodan-1.28.0.ebuild b/net-analyzer/shodan/shodan-1.28.0.ebuild
19 index cae4d648ff15..8c7d7860bc86 100644
20 --- a/net-analyzer/shodan/shodan-1.28.0.ebuild
21 +++ b/net-analyzer/shodan/shodan-1.28.0.ebuild
22 @@ -4,7 +4,7 @@
23 EAPI=8
24
25 DISTUTILS_USE_PEP517=setuptools
26 -PYTHON_COMPAT=( python3_{9..10} )
27 +PYTHON_COMPAT=( python3_{9..11} )
28 inherit distutils-r1
29
30 DESCRIPTION="The official Python library for Shodan"
31
32 diff --git a/net-analyzer/shodan/shodan-9999.ebuild b/net-analyzer/shodan/shodan-9999.ebuild
33 index a33a8491beea..984c33c3f1f6 100644
34 --- a/net-analyzer/shodan/shodan-9999.ebuild
35 +++ b/net-analyzer/shodan/shodan-9999.ebuild
36 @@ -4,7 +4,7 @@
37 EAPI=8
38
39 DISTUTILS_USE_PEP517=setuptools
40 -PYTHON_COMPAT=( python3_{9..10} )
41 +PYTHON_COMPAT=( python3_{9..11} )
42 inherit distutils-r1
43
44 DESCRIPTION="The official Python library for Shodan"