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 B51601581D3 for ; Fri, 31 May 2024 22:16:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3168E2A19; Fri, 31 May 2024 22:16:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 5BF57E2A18 for ; Fri, 31 May 2024 22:16:20 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D35F33FEF1 for ; Fri, 31 May 2024 22:16:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7488E1704 for ; Fri, 31 May 2024 22:16:18 +0000 (UTC) From: "Henri Gasc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Henri Gasc" Message-ID: <1717193762.1c6dd8232de3df459d2c96a78b3a38345ae0a789.gasc@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/textual/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/textual/Manifest dev-python/textual/textual-0.62.0.ebuild dev-python/textual/textual-0.63.6.ebuild X-VCS-Directories: dev-python/textual/ X-VCS-Committer: gasc X-VCS-Committer-Name: Henri Gasc X-VCS-Revision: 1c6dd8232de3df459d2c96a78b3a38345ae0a789 X-VCS-Branch: dev Date: Fri, 31 May 2024 22:16:18 +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: 4bdc6433-15f4-4179-a622-895a90859768 X-Archives-Hash: c940b1d2d72f267e3748c424d7939d7b commit: 1c6dd8232de3df459d2c96a78b3a38345ae0a789 Author: Henri Gasc eurecom fr> AuthorDate: Fri May 31 21:32:32 2024 +0000 Commit: Henri Gasc eurecom fr> CommitDate: Fri May 31 22:16:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c6dd823 dev-python/textual: add 0.63.6, drop 0.62.0 Signed-off-by: Henri Gasc eurecom.fr> dev-python/textual/Manifest | 2 +- dev-python/textual/{textual-0.62.0.ebuild => textual-0.63.6.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/textual/Manifest b/dev-python/textual/Manifest index 42b57b5dc..0817aca3d 100644 --- a/dev-python/textual/Manifest +++ b/dev-python/textual/Manifest @@ -1 +1 @@ -DIST textual-0.62.0.gh.tar.gz 28258058 BLAKE2B bc9cab701beb5a0a7ce01c845c95ec00b13d1843b2fbca69f1a7e5bf1fe8df13afaa4735d88731857f3561b46ad2948e67489b14337e69b0fb0ec4e2fb71592b SHA512 e03a00abf647500e0233ea24378691b16296c5827a476b9f5530f0fcc83e9c36cf94ec7839a8eb58c2bb1a570ec8bc8b4b6c478e9249055b2d40b47429300111 +DIST textual-0.63.6.gh.tar.gz 28258385 BLAKE2B 4cdb85407db92888a632946d1386454b2b82307a4270acdf301ec325a936439a1f012de8fbe5dc7e07880601e23ae99599b4249fde3b1af5622567d485f25a9a SHA512 89c6773c19779af4dbb23c6c079921a2742b80d77e110403491dd1888dcac6ffc1e32098cbceff465feea63d56a1cd49ff5c16e3cffb663da2ac248c988a8496 diff --git a/dev-python/textual/textual-0.62.0.ebuild b/dev-python/textual/textual-0.63.6.ebuild similarity index 100% rename from dev-python/textual/textual-0.62.0.ebuild rename to dev-python/textual/textual-0.63.6.ebuild