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 51C0F138334 for ; Mon, 8 Jul 2019 09:16:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88E75E0877; Mon, 8 Jul 2019 09:16:39 +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 6B0F8E0877 for ; Mon, 8 Jul 2019 09:16:39 +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 40B5F3473A2 for ; Mon, 8 Jul 2019 09:16:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF5215DE for ; Mon, 8 Jul 2019 09:16:36 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1562577390.e99a1aa580cbcf84c0975a72ed6bce4383156f8f.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-stream/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jaraco-stream/jaraco-stream-2.0-r1.ebuild dev-python/jaraco-stream/jaraco-stream-2.0.ebuild X-VCS-Directories: dev-python/jaraco-stream/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: e99a1aa580cbcf84c0975a72ed6bce4383156f8f X-VCS-Branch: master Date: Mon, 8 Jul 2019 09:16: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: 8507eb73-f488-4a38-b89c-44e1061c87da X-Archives-Hash: aef13be0249b4e550d457c4f62777325 commit: e99a1aa580cbcf84c0975a72ed6bce4383156f8f Author: Louis Sautier gentoo org> AuthorDate: Thu Jul 4 08:30:06 2019 +0000 Commit: Louis Sautier gentoo org> CommitDate: Mon Jul 8 09:16:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e99a1aa5 dev-python/jaraco-stream: fix required setuptools_scm version Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Louis Sautier gentoo.org> .../{jaraco-stream-2.0.ebuild => jaraco-stream-2.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jaraco-stream/jaraco-stream-2.0.ebuild b/dev-python/jaraco-stream/jaraco-stream-2.0-r1.ebuild similarity index 96% rename from dev-python/jaraco-stream/jaraco-stream-2.0.ebuild rename to dev-python/jaraco-stream/jaraco-stream-2.0-r1.ebuild index 35a90f85436..76b65830103 100644 --- a/dev-python/jaraco-stream/jaraco-stream-2.0.ebuild +++ b/dev-python/jaraco-stream/jaraco-stream-2.0-r1.ebuild @@ -23,7 +23,7 @@ RDEPEND=" " DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}] + >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}] test? ( ${RDEPEND} >=dev-python/pytest-2.8[${PYTHON_USEDEP}]