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 1A550158090 for ; Fri, 6 May 2022 00:36:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07B1EE08C4; Fri, 6 May 2022 00:36:21 +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 D7288E08C4 for ; Fri, 6 May 2022 00:36: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ECFD0341678 for ; Fri, 6 May 2022 00:36:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBCF2453 for ; Fri, 6 May 2022 00:36:16 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1651795513.3d71a50a756010196ddc320b54efe52146b5a6eb.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/types-paramiko/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/types-paramiko/Manifest dev-python/types-paramiko/types-paramiko-2.10.0.ebuild dev-python/types-paramiko/types-paramiko-2.8.19.ebuild X-VCS-Directories: dev-python/types-paramiko/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 3d71a50a756010196ddc320b54efe52146b5a6eb X-VCS-Branch: dev Date: Fri, 6 May 2022 00:36:16 +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: cf42f3aa-28fd-44d9-b9e5-705cbd4170d1 X-Archives-Hash: 196b40e2c171f31ddc9b1a10c72f6f0a commit: 3d71a50a756010196ddc320b54efe52146b5a6eb Author: Alessandro Barbieri gmail com> AuthorDate: Fri May 6 00:05:13 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Fri May 6 00:05:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d71a50a dev-python/types-paramiko: add 2.10.0, drop 2.8.19 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/types-paramiko/Manifest | 2 +- .../{types-paramiko-2.8.19.ebuild => types-paramiko-2.10.0.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/types-paramiko/Manifest b/dev-python/types-paramiko/Manifest index d770210ee..f4a028a00 100644 --- a/dev-python/types-paramiko/Manifest +++ b/dev-python/types-paramiko/Manifest @@ -1,2 +1,2 @@ -DIST types-paramiko-2.8.19.tar.gz 20162 BLAKE2B f36d9971fad9379cb560202eca642ad5de0f15b41217ea7598ccea94e7405faa992a3a44552b77b0bd034fd2ce2e881472f7b1d2bff0fd2724d53f413490c68a SHA512 9053c2526fddcefc7e2bcbb7d33fc1204b91388bdf42a540a9732eec05a415b36bfbc9d44ea408b6b77e0806616b2e310aa10aecc5a7ee555b4703f66a132b07 +DIST types-paramiko-2.10.0.tar.gz 20325 BLAKE2B c918598110ada99b739579d9fd0b968b272e7cb654df2fd24f3fbfa96b9730fab27c6575220b62d2a6680c4cd5c6122594e1d710afcb5cdde2444fcfeb7a77ea SHA512 e376f8fd060f6667c610c53cf42b7dbb38ab19cbc3e8ad68f9a68f982b7498c7e06201e4ff35b662fb0d7a17b24d12a245cdc8f5731cf21cf5c0a14085853fb0 DIST types-paramiko-2.8.21.tar.gz 20252 BLAKE2B 838563473a9a7e4277b373f6941d1b806f72715d2d6dc5a3da729d45e189837de0ed9a23181ae0b95c32b4682b9c83c93db4b8dc8a278d1ae85bfd79a4a99475 SHA512 5be63f293e5813b77696640e74275dab0d9d4c7de1e9adf13c5c2effb5b026ecae045937d09994ae3a096d75bcedc09fbdb9206cac86eef2d8c65d70e82974cf diff --git a/dev-python/types-paramiko/types-paramiko-2.8.19.ebuild b/dev-python/types-paramiko/types-paramiko-2.10.0.ebuild similarity index 100% rename from dev-python/types-paramiko/types-paramiko-2.8.19.ebuild rename to dev-python/types-paramiko/types-paramiko-2.10.0.ebuild