Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/
Date: Mon, 03 Aug 2020 01:40:38
Message-Id: 1596418810.c16c53d673bf40e5aa9f8b727a5021a5b854dec5.sam@gentoo
1 commit: c16c53d673bf40e5aa9f8b727a5021a5b854dec5
2 Author: Tom Gillespie <tgbugs <AT> gmail <DOT> com>
3 AuthorDate: Sun Aug 2 03:57:56 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 3 01:40:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c16c53d6
7
8 dev-python/defusedxml: add 3_9 support
9
10 all tests passing on amd64
11
12 Signed-off-by: Tom Gillespie <tgbugs <AT> gmail.com>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-python/defusedxml/defusedxml-0.6.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/defusedxml/defusedxml-0.6.0.ebuild b/dev-python/defusedxml/defusedxml-0.6.0.ebuild
19 index 76cecdcd217..a243bd6895c 100644
20 --- a/dev-python/defusedxml/defusedxml-0.6.0.ebuild
21 +++ b/dev-python/defusedxml/defusedxml-0.6.0.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python{3_6,3_7,3_8} pypy3 )
27 +PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} pypy3 )
28 PYTHON_REQ_USE="xml(+)"
29
30 inherit distutils-r1