Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/auditok/
Date: Mon, 04 Jul 2022 12:59:11
Message-Id: 1656937465.2bc3889f4d97921e27ee2d3b44b3ead08fd09229.tastytea@gentoo
1 commit: 2bc3889f4d97921e27ee2d3b44b3ead08fd09229
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Mon Jul 4 12:20:17 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Mon Jul 4 12:24:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2bc3889f
7
8 dev-python/auditok: enable py3.10
9
10 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
11
12 dev-python/auditok/auditok-0.1.5.ebuild | 4 ++--
13 dev-python/auditok/auditok-0.2.0.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-python/auditok/auditok-0.1.5.ebuild b/dev-python/auditok/auditok-0.1.5.ebuild
17 index c18d7678b..9e2c9227b 100644
18 --- a/dev-python/auditok/auditok-0.1.5.ebuild
19 +++ b/dev-python/auditok/auditok-0.1.5.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 2021 Gentoo Authors
22 +# Copyright 2021-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=8
26
27 -PYTHON_COMPAT=( python3_{8..9} )
28 +PYTHON_COMPAT=( python3_{8..10} )
29
30 inherit distutils-r1 optfeature
31
32
33 diff --git a/dev-python/auditok/auditok-0.2.0.ebuild b/dev-python/auditok/auditok-0.2.0.ebuild
34 index 4859fe11a..515173ccc 100644
35 --- a/dev-python/auditok/auditok-0.2.0.ebuild
36 +++ b/dev-python/auditok/auditok-0.2.0.ebuild
37 @@ -1,9 +1,9 @@
38 -# Copyright 2021 Gentoo Authors
39 +# Copyright 2021-2022 Gentoo Authors
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=7
43
44 -PYTHON_COMPAT=( python3_{8..9} )
45 +PYTHON_COMPAT=( python3_{8..10} )
46
47 inherit distutils-r1 optfeature