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 3F109138359 for ; Fri, 14 Aug 2020 18:35:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30CCBE0848; Fri, 14 Aug 2020 18:35:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1C8FAE0848 for ; Fri, 14 Aug 2020 18:35:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3FC7334F338 for ; Fri, 14 Aug 2020 18:35:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7AF7324 for ; Fri, 14 Aug 2020 18:35:08 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1597428111.19ff5db5806c75f9ba16bfb6f1b18167be7c47c0.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/httpx/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/httpx/httpx-0.13.3.ebuild X-VCS-Directories: dev-python/httpx/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 19ff5db5806c75f9ba16bfb6f1b18167be7c47c0 X-VCS-Branch: master Date: Fri, 14 Aug 2020 18:35:08 +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: ceff1863-c434-4818-9ba7-31617c1f2c1c X-Archives-Hash: 10ffc9459f8a0a8201c6da03bf46d70e commit: 19ff5db5806c75f9ba16bfb6f1b18167be7c47c0 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Aug 14 18:01:51 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Aug 14 18:01:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19ff5db5 dev-python/httpx: add py3.8 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/httpx/httpx-0.13.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/httpx/httpx-0.13.3.ebuild b/dev-python/httpx/httpx-0.13.3.ebuild index 0021468..06b0f90 100644 --- a/dev-python/httpx/httpx-0.13.3.ebuild +++ b/dev-python/httpx/httpx-0.13.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) DOCBUILDER="mkdocs" DOCDEPEND="dev-python/mkdocs-material" 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 59F2C138359 for ; Fri, 14 Aug 2020 18:20:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0B2CE0855; Fri, 14 Aug 2020 18:20:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C596EE0855 for ; Fri, 14 Aug 2020 18:20:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B713834F081 for ; Fri, 14 Aug 2020 18:20:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1D08324 for ; Fri, 14 Aug 2020 18:20:33 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1597428111.19ff5db5806c75f9ba16bfb6f1b18167be7c47c0.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/httpx/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/httpx/httpx-0.13.3.ebuild X-VCS-Directories: dev-python/httpx/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 19ff5db5806c75f9ba16bfb6f1b18167be7c47c0 X-VCS-Branch: dev Date: Fri, 14 Aug 2020 18:20:33 +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: 41cfc771-45d5-43c7-99f0-4463b0cf7aa9 X-Archives-Hash: b37e87df68b184b07ca2b9623daaf55d Message-ID: <20200814182033.DTDh6OC7aFoWrD6-H6C1IL7Ft88eRDI7a6GBWVpEV4I@z> commit: 19ff5db5806c75f9ba16bfb6f1b18167be7c47c0 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Aug 14 18:01:51 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Aug 14 18:01:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19ff5db5 dev-python/httpx: add py3.8 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/httpx/httpx-0.13.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/httpx/httpx-0.13.3.ebuild b/dev-python/httpx/httpx-0.13.3.ebuild index 0021468..06b0f90 100644 --- a/dev-python/httpx/httpx-0.13.3.ebuild +++ b/dev-python/httpx/httpx-0.13.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) DOCBUILDER="mkdocs" DOCDEPEND="dev-python/mkdocs-material"