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 9B1F01382C5 for ; Sat, 12 Jun 2021 21:55:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52556E0837; 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 84AD8E0831 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 11E6C335C8C 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 8B0757A8 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: <1623534911.0ff73c4220970f5dc29b3db0fa60524bd7046256.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ntlm-auth/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild X-VCS-Directories: dev-python/ntlm-auth/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 0ff73c4220970f5dc29b3db0fa60524bd7046256 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: 392ba260-a556-4007-a302-44180d48c1ce X-Archives-Hash: def7bbb2295538a8f505b54ca166175e commit: 0ff73c4220970f5dc29b3db0fa60524bd7046256 Author: Marek Szuba gentoo org> AuthorDate: Sat Jun 12 21:33:38 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Jun 12 21:55:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff73c42 dev-python/ntlm-auth: drop python3_7, add python3_10 Builds, tests and installs fine against the latter. Signed-off-by: Marek Szuba gentoo.org> dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild b/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild index 99397e4098f..087c78f8158 100644 --- a/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild +++ b/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1