Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/drf-yasg/
Date: Tue, 11 Feb 2020 18:33:37
Message-Id: 1581445632.e0db6ff1fdefa10e49e97d2bfd4f016cc956f342.williamh@gentoo
1 commit: e0db6ff1fdefa10e49e97d2bfd4f016cc956f342
2 Author: William Hubbs <william.hubbs <AT> sony <DOT> com>
3 AuthorDate: Tue Feb 11 18:14:42 2020 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 18:27:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0db6ff1
7
8 dev-python/drf-yasg: add python 3.8
9
10 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
11
12 dev-python/drf-yasg/drf-yasg-1.17.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/drf-yasg/drf-yasg-1.17.0.ebuild b/dev-python/drf-yasg/drf-yasg-1.17.0.ebuild
16 index 0a70b34bb76..9a2b03b529f 100644
17 --- a/dev-python/drf-yasg/drf-yasg-1.17.0.ebuild
18 +++ b/dev-python/drf-yasg/drf-yasg-1.17.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_6 python3_7 )
24 +PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
25 inherit distutils-r1
26
27 DESCRIPTION="Automated generation of Swagger/OpenAPI 2.0 schemas from Django Rest framework"