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 A1E7F15800F for ; Fri, 17 Feb 2023 06:27:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6157DE090E; Fri, 17 Feb 2023 06:27:43 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46916E090E for ; Fri, 17 Feb 2023 06:27:43 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF2C3341137 for ; Fri, 17 Feb 2023 06:27:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95FF88C1 for ; Fri, 17 Feb 2023 06:27:39 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1676614946.96c9514787bcf0c0318053db1a70a39f530a043a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/httpstat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/httpstat/httpstat-1.3.1.ebuild X-VCS-Directories: net-misc/httpstat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 96c9514787bcf0c0318053db1a70a39f530a043a X-VCS-Branch: master Date: Fri, 17 Feb 2023 06:27:39 +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: 5bd944c5-b125-4df1-9338-f172e9c578f6 X-Archives-Hash: 5fdb791913e926f4a78a29443c819a4d commit: 96c9514787bcf0c0318053db1a70a39f530a043a Author: Sam James gentoo org> AuthorDate: Fri Feb 17 05:47:52 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 17 06:22:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96c95147 net-misc/httpstat: enable py3.11 Signed-off-by: Sam James gentoo.org> net-misc/httpstat/httpstat-1.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/httpstat/httpstat-1.3.1.ebuild b/net-misc/httpstat/httpstat-1.3.1.ebuild index 9e8d0bbbcdc6..381ef2db3345 100644 --- a/net-misc/httpstat/httpstat-1.3.1.ebuild +++ b/net-misc/httpstat/httpstat-1.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} pypy3 ) +PYTHON_COMPAT=( python3_{9..11} pypy3 ) inherit distutils-r1 DESCRIPTION="httpstat visualizes cURL statistics in a way of beauty and clarity"