Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-httpx/
Date: Wed, 22 Jun 2022 18:37:53
Message-Id: 1655923058.d2b215cd8fce50a070042593beabb6bce200a4f4.sam@gentoo
1 commit: d2b215cd8fce50a070042593beabb6bce200a4f4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 22 18:36:01 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 22 18:37:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2b215cd
7
8 dev-python/pytest-httpx: Stabilize 0.21.0 ALLARCHES, #853703
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/pytest-httpx/pytest-httpx-0.21.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pytest-httpx/pytest-httpx-0.21.0.ebuild b/dev-python/pytest-httpx/pytest-httpx-0.21.0.ebuild
16 index 779e7bf2b179..7d55391a5293 100644
17 --- a/dev-python/pytest-httpx/pytest-httpx-0.21.0.ebuild
18 +++ b/dev-python/pytest-httpx/pytest-httpx-0.21.0.ebuild
19 @@ -23,7 +23,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.23*[${PYTHON_USEDEP}]