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 C7908138334 for ; Fri, 4 Oct 2019 11:14:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92E1EE087B; Fri, 4 Oct 2019 11:14:13 +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 66199E087B for ; Fri, 4 Oct 2019 11:14:13 +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 8A43F34B8F5 for ; Fri, 4 Oct 2019 11:14:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59437804 for ; Fri, 4 Oct 2019 11:14:09 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1570187627.99b51d492d1902e6da57a358cbf8b3e34761dffe.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/platformio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/platformio/Manifest dev-embedded/platformio/platformio-4.0.1.ebuild dev-embedded/platformio/platformio-4.0.3.ebuild X-VCS-Directories: dev-embedded/platformio/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 99b51d492d1902e6da57a358cbf8b3e34761dffe X-VCS-Branch: master Date: Fri, 4 Oct 2019 11:14:09 +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: d4c54dfc-2539-441e-849f-60b6504d598a X-Archives-Hash: 67345f9ebeeed6bb1e3a1212ce17df95 commit: 99b51d492d1902e6da57a358cbf8b3e34761dffe Author: Alexey Shvetsov gentoo org> AuthorDate: Fri Oct 4 11:13:47 2019 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Fri Oct 4 11:13:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b51d49 dev-embedded/platformio: Version bump Closes: https://bugs.gentoo.org/694580 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Alexey Shvetsov gentoo.org> dev-embedded/platformio/Manifest | 2 +- .../{platformio-4.0.1.ebuild => platformio-4.0.3.ebuild} | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/dev-embedded/platformio/Manifest b/dev-embedded/platformio/Manifest index 95c366a136b..be81035ad60 100644 --- a/dev-embedded/platformio/Manifest +++ b/dev-embedded/platformio/Manifest @@ -1 +1 @@ -DIST platformio-4.0.1.tar.gz 140325 BLAKE2B 82992e97c91fefcdbdb219cae066aa6314cc55f0461e7fffd9d8e7b36a308a7bb8ccffb3fe7a7b676b9866b1e6c18980b40c4f009919f649e68331b316593a63 SHA512 d74784f72d93039eb32fd984dd2cdfeb00d5a36a005bb9aefa7501d8b310ff3f7367ce9b40265095ecb06594e7e3841a7b677bffa1f9215a39b7d3c6e7e4afc2 +DIST platformio-4.0.3.tar.gz 140824 BLAKE2B e8148496a5e445da463d8862ee1021b21864789100dbd0b84d188d96f27148a843794cf7dc4ab3c4ca607a63055300675ff0da93b841d3682fc4fc2c629ab9c6 SHA512 6db6dc18f21145fd597ac5977f33fed8854e9d9f8994a1b517891305a3e936b64c1693be7fff9b44d67f50253ba0a3210d30499b76538ca86ce8af2e8e6fd7d6 diff --git a/dev-embedded/platformio/platformio-4.0.1.ebuild b/dev-embedded/platformio/platformio-4.0.3.ebuild similarity index 73% rename from dev-embedded/platformio/platformio-4.0.1.ebuild rename to dev-embedded/platformio/platformio-4.0.3.ebuild index 3062aaa4423..4c24782d2e4 100644 --- a/dev-embedded/platformio/platformio-4.0.1.ebuild +++ b/dev-embedded/platformio/platformio-4.0.3.ebuild @@ -28,5 +28,9 @@ RDEPEND="${DEPEND} =dev-python/requests-2.4[${PYTHON_USEDEP}] =dev-python/semantic_version-2.5.0[${PYTHON_USEDEP}] - =dev-python/semantic_version-2.8.1[${PYTHON_USEDEP}] + =dev-python/tabulate-0.8.3[${PYTHON_USEDEP}] + =dev-python/pyelftools-0.25[${PYTHON_USEDEP}] +