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: Sat, 18 Sep 2021 19:48:34
Message-Id: 1631994391.fa12fe948cf7f71aa66323d6e54d2d0cd09848f3.sam@gentoo
1 commit: fa12fe948cf7f71aa66323d6e54d2d0cd09848f3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 18 19:46:31 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 18 19:46:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa12fe94
7
8 dev-python/pytest-httpx: Stabilize 0.13.0 amd64, #813615
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/pytest-httpx/pytest-httpx-0.13.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pytest-httpx/pytest-httpx-0.13.0.ebuild b/dev-python/pytest-httpx/pytest-httpx-0.13.0.ebuild
16 index 684f00600e0..4b833ecdca4 100644
17 --- a/dev-python/pytest-httpx/pytest-httpx-0.13.0.ebuild
18 +++ b/dev-python/pytest-httpx/pytest-httpx-0.13.0.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.19*[${PYTHON_USEDEP}]