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/hyperframe/
Date: Tue, 18 May 2021 11:40:15
Message-Id: 1621337998.bd76f68323628e9cb67affd0ec7787831aba6c83.mgorny@gentoo
1 commit: bd76f68323628e9cb67affd0ec7787831aba6c83
2 Author: Ekaterina Vaartis <vaartis <AT> kotobank <DOT> ch>
3 AuthorDate: Sun May 16 09:30:27 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 18 11:39:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd76f683
7
8 dev-python/hyperframe: Bump 5.2.0 and 6.0.0 to python 3.10
9
10 Signed-off-by: Ekaterina Vaartis <vaartis <AT> kotobank.ch>
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/hyperframe/hyperframe-5.2.0.ebuild | 2 +-
14 dev-python/hyperframe/hyperframe-6.0.0.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/hyperframe/hyperframe-5.2.0.ebuild b/dev-python/hyperframe/hyperframe-5.2.0.ebuild
18 index 58177a229f3..e0445c9d2f0 100644
19 --- a/dev-python/hyperframe/hyperframe-5.2.0.ebuild
20 +++ b/dev-python/hyperframe/hyperframe-5.2.0.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -PYTHON_COMPAT=( python3_{7,8,9} )
26 +PYTHON_COMPAT=( python3_{7..10} )
27
28 inherit distutils-r1
29
30
31 diff --git a/dev-python/hyperframe/hyperframe-6.0.0.ebuild b/dev-python/hyperframe/hyperframe-6.0.0.ebuild
32 index 58177a229f3..e0445c9d2f0 100644
33 --- a/dev-python/hyperframe/hyperframe-6.0.0.ebuild
34 +++ b/dev-python/hyperframe/hyperframe-6.0.0.ebuild
35 @@ -2,7 +2,7 @@
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=7
39 -PYTHON_COMPAT=( python3_{7,8,9} )
40 +PYTHON_COMPAT=( python3_{7..10} )
41
42 inherit distutils-r1