Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/certifi/
Date: Mon, 25 May 2020 12:18:16
Message-Id: 1590409085.7858b0d0f516e01859a9577afc2b07e2e5b7b3cf.mgorny@gentoo
1 commit: 7858b0d0f516e01859a9577afc2b07e2e5b7b3cf
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 25 11:15:13 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 25 12:18:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7858b0d0
7
8 dev-python/certifi: Port to py3.9
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/certifi/certifi-2020.4.5.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/certifi/certifi-2020.4.5.1.ebuild b/dev-python/certifi/certifi-2020.4.5.1.ebuild
16 index 7014988654a..e4ee7e759bb 100644
17 --- a/dev-python/certifi/certifi-2020.4.5.1.ebuild
18 +++ b/dev-python/certifi/certifi-2020.4.5.1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
24 +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
25
26 inherit distutils-r1 prefix readme.gentoo-r1