From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1382315800A for ; Fri, 1 Sep 2023 16:30:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEAF12BC03F; Fri, 1 Sep 2023 16:30:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D203F2BC03F for ; Fri, 1 Sep 2023 16:30:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71E1A340B57 for ; Fri, 1 Sep 2023 16:30:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E25FB110B for ; Fri, 1 Sep 2023 16:30:29 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1693585814.c3b8fe7c76ad5b6aec29550ddcf4a490055e3589.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-httpx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-httpx/pytest-httpx-0.23.1.ebuild X-VCS-Directories: dev-python/pytest-httpx/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: c3b8fe7c76ad5b6aec29550ddcf4a490055e3589 X-VCS-Branch: master Date: Fri, 1 Sep 2023 16:30:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cc31b8ab-83c3-4e58-a0fa-8e6ffabd9c6a X-Archives-Hash: 9467d5f47649016a22d1c230bb2de26c commit: c3b8fe7c76ad5b6aec29550ddcf4a490055e3589 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Sep 1 16:30:14 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Sep 1 16:30:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3b8fe7c dev-python/pytest-httpx: Stabilize 0.23.1 ALLARCHES, #913442 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/pytest-httpx/pytest-httpx-0.23.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-httpx/pytest-httpx-0.23.1.ebuild b/dev-python/pytest-httpx/pytest-httpx-0.23.1.ebuild index 336dab68638d..c2bfeac2259c 100644 --- a/dev-python/pytest-httpx/pytest-httpx-0.23.1.ebuild +++ b/dev-python/pytest-httpx/pytest-httpx-0.23.1.ebuild @@ -17,7 +17,7 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND=" =dev-python/httpx-0.24*[${PYTHON_USEDEP}]