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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8063B1382C5 for ; Sat, 12 Jun 2021 21:55:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F972E0833; Sat, 12 Jun 2021 21:55:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D026AE0849 for ; Sat, 12 Jun 2021 21:55:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 59647335D0F for ; Sat, 12 Jun 2021 21:55:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C54737AB for ; Sat, 12 Jun 2021 21:55:38 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1623534921.9af90404b06a24b39dfcf6e21538ea84f1591da2.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pykerberos/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pykerberos/pykerberos-1.3.1.ebuild X-VCS-Directories: dev-python/pykerberos/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 9af90404b06a24b39dfcf6e21538ea84f1591da2 X-VCS-Branch: master Date: Sat, 12 Jun 2021 21:55:38 +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: 50a133ff-e9b5-489c-b56a-dac5b1d3bdfe X-Archives-Hash: 6c65936d0f037ab043c319cb669871d3 commit: 9af90404b06a24b39dfcf6e21538ea84f1591da2 Author: Marek Szuba gentoo org> AuthorDate: Sat Jun 12 21:51:12 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Jun 12 21:55:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af90404 dev-python/pykerberos: drop python3_7, add python3_10 Builds, installs and imports fine against the latter, unfortunately I have yet to see the test results because the Docker-based procedure keeps failing on preliminaries for me. Signed-off-by: Marek Szuba gentoo.org> dev-python/pykerberos/pykerberos-1.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pykerberos/pykerberos-1.3.1.ebuild b/dev-python/pykerberos/pykerberos-1.3.1.ebuild index ab8724e9dbc..09b808a4d4c 100644 --- a/dev-python/pykerberos/pykerberos-1.3.1.ebuild +++ b/dev-python/pykerberos/pykerberos-1.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 MY_P=PyKerberos-${PV}