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 34A591581FB for ; Wed, 28 Aug 2024 06:53:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2168BE2A47; Wed, 28 Aug 2024 06:53:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D4FEE2A47 for ; Wed, 28 Aug 2024 06:53:05 +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 1B2AB341B52 for ; Wed, 28 Aug 2024 06:53:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A690C14D9 for ; Wed, 28 Aug 2024 06:53:02 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1724827979.5f6b10aeb9944ba93ed427f4570578cbfa436bf1.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xlsx2csv/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xlsx2csv/Manifest app-text/xlsx2csv/xlsx2csv-0.8.2.ebuild app-text/xlsx2csv/xlsx2csv-0.8.3.ebuild X-VCS-Directories: app-text/xlsx2csv/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 5f6b10aeb9944ba93ed427f4570578cbfa436bf1 X-VCS-Branch: master Date: Wed, 28 Aug 2024 06:53:02 +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: 28c7cb65-9e95-400a-97c3-bced3301f21f X-Archives-Hash: 71afaf18d92fd5f4912083a9cf8a756c commit: 5f6b10aeb9944ba93ed427f4570578cbfa436bf1 Author: Anton Fischl fischl-online de> AuthorDate: Sat Aug 17 14:39:59 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Aug 28 06:52:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f6b10ae app-text/xlsx2csv: bump 0.8.3 Signed-off-by: Anton Fischl fischl-online.de> Closes: https://github.com/gentoo/gentoo/pull/38181 Signed-off-by: Joonas Niilola gentoo.org> app-text/xlsx2csv/Manifest | 2 +- app-text/xlsx2csv/{xlsx2csv-0.8.2.ebuild => xlsx2csv-0.8.3.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xlsx2csv/Manifest b/app-text/xlsx2csv/Manifest index 739966069752..a4292f96258e 100644 --- a/app-text/xlsx2csv/Manifest +++ b/app-text/xlsx2csv/Manifest @@ -1 +1 @@ -DIST xlsx2csv-0.8.2.tar.gz 227107 BLAKE2B a140cf748d36a59e354620a8c44533acf6c9f4f0840f5e733c37a0ec4e83d4e9a8db1b0d776d4d3858038bc2871361db312d5137c52fcbe0587bf9ac921886c3 SHA512 73b034a12d96f956d3604b64de226b37d9b63e551d35d021e3cc50292fed5c84d1d5ab2bcb2fe92010d81aaa4631d9080a5f92209adae88cf6f2e072eaf0561e +DIST xlsx2csv-0.8.3.tar.gz 221408 BLAKE2B 6570f76d9879df086a34f6783bf5b3409820a7791ec23a33cbcff7c9521ae2cc5f17712f660a10de330be40c3b6906833f6c539cf103208a840359abb69bd3f5 SHA512 fb8ce770263070d74105385ed5eb051165b8075e8be7ec86ba7e4d586d02a57a20f3106e8c3ab26a35e013076c9a63a22f636312594d58b4c2f20190d075241a diff --git a/app-text/xlsx2csv/xlsx2csv-0.8.2.ebuild b/app-text/xlsx2csv/xlsx2csv-0.8.3.ebuild similarity index 100% rename from app-text/xlsx2csv/xlsx2csv-0.8.2.ebuild rename to app-text/xlsx2csv/xlsx2csv-0.8.3.ebuild