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 4A7AF138239 for ; Sun, 12 Apr 2020 13:15:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82ECFE0AB0; Sun, 12 Apr 2020 13:15:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 41429E0AB0 for ; Sun, 12 Apr 2020 13:15:19 +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 DDCC734F0A1 for ; Sun, 12 Apr 2020 13:15:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 057841C9 for ; Sun, 12 Apr 2020 13:15:16 +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: <1586696797.6f4db6186bc6d8f682f05e57446eac424c8aefc0.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-sugar/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-sugar/Manifest dev-python/pytest-sugar/pytest-sugar-0.9.2_p20200213.ebuild dev-python/pytest-sugar/pytest-sugar-0.9.2_pre20200213.ebuild X-VCS-Directories: dev-python/pytest-sugar/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 6f4db6186bc6d8f682f05e57446eac424c8aefc0 X-VCS-Branch: dev Date: Sun, 12 Apr 2020 13:15:16 +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: 439276d0-6934-4f04-a89c-aafa8031ca24 X-Archives-Hash: 3e31dba68bc8862b1d9cf6b4838266ff Message-ID: <20200412131516.89m0UzDCUOlX0YnBg1SwPVDZGn_cyHg2GMvvcmwYfEg@z> commit: 6f4db6186bc6d8f682f05e57446eac424c8aefc0 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Apr 12 13:06:37 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Apr 12 13:06:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6f4db618 dev-python/pytest-sugar: replace _pre with _p as per gentoo ebuild naming guidelines Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/pytest-sugar/Manifest | 2 +- ...gar-0.9.2_pre20200213.ebuild => pytest-sugar-0.9.2_p20200213.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-sugar/Manifest b/dev-python/pytest-sugar/Manifest index 7c33630..7749b22 100644 --- a/dev-python/pytest-sugar/Manifest +++ b/dev-python/pytest-sugar/Manifest @@ -1,2 +1,2 @@ DIST pytest-sugar-0.9.2.tar.gz 12677 BLAKE2B 9ef5119479ce1333bf86844e8f959d5e50f1f656fff7a871acb9aa5bd7478bafa34819c4db8ad8a8f105807cf444544846bf02049fbd6802636e5a3f123a11ab SHA512 9a1f30e35cb503f1afec6a1e18ad2d013b005627891021171ccc6f94d3aebe45a724db0615ba75e2befc074e7b77dd0627b5ffb8876906d434bd95cf5984b5ad -DIST pytest-sugar-0.9.2_pre20200213.tar.gz 13806 BLAKE2B 7f982bb3bdafb711981ab2f1395fde080d4d3565b4274095770a19aba5a28d687138b9b1118b0c3c7aba1e91fd53864a46c9b9faef103577fbdbf99a901519e8 SHA512 83270c9e529d408bbf65cd515316f931053d3c68134987f8e74efcee515a12a239e242e1c63ce84ea254300ee048e7cf50590e82869cda10b28212de6f38be21 +DIST pytest-sugar-0.9.2_p20200213.tar.gz 13806 BLAKE2B 7f982bb3bdafb711981ab2f1395fde080d4d3565b4274095770a19aba5a28d687138b9b1118b0c3c7aba1e91fd53864a46c9b9faef103577fbdbf99a901519e8 SHA512 83270c9e529d408bbf65cd515316f931053d3c68134987f8e74efcee515a12a239e242e1c63ce84ea254300ee048e7cf50590e82869cda10b28212de6f38be21 diff --git a/dev-python/pytest-sugar/pytest-sugar-0.9.2_pre20200213.ebuild b/dev-python/pytest-sugar/pytest-sugar-0.9.2_p20200213.ebuild similarity index 100% rename from dev-python/pytest-sugar/pytest-sugar-0.9.2_pre20200213.ebuild rename to dev-python/pytest-sugar/pytest-sugar-0.9.2_p20200213.ebuild