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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E67D3139337 for ; Mon, 26 Jul 2021 07:03:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46393E09FB; Mon, 26 Jul 2021 07:03:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2AC6DE09FB for ; Mon, 26 Jul 2021 07:03:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E6AF342D6E for ; Mon, 26 Jul 2021 07:03:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26E1D7AF for ; Mon, 26 Jul 2021 07:03:18 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1627282994.77abbe5810741f9fce7130d715483b2c9db3b332.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/httpx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/httpx/httpx-0.18.1.ebuild dev-python/httpx/httpx-0.18.2.ebuild X-VCS-Directories: dev-python/httpx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 77abbe5810741f9fce7130d715483b2c9db3b332 X-VCS-Branch: master Date: Mon, 26 Jul 2021 07:03:18 +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: ec8f172d-9845-4948-b3fd-f03adf673ee3 X-Archives-Hash: f2a6b62bd41dc3986aed26fe1cf01215 commit: 77abbe5810741f9fce7130d715483b2c9db3b332 Author: Michał Górny gentoo org> AuthorDate: Mon Jul 26 07:02:50 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jul 26 07:03:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77abbe58 dev-python/httpx: Add test-dep on typing-extensions Bug: https://bugs.gentoo.org/802195 Signed-off-by: Michał Górny gentoo.org> dev-python/httpx/httpx-0.18.1.ebuild | 1 + dev-python/httpx/httpx-0.18.2.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/httpx/httpx-0.18.1.ebuild b/dev-python/httpx/httpx-0.18.1.ebuild index fa29404be36..f607ace6cc3 100644 --- a/dev-python/httpx/httpx-0.18.1.ebuild +++ b/dev-python/httpx/httpx-0.18.1.ebuild @@ -29,6 +29,7 @@ BDEPEND=" dev-python/hyper-h2[${PYTHON_USEDEP}] dev-python/pytest-asyncio[${PYTHON_USEDEP}] dev-python/trustme[${PYTHON_USEDEP}] + dev-python/typing-extensions[${PYTHON_USEDEP}] dev-python/uvicorn[${PYTHON_USEDEP}] ) " diff --git a/dev-python/httpx/httpx-0.18.2.ebuild b/dev-python/httpx/httpx-0.18.2.ebuild index 459384567cd..32a16e124e3 100644 --- a/dev-python/httpx/httpx-0.18.2.ebuild +++ b/dev-python/httpx/httpx-0.18.2.ebuild @@ -33,6 +33,7 @@ BDEPEND=" dev-python/hyper-h2[${PYTHON_USEDEP}] dev-python/pytest-asyncio[${PYTHON_USEDEP}] dev-python/trustme[${PYTHON_USEDEP}] + dev-python/typing-extensions[${PYTHON_USEDEP}] dev-python/uvicorn[${PYTHON_USEDEP}] ) "