Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/filebytes/
Date: Mon, 15 Aug 2022 23:10:35
Message-Id: 1660604979.5e89e93be4d6635768f256df677e9c8f2b61fceb.sam@gentoo
1 commit: 5e89e93be4d6635768f256df677e9c8f2b61fceb
2 Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
3 AuthorDate: Mon Aug 8 15:10:56 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 15 23:09:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e89e93b
7
8 dev-python/filebytes: bump PYTHON_COMPAT
9
10 Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/filebytes/filebytes-0.10.2.ebuild | 2 +-
14 dev-python/filebytes/filebytes-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/filebytes/filebytes-0.10.2.ebuild b/dev-python/filebytes/filebytes-0.10.2.ebuild
18 index 6e216e84195b..00131e1c6b82 100644
19 --- a/dev-python/filebytes/filebytes-0.10.2.ebuild
20 +++ b/dev-python/filebytes/filebytes-0.10.2.ebuild
21 @@ -4,7 +4,7 @@
22 EAPI=8
23
24 DISTUTILS_USE_PEP517=setuptools
25 -PYTHON_COMPAT=( python3_{9..10} )
26 +PYTHON_COMPAT=( python3_{9..11} )
27
28 inherit distutils-r1
29
30
31 diff --git a/dev-python/filebytes/filebytes-9999.ebuild b/dev-python/filebytes/filebytes-9999.ebuild
32 index e7dd4c7a61bf..7a845b783672 100644
33 --- a/dev-python/filebytes/filebytes-9999.ebuild
34 +++ b/dev-python/filebytes/filebytes-9999.ebuild
35 @@ -4,7 +4,7 @@
36 EAPI=8
37
38 DISTUTILS_USE_PEP517=setuptools
39 -PYTHON_COMPAT=( python3_{9..10} )
40 +PYTHON_COMPAT=( python3_{9..11} )
41
42 inherit distutils-r1