Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-httpx/
Date: Thu, 20 Jan 2022 13:08:35
Message-Id: 1642684092.fee4a973895c3960eb3835442ee2d90352919292.jsmolic@gentoo
1 commit: fee4a973895c3960eb3835442ee2d90352919292
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 13:08:12 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 13:08:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fee4a973
7
8 dev-python/pytest-httpx: Stabilize 0.17.3 x86, #831540
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-python/pytest-httpx/pytest-httpx-0.17.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pytest-httpx/pytest-httpx-0.17.3.ebuild b/dev-python/pytest-httpx/pytest-httpx-0.17.3.ebuild
16 index c7b7566f26de..b25e2cb4f212 100644
17 --- a/dev-python/pytest-httpx/pytest-httpx-0.17.3.ebuild
18 +++ b/dev-python/pytest-httpx/pytest-httpx-0.17.3.ebuild
19 @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="amd64 ~x86"
24 +KEYWORDS="amd64 x86"
25
26 RDEPEND="
27 =dev-python/httpx-0.21*[${PYTHON_USEDEP}]