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 62C78138239 for ; Sun, 12 Apr 2020 15:21:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6E83E0A10; Sun, 12 Apr 2020 15:21:33 +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 8E999E0A10 for ; Sun, 12 Apr 2020 15:21:33 +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 8652F34F16E for ; Sun, 12 Apr 2020 15:21:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 386F7103 for ; Sun, 12 Apr 2020 15:21:28 +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: <1586704882.4204d850d764dca14e99f9aa4a70a95c2021ff11.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools_scm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild X-VCS-Directories: dev-python/setuptools_scm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4204d850d764dca14e99f9aa4a70a95c2021ff11 X-VCS-Branch: master Date: Sun, 12 Apr 2020 15:21:28 +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: f51353c6-02e7-4d82-bbd4-b8d872b80894 X-Archives-Hash: f3d39ad017a4353b9ca857f0661f5788 commit: 4204d850d764dca14e99f9aa4a70a95c2021ff11 Author: Michał Górny gentoo org> AuthorDate: Sun Apr 12 15:20:28 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 12 15:21:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4204d850 dev-python/setuptools_scm: Hard-block ancient versions Closes: https://bugs.gentoo.org/715674 Signed-off-by: Michał Górny gentoo.org> dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild b/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild index e55f7dfddf3..dfe4c5e8cec 100644 --- a/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild +++ b/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild @@ -19,6 +19,7 @@ IUSE="test" RESTRICT="!test? ( test )" BDEPEND=" + !!