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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0946D15806E for ; Sun, 28 May 2023 15:01:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3079E086C; Sun, 28 May 2023 15:01:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF452E0866 for ; Sun, 28 May 2023 15:01:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B436D340FB6 for ; Sun, 28 May 2023 15:01:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 079D4A81 for ; Sun, 28 May 2023 15:01:06 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1685263670.376447e95e15772fcff967a365c8ae0fdc635f65.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/survey/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/survey/Manifest dev-python/survey/survey-4.2.1_alpha.ebuild dev-python/survey/survey-4.3.0_alpha.ebuild X-VCS-Directories: dev-python/survey/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 376447e95e15772fcff967a365c8ae0fdc635f65 X-VCS-Branch: master Date: Sun, 28 May 2023 15:01:06 +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: a19f0224-03d6-48eb-b9ab-ec96bd2885e3 X-Archives-Hash: a2ca4fd0790221a6348646102da212ef Message-ID: <20230528150106.TFS0LeGvwM6xp_1tqy3NNSfyZVsjAgckYVxuN-YCsM4@z> commit: 376447e95e15772fcff967a365c8ae0fdc635f65 Author: Viorel Munteanu gentoo org> AuthorDate: Sun May 28 08:31:56 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sun May 28 08:47:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=376447e9 dev-python/survey: add 4.3.0_alpha, drop 4.2.1_alpha Signed-off-by: Viorel Munteanu gentoo.org> dev-python/survey/Manifest | 2 +- .../survey/{survey-4.2.1_alpha.ebuild => survey-4.3.0_alpha.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/survey/Manifest b/dev-python/survey/Manifest index 108c18084..827c60e33 100644 --- a/dev-python/survey/Manifest +++ b/dev-python/survey/Manifest @@ -1,2 +1,2 @@ DIST survey-3.4.3.tar.gz 21219 BLAKE2B e866addd9233409c603f2b34bbf811209f3f6c2ade1bee00258c4f25d741dc526948d16b2e9e0dc3632e6e20fa7863f573c4c27ed1f48ddaa954c7d53a8c51e3 SHA512 47ff72dd1223a32ec038ccf57709e8fe64806ecc9bb8e54daaced27afaa1c2a45e76fc1b149232a107729c462db7657ad0fd08d8b14bb314e3905aabd23fff4a -DIST survey-4.2.1_alpha.gh.tar.gz 826833 BLAKE2B d4835ec34f47fff64ab157e2c46fd8755394abbdfc7d7c5aefda685ae43c380cc13932753e54a182302d2b5cd80ff74f4e2d96c50a62a7d50e1b274093772b44 SHA512 174d26c4cd7719cf429399a041dd965155a4cf2135e86944c04d753075fddeb85116e38da09e993874059f4d7e022c61f211efaa94033bc82fb37c46b18a1124 +DIST survey-4.3.0_alpha.gh.tar.gz 827020 BLAKE2B 3a9048e53c2ab1ff6509a9d9f67c366ae09c14389388d34d1a7e9114823c3935c259c2f92ea7fc1a10519c9a4018901305b0e32fb10cae09ad93bddacef47c11 SHA512 ae48cf9d98593224a3fc31904ab035e2d1b7079d63d1beee7a21bf6f35fb9b89e7d83f52dfca78d9abd037fcd86dbe6ac1d47d2037210eebc96a879a92d18925 diff --git a/dev-python/survey/survey-4.2.1_alpha.ebuild b/dev-python/survey/survey-4.3.0_alpha.ebuild similarity index 100% rename from dev-python/survey/survey-4.2.1_alpha.ebuild rename to dev-python/survey/survey-4.3.0_alpha.ebuild