Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/twisted/
Date: Fri, 27 May 2022 08:53:46
Message-Id: 1653641607.75f11c2a9e1413af81069913224ab5ad3f8346f1.andrewammerlaan@gentoo
1 commit: 75f11c2a9e1413af81069913224ab5ad3f8346f1
2 Author: Francisco Javier FĂ©lix <web <AT> inode64 <DOT> com>
3 AuthorDate: Fri May 27 08:19:26 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 08:53:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75f11c2a
7
8 dev-python/twisted: update deps
9
10 Reviewing the setup.cfg file I have verified that the supported versions of dev-pyhthon/h2 range from version 3 to 4 both inclusive
11 Look at line 97 of the setup.cfg file
12
13 Package-Manager: Portage-3.0.30-r3, Repoman-3.0.3-r1
14 Signed-off-by: INODE64 <ffelix <AT> inode64.com>
15 Closes: https://github.com/gentoo/gentoo/pull/25656
16 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
17
18 dev-python/twisted/twisted-22.4.0.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/dev-python/twisted/twisted-22.4.0.ebuild b/dev-python/twisted/twisted-22.4.0.ebuild
22 index 6d12b9ce37e4..9863bb3ab1f5 100644
23 --- a/dev-python/twisted/twisted-22.4.0.ebuild
24 +++ b/dev-python/twisted/twisted-22.4.0.ebuild
25 @@ -46,7 +46,7 @@ RDEPEND="
26 serial? ( >=dev-python/pyserial-3.0[${PYTHON_USEDEP}] )
27 http2? (
28 >=dev-python/h2-3.0.0[${PYTHON_USEDEP}]
29 - <dev-python/h2-4.0.0[${PYTHON_USEDEP}]
30 + <dev-python/h2-5.0.0[${PYTHON_USEDEP}]
31 >=dev-python/priority-1.1.0[${PYTHON_USEDEP}]
32 <dev-python/priority-2.0[${PYTHON_USEDEP}]
33 )