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 5865A1382C5 for ; Sun, 24 Jan 2021 10:21:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BE7DE0997; Sun, 24 Jan 2021 10:21:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 85ED4E0997 for ; Sun, 24 Jan 2021 10:21:44 +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 473A9340FD6 for ; Sun, 24 Jan 2021 10:21:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A855A328 for ; Sun, 24 Jan 2021 10:21:41 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1611483259.8cb8ff8265aa317b41eb7b2576ad260e2d90c52b.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-isort/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-isort/Manifest dev-python/pytest-isort/pytest-isort-1.2.0.ebuild dev-python/pytest-isort/pytest-isort-1.3.0.ebuild X-VCS-Directories: dev-python/pytest-isort/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 8cb8ff8265aa317b41eb7b2576ad260e2d90c52b X-VCS-Branch: dev Date: Sun, 24 Jan 2021 10:21:41 +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: 0b8afd7e-c133-4a1e-8c6d-2e2548007739 X-Archives-Hash: d7c3b544c03bd1940c89f0d8964d8d32 Message-ID: <20210124102141.Qaraj9-PMkzZGskUaovo--nCo2AogBN807LXj-q__HM@z> commit: 8cb8ff8265aa317b41eb7b2576ad260e2d90c52b Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Jan 24 10:14:19 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Jan 24 10:14:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8cb8ff82 dev-python/pytest-isort: version bump 1.3.0 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/pytest-isort/Manifest | 2 +- .../{pytest-isort-1.2.0.ebuild => pytest-isort-1.3.0.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pytest-isort/Manifest b/dev-python/pytest-isort/Manifest index 81c6524e..61690190 100644 --- a/dev-python/pytest-isort/Manifest +++ b/dev-python/pytest-isort/Manifest @@ -1 +1 @@ -DIST pytest-isort-1.2.0.tar.gz 7285 BLAKE2B e1e2222424e338adf746f87a0210191c6c160cd141315c67c0c01822ffd6d5c5c07e6e3c2e40a131dac1f1d176cc50ea88d8f36e6560b0e89c91f739c3801faa SHA512 9ef37e1eb6020d108db0d8c3e885b4bf6dbbb51894f9390df7753a6ec792615e069dd111686896888c8342f57b3baac40cefdba41c4f9dec38db54172f3451d1 +DIST pytest-isort-1.3.0.tar.gz 7321 BLAKE2B b65bf2a4e0e8133ed0c724b22f7ae4fa61341c34e01a1de3229b37144be21dc15c44842e05ddd427addf1028d5eac496e2b84646fec8e21fe4fc05544a4e30ea SHA512 a26c5dd9428b85d1387239245c437fded84ece8148ab016de9e41be3dff72627d0e7a47176d9fa5768b366655fe7affd4f665c3d2cd6fb2f2a2e15334e1fff63 diff --git a/dev-python/pytest-isort/pytest-isort-1.2.0.ebuild b/dev-python/pytest-isort/pytest-isort-1.3.0.ebuild similarity index 92% rename from dev-python/pytest-isort/pytest-isort-1.2.0.ebuild rename to dev-python/pytest-isort/pytest-isort-1.3.0.ebuild index d44ca68a..cb8ef56a 100644 --- a/dev-python/pytest-isort/pytest-isort-1.2.0.ebuild +++ b/dev-python/pytest-isort/pytest-isort-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7