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 D1A1E138359 for ; Sun, 2 Aug 2020 04:08:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02F86E0C09; Sun, 2 Aug 2020 04:08:29 +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 D98DCE0C09 for ; Sun, 2 Aug 2020 04:08:28 +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 05B0A34F307 for ; Sun, 2 Aug 2020 04:08:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59D9C2FC for ; Sun, 2 Aug 2020 04:08:24 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1596341143.d56fbbd20b5b0bb7961c298223fe49e75d06b68a.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/mitmproxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/mitmproxy/mitmproxy-5.1.1.ebuild X-VCS-Directories: net-proxy/mitmproxy/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: d56fbbd20b5b0bb7961c298223fe49e75d06b68a X-VCS-Branch: master Date: Sun, 2 Aug 2020 04:08:24 +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: cec71e81-a51b-493b-8278-c6f87ee3ecd9 X-Archives-Hash: d5fbc8e939b93495b3370c6cce8ab6f0 commit: d56fbbd20b5b0bb7961c298223fe49e75d06b68a Author: Aaron Bauman gentoo org> AuthorDate: Sun Aug 2 04:05:43 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Aug 2 04:05:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d56fbbd2 net-proxy/mitmproxy: drop py3.6 compat Signed-off-by: Aaron Bauman gentoo.org> net-proxy/mitmproxy/mitmproxy-5.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-proxy/mitmproxy/mitmproxy-5.1.1.ebuild b/net-proxy/mitmproxy/mitmproxy-5.1.1.ebuild index 1e3fcc5ed4b..d127d4bbb61 100644 --- a/net-proxy/mitmproxy/mitmproxy-5.1.1.ebuild +++ b/net-proxy/mitmproxy/mitmproxy-5.1.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 DESCRIPTION="An interactive, SSL-capable, man-in-the-middle HTTP proxy"