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 799C4138350 for ; Wed, 5 Feb 2020 21:28:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5459E08A2; Wed, 5 Feb 2020 21:28:28 +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 B90C2E08A2 for ; Wed, 5 Feb 2020 21:28:27 +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 5226234E7CF for ; Wed, 5 Feb 2020 21:28:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7676812C for ; Wed, 5 Feb 2020 21:28:21 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1580938056.32ade398e4e18e9a12bbc3a1a518bd2058edbac1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/alembic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/alembic/alembic-1.0.8.ebuild X-VCS-Directories: dev-python/alembic/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 32ade398e4e18e9a12bbc3a1a518bd2058edbac1 X-VCS-Branch: master Date: Wed, 5 Feb 2020 21:28:21 +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: 3f5d4b63-bd2e-4554-a70a-34e785ead4e3 X-Archives-Hash: 875de4621beaa16aac44d1d690ee581c commit: 32ade398e4e18e9a12bbc3a1a518bd2058edbac1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 4 21:46:36 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 5 21:27:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32ade398 dev-python/alembic: python3_8 Tests were broken already, bug #708292. Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/alembic/alembic-1.0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/alembic/alembic-1.0.8.ebuild b/dev-python/alembic/alembic-1.0.8.ebuild index b165007b945..48fae209533 100644 --- a/dev-python/alembic/alembic-1.0.8.ebuild +++ b/dev-python/alembic/alembic-1.0.8.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="database migrations tool, written by the author of SQLAlchemy"