From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 5BC2A1580E0 for ; Sun, 26 Jan 2025 09:32:53 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 44F4A3434F4 for ; Sun, 26 Jan 2025 09:32:53 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 90870110470; Sun, 26 Jan 2025 09:32:49 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 8581B110470 for ; Sun, 26 Jan 2025 09:32:49 +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 C2B8334348F for ; Sun, 26 Jan 2025 09:32:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23B6D13CE for ; Sun, 26 Jan 2025 09:32:47 +0000 (UTC) From: "Moritz Brunner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Moritz Brunner" Message-ID: <1737883921.c791c93bca185f2db0983507ea86a31c1651a3a1.moritz.brunner+gentoo@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-lsp-isort/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/python-lsp-isort/Manifest dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild dev-python/python-lsp-isort/python-lsp-isort-0.2.0.ebuild X-VCS-Directories: dev-python/python-lsp-isort/ X-VCS-Committer: moritz.brunner+gentoo X-VCS-Committer-Name: Moritz Brunner X-VCS-Revision: c791c93bca185f2db0983507ea86a31c1651a3a1 X-VCS-Branch: dev Date: Sun, 26 Jan 2025 09:32:47 +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: 200ca17a-9c29-4511-b0b7-5d30350e499f X-Archives-Hash: a8f2414ac73e45aaa40511e73ee89386 commit: c791c93bca185f2db0983507ea86a31c1651a3a1 Author: Moritz Brunner posteo de> AuthorDate: Sun Jan 26 09:32:01 2025 +0000 Commit: Moritz Brunner posteo de> CommitDate: Sun Jan 26 09:32:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c791c93b dev-python/python-lsp-isort: add 0.2.0, drop 0.1 Signed-off-by: Moritz Brunner posteo.de> dev-python/python-lsp-isort/Manifest | 2 +- .../{python-lsp-isort-0.1.ebuild => python-lsp-isort-0.2.0.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-lsp-isort/Manifest b/dev-python/python-lsp-isort/Manifest index ae4c07768..20f11eb72 100644 --- a/dev-python/python-lsp-isort/Manifest +++ b/dev-python/python-lsp-isort/Manifest @@ -1 +1 @@ -DIST python-lsp-isort-0.1.gh.tar.gz 5065 BLAKE2B 385807fde3bbbfd73d7fdefb721375490be592203aac41bcb2e0a56ee5588f66a78c7e2f6b14458c2836987abb1607670935d12127caedb2ddd3b9e67b87b547 SHA512 fd2575e27c5a32c7a8dfabc8777ae9ce82a0c1fe9a46fe64341becbe60e8d37d07736950b986df307e608a777825fd51cbb1345b7163944e19086ab69985a472 +DIST python-lsp-isort-0.2.0.gh.tar.gz 5216 BLAKE2B 32d22c97e3c0add1bf808a27a94fda415c1250669130f86c7aab2d81da6fb9a7efc4ad3b23300d8418e0b60d70bd5831958e3427f4489d8d17405885d3ad1e86 SHA512 26b05e8fed70dca268c9ff6714d2b9ad68fda86ab4d9cb8893df1eaefc517e123945c5fe8928e94f646171ff2d0c2f33e9b058a784d2bf4dd31acf9f2aef1e6a diff --git a/dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild b/dev-python/python-lsp-isort/python-lsp-isort-0.2.0.ebuild similarity index 100% rename from dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild rename to dev-python/python-lsp-isort/python-lsp-isort-0.2.0.ebuild