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/os-service-types/
Date: Wed, 23 Jun 2021 10:09:45
Message-Id: 1624442909.2f277e101ad60dcaf682a992c3b00058b6a46eae.mgorny@gentoo
1 commit: 2f277e101ad60dcaf682a992c3b00058b6a46eae
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 23 10:01:48 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 23 10:08:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f277e10
7
8 dev-python/os-service-types: Enable py3.9
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/os-service-types/os-service-types-1.7.0-r1.ebuild | 2 +-
13 dev-python/os-service-types/os-service-types-1.7.0.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/os-service-types/os-service-types-1.7.0-r1.ebuild b/dev-python/os-service-types/os-service-types-1.7.0-r1.ebuild
17 index c584d91bf3c..6d477d30afd 100644
18 --- a/dev-python/os-service-types/os-service-types-1.7.0-r1.ebuild
19 +++ b/dev-python/os-service-types/os-service-types-1.7.0-r1.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=( python3_8 )
25 +PYTHON_COMPAT=( python3_{8..9} )
26
27 inherit distutils-r1
28
29
30 diff --git a/dev-python/os-service-types/os-service-types-1.7.0.ebuild b/dev-python/os-service-types/os-service-types-1.7.0.ebuild
31 index 20dd0740f39..a33a43bcfde 100644
32 --- a/dev-python/os-service-types/os-service-types-1.7.0.ebuild
33 +++ b/dev-python/os-service-types/os-service-types-1.7.0.ebuild
34 @@ -1,8 +1,8 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 +# Copyright 1999-2021 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=7
40 -PYTHON_COMPAT=( python3_{7,8} )
41 +PYTHON_COMPAT=( python3_{8..9} )
42
43 inherit distutils-r1