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 B3A04158090 for ; Thu, 19 May 2022 02:25:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98CD8E0937; Thu, 19 May 2022 02:25:47 +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 6EB31E0937 for ; Thu, 19 May 2022 02:25:47 +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 79328341407 for ; Thu, 19 May 2022 02:25:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12FAF3B8 for ; Thu, 19 May 2022 02:25:45 +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: <1652927121.73dcf9f47f0d120676d6d94b50e07f3114c3c706.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xapers/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xapers/xapers-0.9.0.ebuild X-VCS-Directories: app-text/xapers/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 73dcf9f47f0d120676d6d94b50e07f3114c3c706 X-VCS-Branch: master Date: Thu, 19 May 2022 02:25:45 +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: 84e9ca9e-36b9-47ad-920b-f02b478d094d X-Archives-Hash: 49bacb8761e448bf4adddda6310ab813 commit: 73dcf9f47f0d120676d6d94b50e07f3114c3c706 Author: William Pettersson ewpettersson se> AuthorDate: Wed May 18 20:38:14 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 19 02:25:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73dcf9f4 app-text/xapers: Enable py3.10 Enables python 3.10 support. Tested locally, tests run and use appears fine. Also update copyright date Closes: https://bugs.gentoo.org/845612 Signed-off-by: William Pettersson ewpettersson.se> Closes: https://github.com/gentoo/gentoo/pull/25553 Signed-off-by: Sam James gentoo.org> app-text/xapers/xapers-0.9.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/xapers/xapers-0.9.0.ebuild b/app-text/xapers/xapers-0.9.0.ebuild index e47be22b3be4..27a7b93bf325 100644 --- a/app-text/xapers/xapers-0.9.0.ebuild +++ b/app-text/xapers/xapers-0.9.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2016-2021 Gentoo Authors +# Copyright 2016-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1