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/urllib3/
Date: Fri, 13 May 2022 09:32:28
Message-Id: 1652434341.d3e1392fb95cf5f6153646db85473c7577260e21.mgorny@gentoo
1 commit: d3e1392fb95cf5f6153646db85473c7577260e21
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 13 09:20:42 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 09:32:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3e1392f
7
8 dev-python/urllib3: Enable py3.11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/urllib3/urllib3-1.26.9-r1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/urllib3/urllib3-1.26.9-r1.ebuild b/dev-python/urllib3/urllib3-1.26.9-r1.ebuild
16 index 13a71d8e1a84..4bfc51d75d66 100644
17 --- a/dev-python/urllib3/urllib3-1.26.9-r1.ebuild
18 +++ b/dev-python/urllib3/urllib3-1.26.9-r1.ebuild
19 @@ -5,7 +5,7 @@
20 EAPI=7
21
22 DISTUTILS_USE_PEP517=setuptools
23 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
24 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
25 PYTHON_REQ_USE="ssl(+)"
26
27 inherit distutils-r1
28 @@ -41,7 +41,7 @@ BDEPEND="
29 dev-python/pytest-freezegun[\${PYTHON_USEDEP}]
30 >=dev-python/trustme-0.5.3[\${PYTHON_USEDEP}]
31 >=www-servers/tornado-4.2.1[\${PYTHON_USEDEP}]
32 - " python3_{8..10})
33 + " python3_{8..11})
34 )
35 "
36
37 @@ -49,7 +49,7 @@ python_test() {
38 local -x CI=1
39 # FIXME: get tornado ported
40 # please keep in sync with BDEPEND!
41 - if ! has "${EPYTHON}" python3.{8..10}; then
42 + if ! has "${EPYTHON}" python3.{8..11}; then
43 einfo "Skipping tests on ${EPYTHON}"
44 return
45 fi