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/aiohttp/
Date: Sun, 30 Oct 2022 09:53:15
Message-Id: 1667123589.d3417626b941add4dc9fc4088f57ebce89b30c3c.mgorny@gentoo
1 commit: d3417626b941add4dc9fc4088f57ebce89b30c3c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 08:53:08 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 09:53:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3417626
7
8 dev-python/aiohttp: Unpin charset-normalizer
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/aiohttp/{aiohttp-3.8.3.ebuild => aiohttp-3.8.3-r1.ebuild} | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/dev-python/aiohttp/aiohttp-3.8.3.ebuild b/dev-python/aiohttp/aiohttp-3.8.3-r1.ebuild
16 similarity index 96%
17 rename from dev-python/aiohttp/aiohttp-3.8.3.ebuild
18 rename to dev-python/aiohttp/aiohttp-3.8.3-r1.ebuild
19 index 2196ae4a7a44..a627d09b22db 100644
20 --- a/dev-python/aiohttp/aiohttp-3.8.3.ebuild
21 +++ b/dev-python/aiohttp/aiohttp-3.8.3-r1.ebuild
22 @@ -69,6 +69,9 @@ src_prepare() {
23 # which(1)...
24 sed -i -e 's:which:command -v:' Makefile || die
25
26 + # remove upper bound from charset-normalizer
27 + sed -i -e '/charset-normalizer/s:, < 3\.0::' setup.cfg || die
28 +
29 distutils-r1_src_prepare
30 }