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 0FB6C15800F for ; Tue, 10 Jan 2023 04:44:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10BD7E07F9; Tue, 10 Jan 2023 04:44: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 C7E42E07E6 for ; Tue, 10 Jan 2023 04:44:49 +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 CA5DE340E1F for ; Tue, 10 Jan 2023 04:44:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2819D771 for ; Tue, 10 Jan 2023 04:44:47 +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: <1673325296.3ab80f5b198757fd4fa60526e18b632d774f7c4c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/glep63-check/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/glep63-check/glep63-check-10.ebuild app-crypt/glep63-check/glep63-check-11.ebuild X-VCS-Directories: app-crypt/glep63-check/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3ab80f5b198757fd4fa60526e18b632d774f7c4c X-VCS-Branch: master Date: Tue, 10 Jan 2023 04:44: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: b439c71a-59db-4998-8388-a82af9f85961 X-Archives-Hash: 147016c903e5ef00d6ebb815494570c3 commit: 3ab80f5b198757fd4fa60526e18b632d774f7c4c Author: Sam James gentoo org> AuthorDate: Tue Jan 10 04:34:56 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 10 04:34:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab80f5b app-crypt/glep63-check: enable py3.11 Signed-off-by: Sam James gentoo.org> app-crypt/glep63-check/glep63-check-10.ebuild | 4 ++-- app-crypt/glep63-check/glep63-check-11.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-crypt/glep63-check/glep63-check-10.ebuild b/app-crypt/glep63-check/glep63-check-10.ebuild index ad32f1258df6..53fd72cb1253 100644 --- a/app-crypt/glep63-check/glep63-check-10.ebuild +++ b/app-crypt/glep63-check/glep63-check-10.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 diff --git a/app-crypt/glep63-check/glep63-check-11.ebuild b/app-crypt/glep63-check/glep63-check-11.ebuild index cc39349f46f0..5fa4d583a1ba 100644 --- a/app-crypt/glep63-check/glep63-check-11.ebuild +++ b/app-crypt/glep63-check/glep63-check-11.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1