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 5B19315808B for ; Sat, 16 Apr 2022 20:09:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB157E08F7; Sat, 16 Apr 2022 20:09:28 +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 00E52E0896 for ; Sat, 16 Apr 2022 20:09:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C13433417F6 for ; Sat, 16 Apr 2022 20:09:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 239311BF for ; Sat, 16 Apr 2022 20:09:24 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1650139743.6cd508044310e8d724a3996fc3c17ba2a9017d3b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpwquality/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libpwquality/libpwquality-1.4.4.ebuild X-VCS-Directories: dev-libs/libpwquality/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 6cd508044310e8d724a3996fc3c17ba2a9017d3b X-VCS-Branch: master Date: Sat, 16 Apr 2022 20:09:24 +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: a1602243-4434-4919-8cd5-8cfbb52b001c X-Archives-Hash: ebaf1c90aa123c2c245d6834d53dcbd4 commit: 6cd508044310e8d724a3996fc3c17ba2a9017d3b Author: Denis Pronin yandex ru> AuthorDate: Sat Apr 16 13:55:42 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Apr 16 20:09:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cd50804 dev-libs/libpwquality: Add Python 3.10 compatibility Closes: https://github.com/gentoo/gentoo/pull/25040 Signed-off-by: Denis Pronin yandex.ru> Signed-off-by: Matt Turner gentoo.org> dev-libs/libpwquality/libpwquality-1.4.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libpwquality/libpwquality-1.4.4.ebuild b/dev-libs/libpwquality/libpwquality-1.4.4.ebuild index c20212beb2f5..c575c49db905 100644 --- a/dev-libs/libpwquality/libpwquality-1.4.4.ebuild +++ b/dev-libs/libpwquality/libpwquality-1.4.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit pam python-r1 usr-ldscript