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 61731158064 for ; Mon, 13 May 2024 17:48:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05BCD2BC01F; Mon, 13 May 2024 17:48:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DBDF42BC01F for ; Mon, 13 May 2024 17:48:42 +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 A2956343019 for ; Mon, 13 May 2024 17:48:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1995B1AC3 for ; Mon, 13 May 2024 17:48:39 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715572327.9f865ec68f45dbb46724b77e38dcbe973b376fed.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pycpio/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pycpio/Manifest dev-python/pycpio/pycpio-1.1.1.ebuild dev-python/pycpio/pycpio-1.1.2.ebuild X-VCS-Directories: dev-python/pycpio/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 9f865ec68f45dbb46724b77e38dcbe973b376fed X-VCS-Branch: master Date: Mon, 13 May 2024 17:48:39 +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: 152da0d9-ebfa-47f3-91d4-b792176a963a X-Archives-Hash: 2e81cff276de5da61ee186552b24ea0b commit: 9f865ec68f45dbb46724b77e38dcbe973b376fed Author: Zen pyl onl> AuthorDate: Mon May 13 03:52:07 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Mon May 13 03:52:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f865ec6 dev-python/pycpio: Replace 1.1.1 with 1.1.2 Signed-off-by: Zen pyl.onl> dev-python/pycpio/Manifest | 2 +- dev-python/pycpio/{pycpio-1.1.1.ebuild => pycpio-1.1.2.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest index 03feef50df..062e0fe9dd 100644 --- a/dev-python/pycpio/Manifest +++ b/dev-python/pycpio/Manifest @@ -1,2 +1,2 @@ DIST pycpio-1.0.0.tar.gz 17890 BLAKE2B beeec891fc17416280247e8a15373628f40be10946b596889b2d2a14d3e9ab5ee2014e6a4c6f5c4d612385f602e5ae14601cf0e379a165c2ed5d335832b3cfa2 SHA512 1ee2b09f01eab4b8adfd050845ff810b3da663386544321021de1b9a53b7846a31f3a6ab9e132fbffb9eeb04ad2b7b81235f59a333a63c3679d51755b822b320 -DIST pycpio-1.1.1.tar.gz 18160 BLAKE2B fc2f9ca938b9b40794f973678750fdff586efc19f35a1994a4f1867a79a85dceb506e68597dc60c0c787aa4ff020d70045f041710cbbb04a3db6884fd7e82e5c SHA512 aa962eea392140dd1b003b959d552966023b927b01db2f6e0198f54aad92e80d5770fc679b74500b92dad458ba2b2e17cd10fe07e22c1f917a9102d3586064a2 +DIST pycpio-1.1.2.tar.gz 18207 BLAKE2B acc92b626b5a110b8aa1672449fa1065283edfeb300c406b654e5a045bc554d9f79d3cd8f7edb53142405e600ceec21fa811a863907af3464d310482aa3fc528 SHA512 9a420edabec91e633b618f68878942d047d851eecad861255705f3db3f9fa8d14fa364f19320eb22758bbb7f1b23e7231b5db7aca117e670286e73f1dcb289ce diff --git a/dev-python/pycpio/pycpio-1.1.1.ebuild b/dev-python/pycpio/pycpio-1.1.2.ebuild similarity index 100% rename from dev-python/pycpio/pycpio-1.1.1.ebuild rename to dev-python/pycpio/pycpio-1.1.2.ebuild