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 1A60C1580B9 for ; Tue, 24 Aug 2021 18:20:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60081E0907; Tue, 24 Aug 2021 18:20:35 +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 452B6E0907 for ; Tue, 24 Aug 2021 18:20:35 +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 297E23406F2 for ; Tue, 24 Aug 2021 18:20:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 798698DC for ; Tue, 24 Aug 2021 18:20:31 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1629829167.4a5a1dee8bacc009f27a7aa803843def6e7f3476.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-mail/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-mail/flask-mail-0.9.1-r1.ebuild X-VCS-Directories: dev-python/flask-mail/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 4a5a1dee8bacc009f27a7aa803843def6e7f3476 X-VCS-Branch: master Date: Tue, 24 Aug 2021 18:20:31 +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: e94c21e6-a34b-4efa-b47d-03494656d897 X-Archives-Hash: 818a4548c581069f0e34183cbcc7fac9 commit: 4a5a1dee8bacc009f27a7aa803843def6e7f3476 Author: Arthur Zamarin gentoo org> AuthorDate: Tue Aug 24 06:31:27 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Aug 24 18:19:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5a1dee dev-python/flask-mail: enable py3.10 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/flask-mail/flask-mail-0.9.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/flask-mail/flask-mail-0.9.1-r1.ebuild b/dev-python/flask-mail/flask-mail-0.9.1-r1.ebuild index 578a3aa5cac..ff1ef274377 100644 --- a/dev-python/flask-mail/flask-mail-0.9.1-r1.ebuild +++ b/dev-python/flask-mail/flask-mail-0.9.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 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 distutils-r1 MY_PN="Flask-Mail"