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 DF70C158030 for ; Mon, 27 Feb 2023 14:24:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7D4EE07D4; Mon, 27 Feb 2023 14:24:50 +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 C836EE07D4 for ; Mon, 27 Feb 2023 14:24:50 +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 AF663340E3A for ; Mon, 27 Feb 2023 14:24:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECEDF73E for ; Mon, 27 Feb 2023 14:24:47 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1677507880.1d3a4f69c3b9e4c1746f12f8cdc84cfe5f4326c2.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netdata/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/netdata/netdata-1.38.0.ebuild net-analyzer/netdata/netdata-9999.ebuild X-VCS-Directories: net-analyzer/netdata/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 1d3a4f69c3b9e4c1746f12f8cdc84cfe5f4326c2 X-VCS-Branch: master Date: Mon, 27 Feb 2023 14:24:47 +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: ee736d8b-b8b8-4bc0-8c08-4b0f1931e673 X-Archives-Hash: 7fee879ee287bf023e232ce3255c9187 commit: 1d3a4f69c3b9e4c1746f12f8cdc84cfe5f4326c2 Author: Craig Andrews gentoo org> AuthorDate: Mon Feb 27 14:07:27 2023 +0000 Commit: Craig Andrews gentoo org> CommitDate: Mon Feb 27 14:24:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d3a4f69 net-analyzer/netdata: python 3.11 compatibility Closes: https://bugs.gentoo.org/897066 Signed-off-by: Craig Andrews gentoo.org> net-analyzer/netdata/netdata-1.38.0.ebuild | 2 +- net-analyzer/netdata/netdata-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/netdata/netdata-1.38.0.ebuild b/net-analyzer/netdata/netdata-1.38.0.ebuild index 2b50034f9888..592170b449c3 100644 --- a/net-analyzer/netdata/netdata-1.38.0.ebuild +++ b/net-analyzer/netdata/netdata-1.38.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python{3_9,3_10} ) +PYTHON_COMPAT=( python{3_9,3_10,3_11} ) inherit autotools fcaps flag-o-matic linux-info python-single-r1 systemd toolchain-funcs diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild index 3d8927777fee..e3eb6b84dca7 100644 --- a/net-analyzer/netdata/netdata-9999.ebuild +++ b/net-analyzer/netdata/netdata-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python{3_9,3_10} ) +PYTHON_COMPAT=( python{3_9,3_10,3_11} ) inherit autotools fcaps flag-o-matic linux-info python-single-r1 systemd toolchain-funcs