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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B7908158042 for ; Tue, 29 Oct 2024 14:06:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68EBBE0870; Tue, 29 Oct 2024 14:06:45 +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 4DE3AE0870 for ; Tue, 29 Oct 2024 14:06:45 +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 619443430EB for ; Tue, 29 Oct 2024 14:06:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4CA522DB for ; Tue, 29 Oct 2024 14:06:40 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1730158909.0f2b27b5f1c5551a8c79cb61f01d81758c3eaab4.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/mpxj/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/mpxj/Manifest dev-python/mpxj/mpxj-13.5.0.ebuild dev-python/mpxj/mpxj-13.5.1.ebuild X-VCS-Directories: dev-python/mpxj/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 0f2b27b5f1c5551a8c79cb61f01d81758c3eaab4 X-VCS-Branch: master Date: Tue, 29 Oct 2024 14:06:40 +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: 07d5a634-1f42-41b2-b718-3ed908324666 X-Archives-Hash: 56944831819673c0097aec8d40bec761 commit: 0f2b27b5f1c5551a8c79cb61f01d81758c3eaab4 Author: Ivan Lloro gmail com> AuthorDate: Mon Oct 28 23:41:28 2024 +0000 Commit: David Roman gmail com> CommitDate: Mon Oct 28 23:41:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f2b27b5 dev-python/mpxj: add 13.5.1, drop 13.5.0 Signed-off-by: Ivan Lloro gmail.com> dev-python/mpxj/Manifest | 2 +- dev-python/mpxj/{mpxj-13.5.0.ebuild => mpxj-13.5.1.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/mpxj/Manifest b/dev-python/mpxj/Manifest index 6feebfec7..d5a83e2cf 100644 --- a/dev-python/mpxj/Manifest +++ b/dev-python/mpxj/Manifest @@ -1 +1 @@ -DIST mpxj-13.5.0-py3-none-any.whl 26172447 BLAKE2B 4e7b5b482972197dba717a06320a5bf2c4ab4ebe89ed29b1b9fd83724af71b4e3dbe49c19050099d7273d8d4d8fcfb5d361f7d2d5cd5e01c60720b416f628949 SHA512 dd423cd45d92a1275b5cd89d81d3f61349238065d17ce507e5e52b8eb507542e195d0d73f5b48964b0300874481184785cb7c403c614c22f429d61d3a8df7ed3 +DIST mpxj-13.5.1-py3-none-any.whl 26172521 BLAKE2B 10a24a8bd53fdb822d56eac60640c656a63ca5bb5674a3e64f5574a32f5d6256d8633796bac2cae3e391e9fcc161337aed847e3128de50da298239bbc81cc201 SHA512 bc02596f2fdcbeb6da865cbad5b51f8139369ed076ff085c1ff7656cc37af4ccac08244d751624df96bf3f9ea4a1ea56b68a64f5f24508fe35dc16d95fddea85 diff --git a/dev-python/mpxj/mpxj-13.5.0.ebuild b/dev-python/mpxj/mpxj-13.5.1.ebuild similarity index 100% rename from dev-python/mpxj/mpxj-13.5.0.ebuild rename to dev-python/mpxj/mpxj-13.5.1.ebuild