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 1B811158041 for ; Sat, 30 Mar 2024 14:53:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E7032BC01A; Sat, 30 Mar 2024 14:53:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EBC1B2BC01A for ; Sat, 30 Mar 2024 14:53:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E64C2343132 for ; Sat, 30 Mar 2024 14:53:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BAED160D for ; Sat, 30 Mar 2024 14:53:36 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1711810395.a60f70c9b6efdb7aef43fa502c628701d9a16686.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-migrate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-migrate/flask-migrate-4.0.7.ebuild X-VCS-Directories: dev-python/flask-migrate/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a60f70c9b6efdb7aef43fa502c628701d9a16686 X-VCS-Branch: master Date: Sat, 30 Mar 2024 14:53:36 +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: 81b37e96-cd04-4ca8-9a21-acd709637ec9 X-Archives-Hash: 731b32556aa8deadea072280432c6954 commit: a60f70c9b6efdb7aef43fa502c628701d9a16686 Author: Michał Górny gentoo org> AuthorDate: Sat Mar 30 14:52:30 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 30 14:53:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a60f70c9 dev-python/flask-migrate: Stabilize 4.0.7 ALLARCHES, #928179 Signed-off-by: Michał Górny gentoo.org> dev-python/flask-migrate/flask-migrate-4.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/flask-migrate/flask-migrate-4.0.7.ebuild b/dev-python/flask-migrate/flask-migrate-4.0.7.ebuild index 1ee6db65ab0a..484e8bfcdb5b 100644 --- a/dev-python/flask-migrate/flask-migrate-4.0.7.ebuild +++ b/dev-python/flask-migrate/flask-migrate-4.0.7.ebuild @@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P} LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 arm64 x86" RDEPEND=" >=dev-python/alembic-1.9.0[${PYTHON_USEDEP}]