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 43B3013835D for ; Sun, 28 Mar 2021 22:16:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E856E0882; Sun, 28 Mar 2021 22:16:21 +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 32EAAE0885 for ; Sun, 28 Mar 2021 22:16:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4F20F340E8A for ; Sun, 28 Mar 2021 22:16:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 832DE63A for ; Sun, 28 Mar 2021 22:16:17 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1616969763.46e629ab89863ac8ff6b7359e91e50f17dd53b1c.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sqlalchemy-migrate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.13.0.ebuild X-VCS-Directories: dev-python/sqlalchemy-migrate/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 46e629ab89863ac8ff6b7359e91e50f17dd53b1c X-VCS-Branch: master Date: Sun, 28 Mar 2021 22:16:17 +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: dc0a22d5-9c93-448a-904a-44e17b13acc7 X-Archives-Hash: a4210575f6f1380c88f4fddefd55352d commit: 46e629ab89863ac8ff6b7359e91e50f17dd53b1c Author: Brian Dolbec gentoo org> AuthorDate: Sun Mar 28 21:57:40 2021 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sun Mar 28 22:16:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46e629ab dev-python/sqlalchemy-migrate: Add py3.9 to python_compat Required for buildbot-3.0.2 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Brian Dolbec gentoo.org> dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.13.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.13.0.ebuild b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.13.0.ebuild index 289ac46c4da..f344260c10f 100644 --- a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.13.0.ebuild +++ b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.13.0.ebuild @@ -1,8 +1,8 @@ -# 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,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1