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 67FA7158043 for ; Sun, 14 Apr 2024 11:48:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73E18E2A11; Sun, 14 Apr 2024 11:48:36 +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 4F787E2A11 for ; Sun, 14 Apr 2024 11:48:36 +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 47E7B343104 for ; Sun, 14 Apr 2024 11:48:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF6F0AB7 for ; Sun, 14 Apr 2024 11:48:33 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1713095088.d9d30fc607e9ad149fef1237666f64cfec718e67.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-check_multiple/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nagios-check_multiple/nagios-check_multiple-0.0.1-r2.ebuild net-analyzer/nagios-check_multiple/nagios-check_multiple-0.0.1-r3.ebuild X-VCS-Directories: net-analyzer/nagios-check_multiple/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: d9d30fc607e9ad149fef1237666f64cfec718e67 X-VCS-Branch: master Date: Sun, 14 Apr 2024 11:48:33 +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: 7a607ee2-b6e4-47cb-9084-d325ea1f6919 X-Archives-Hash: aa4479309e99433ea2784cf592085267 commit: d9d30fc607e9ad149fef1237666f64cfec718e67 Author: Michael Orlitzky gentoo org> AuthorDate: Sun Apr 14 11:44:48 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sun Apr 14 11:44:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d30fc6 net-analyzer/nagios-check_multiple: support python-3.12, drop 3.9 Closes: https://bugs.gentoo.org/929682 Signed-off-by: Michael Orlitzky gentoo.org> ...multiple-0.0.1-r2.ebuild => nagios-check_multiple-0.0.1-r3.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/nagios-check_multiple/nagios-check_multiple-0.0.1-r2.ebuild b/net-analyzer/nagios-check_multiple/nagios-check_multiple-0.0.1-r3.ebuild similarity index 94% rename from net-analyzer/nagios-check_multiple/nagios-check_multiple-0.0.1-r2.ebuild rename to net-analyzer/nagios-check_multiple/nagios-check_multiple-0.0.1-r3.ebuild index d5e64ac02fa8..8444b98c88c4 100644 --- a/net-analyzer/nagios-check_multiple/nagios-check_multiple-0.0.1-r2.ebuild +++ b/net-analyzer/nagios-check_multiple/nagios-check_multiple-0.0.1-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python{3_9,3_10,3_11} ) +PYTHON_COMPAT=( python{3_10,3_11,3_12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1