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 3B19A138359 for ; Fri, 3 Jul 2020 18:44:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A146E0883; Fri, 3 Jul 2020 18:44:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 3558FE0883 for ; Fri, 3 Jul 2020 18:44:54 +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 A84B934F30E for ; Fri, 3 Jul 2020 18:44:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47E972D2 for ; Fri, 3 Jul 2020 18:44:50 +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: <1593801483.c56dd91bc3533b97e7782eaa5918b86c0fd51d78.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/httpcore/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/httpcore/httpcore-0.9.1.ebuild X-VCS-Directories: dev-python/httpcore/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c56dd91bc3533b97e7782eaa5918b86c0fd51d78 X-VCS-Branch: master Date: Fri, 3 Jul 2020 18:44:50 +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: ddc9a9b4-d72e-4861-a63f-91f6535aa292 X-Archives-Hash: ef21e9140cbdf2ad5517b00834826ce3 commit: c56dd91bc3533b97e7782eaa5918b86c0fd51d78 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Jul 3 18:38:03 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Jul 3 18:38:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c56dd91b dev-python/httpcore: add py3_8 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/httpcore/httpcore-0.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/httpcore/httpcore-0.9.1.ebuild b/dev-python/httpcore/httpcore-0.9.1.ebuild index 7e0dad5..87ca00d 100644 --- a/dev-python/httpcore/httpcore-0.9.1.ebuild +++ b/dev-python/httpcore/httpcore-0.9.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,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 C4980138359 for ; Fri, 3 Jul 2020 18:44:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F044BE0839; Fri, 3 Jul 2020 18:44:45 +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 CAC98E0839 for ; Fri, 3 Jul 2020 18:44:45 +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 9C26334EFDC for ; Fri, 3 Jul 2020 18:44:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 149CE29A for ; Fri, 3 Jul 2020 18:44:43 +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: <1593801483.c56dd91bc3533b97e7782eaa5918b86c0fd51d78.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/httpcore/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/httpcore/httpcore-0.9.1.ebuild X-VCS-Directories: dev-python/httpcore/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c56dd91bc3533b97e7782eaa5918b86c0fd51d78 X-VCS-Branch: dev Date: Fri, 3 Jul 2020 18:44:43 +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: 01a0f777-c5ea-4c6d-889d-e5905bf3d011 X-Archives-Hash: 05849209fd6d2b3180603b78745af7bd Message-ID: <20200703184443.OalGG0ZOya8gs7HIHqppJWAVVevXvnMI0LLoWMNmffU@z> commit: c56dd91bc3533b97e7782eaa5918b86c0fd51d78 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Jul 3 18:38:03 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Jul 3 18:38:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c56dd91b dev-python/httpcore: add py3_8 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/httpcore/httpcore-0.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/httpcore/httpcore-0.9.1.ebuild b/dev-python/httpcore/httpcore-0.9.1.ebuild index 7e0dad5..87ca00d 100644 --- a/dev-python/httpcore/httpcore-0.9.1.ebuild +++ b/dev-python/httpcore/httpcore-0.9.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) DOCBUILDER="mkdocs" DOCDEPEND="dev-python/mkdocs-material"