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 0ED46158090 for ; Sat, 14 May 2022 10:06:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 549DDE0882; Sat, 14 May 2022 10:05:59 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 385E0E0882 for ; Sat, 14 May 2022 10:05:59 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EFC203417A5 for ; Sat, 14 May 2022 10:05:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 280E4452 for ; Sat, 14 May 2022 10:05:56 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1652522671.0f5686902aac7533de743c597782f9b581d36556.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/mitmproxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/mitmproxy/mitmproxy-7.0.4.ebuild net-proxy/mitmproxy/mitmproxy-8.0.0.ebuild X-VCS-Directories: net-proxy/mitmproxy/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: 0f5686902aac7533de743c597782f9b581d36556 X-VCS-Branch: master Date: Sat, 14 May 2022 10:05:56 +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: 623452c4-4f43-45b5-b23c-3b2ee938335c X-Archives-Hash: 54660975d08028e20e89ca3ddc617b6f commit: 0f5686902aac7533de743c597782f9b581d36556 Author: Matthew Smith gentoo org> AuthorDate: Sat May 14 10:04:31 2022 +0000 Commit: Matthew Smith gentoo org> CommitDate: Sat May 14 10:04:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f568690 net-proxy/mitmproxy: enable py3.10 Closes: https://bugs.gentoo.org/831013 Signed-off-by: Matthew Smith gentoo.org> net-proxy/mitmproxy/mitmproxy-7.0.4.ebuild | 4 ++-- net-proxy/mitmproxy/mitmproxy-8.0.0.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-proxy/mitmproxy/mitmproxy-7.0.4.ebuild b/net-proxy/mitmproxy/mitmproxy-7.0.4.ebuild index 69d150f29461..1c941837097b 100644 --- a/net-proxy/mitmproxy/mitmproxy-7.0.4.ebuild +++ b/net-proxy/mitmproxy/mitmproxy-7.0.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) PYTHON_REQ_USE="sqlite" inherit distutils-r1 diff --git a/net-proxy/mitmproxy/mitmproxy-8.0.0.ebuild b/net-proxy/mitmproxy/mitmproxy-8.0.0.ebuild index 840a63b77041..f8b403ee6b30 100644 --- a/net-proxy/mitmproxy/mitmproxy-8.0.0.ebuild +++ b/net-proxy/mitmproxy/mitmproxy-8.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) PYTHON_REQ_USE="sqlite" inherit distutils-r1