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 2309B15808B for ; Wed, 6 Apr 2022 21:50:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50DEEE0D7B; Wed, 6 Apr 2022 21:50:35 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36ED7E0D7B for ; Wed, 6 Apr 2022 21:50:35 +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 2E1FE34122C for ; Wed, 6 Apr 2022 21:50:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 552CD388 for ; Wed, 6 Apr 2022 21:50:32 +0000 (UTC) From: "Shaoyu Tseng" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Shaoyu Tseng" Message-ID: <1649281810.c2023795362d2e5c6b4ee4728d08bd0f8f42729d.shaoyu0209@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/bidict/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/bidict/Manifest dev-python/bidict/bidict-0.21.3.ebuild dev-python/bidict/bidict-0.22.0.ebuild X-VCS-Directories: dev-python/bidict/ X-VCS-Committer: shaoyu0209 X-VCS-Committer-Name: Shaoyu Tseng X-VCS-Revision: c2023795362d2e5c6b4ee4728d08bd0f8f42729d X-VCS-Branch: dev Date: Wed, 6 Apr 2022 21:50:32 +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: 0122659b-6f64-45dc-a606-ca895acc6e90 X-Archives-Hash: 79605454a6242dc08be2c71972e342f0 commit: c2023795362d2e5c6b4ee4728d08bd0f8f42729d Author: Shaoyu Tseng <1over137 anche no> AuthorDate: Wed Apr 6 21:24:59 2022 +0000 Commit: Shaoyu Tseng tuta io> CommitDate: Wed Apr 6 21:50:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c2023795 dev-python/bidict: add 0.22.0, drop 0.21.3 Signed-off-by: Shaoyu Tseng <1over137 anche.no> dev-python/bidict/Manifest | 2 +- dev-python/bidict/{bidict-0.21.3.ebuild => bidict-0.22.0.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/bidict/Manifest b/dev-python/bidict/Manifest index 19276753d..a70125f71 100644 --- a/dev-python/bidict/Manifest +++ b/dev-python/bidict/Manifest @@ -1 +1 @@ -DIST bidict-0.21.3.tar.gz 406100 BLAKE2B d6fe581d3114e03fda76a0dcc47a65a5d0a840f17e5eb492341a6498f79b0f57f1d342220016001da4342baecdc1e5b575268d73a21fc01a0520fc11f31ff5ab SHA512 1c1cd17d44c0fbd0bb718a135f31650736a5a8b3979201f7cf19093a96bbf69a978363195f29dab6dd1ef0e28afe11d3f3fe84ad3311d7ea1190aa5e1842c609 +DIST bidict-0.22.0.tar.gz 197969 BLAKE2B 511bea446922c959c7ab2c42fadfe63dc486f9b8f4d060779048195ed02344c36819be917716be6773e2173aa9dbd9e5452e747ee325db6ee92057644789653e SHA512 28384e1f63413023c00c199558eb49298c146602a676226d995aa01ccb0f9a6958750f4e34637d0823d659a092e74bb0ce4d75969d105312f73f5e692d9f82af diff --git a/dev-python/bidict/bidict-0.21.3.ebuild b/dev-python/bidict/bidict-0.22.0.ebuild similarity index 95% rename from dev-python/bidict/bidict-0.21.3.ebuild rename to dev-python/bidict/bidict-0.22.0.ebuild index 61ecb2e16..566a96b18 100644 --- a/dev-python/bidict/bidict-0.21.3.ebuild +++ b/dev-python/bidict/bidict-0.22.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8