Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/josepy/
Date: Fri, 03 Jan 2020 19:50:26
Message-Id: 1578081002.6b629cc051e0b3355923a83e8c66cd456f0a8c54.prometheanfire@gentoo
1 commit: 6b629cc051e0b3355923a83e8c66cd456f0a8c54
2 Author: Lucius Q. User <31438459+Lucius-Q-User <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Tue Dec 24 22:01:54 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 3 19:50:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b629cc0
7
8 dev-python/josepy: Add support for python 3.8
9
10 Package-Manager: Portage-2.3.83, Repoman-2.3.20
11 Signed-off-by: Sasha Finkelstein <finka1242 <AT> outlook.com>
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 dev-python/josepy/josepy-1.2.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/josepy/josepy-1.2.0.ebuild b/dev-python/josepy/josepy-1.2.0.ebuild
18 index a345fc6f361..7b9e2f43fe7 100644
19 --- a/dev-python/josepy/josepy-1.2.0.ebuild
20 +++ b/dev-python/josepy/josepy-1.2.0.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=6
24
25 -PYTHON_COMPAT=( python2_7 python3_5 python3_6 python3_7 )
26 +PYTHON_COMPAT=( python2_7 python3_5 python3_6 python3_7 python3_8 )
27 inherit distutils-r1
28
29 DESCRIPTION="JOSE protocol implementation in Python"