Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-zunclient/
Date: Mon, 30 May 2022 06:39:37
Message-Id: 1653858292.2aa9cece056c77f2256c7268392af16d1033092d.flow@gentoo
1 commit: 2aa9cece056c77f2256c7268392af16d1033092d
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun May 29 20:54:40 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 21:04:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2aa9cece
7
8 dev-python/python-zunclient: enable py3.10
9
10 Closes: https://bugs.gentoo.org/848336
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-python/python-zunclient/python-zunclient-4.5.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild b/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild
17 index a761a1c40..6ff7dba8d 100644
18 --- a/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild
19 +++ b/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=8
23
24 -PYTHON_COMPAT=( python3_{8..9} )
25 +PYTHON_COMPAT=( python3_{8..10} )
26
27 inherit distutils-r1