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 586F1158090 for ; Tue, 10 May 2022 07:49:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AB3EE091D; Tue, 10 May 2022 07:49:23 +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 40144E091D for ; Tue, 10 May 2022 07:49:23 +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 4C49934144D for ; Tue, 10 May 2022 07:49:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C990464 for ; Tue, 10 May 2022 07:49:19 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1652144388.3562c008ac0f5c23520187ecf5ccd1d4fb5ebd01.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/types-python-dateutil/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/types-python-dateutil/Manifest dev-python/types-python-dateutil/types-python-dateutil-2.8.12.ebuild dev-python/types-python-dateutil/types-python-dateutil-2.8.15.ebuild X-VCS-Directories: dev-python/types-python-dateutil/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 3562c008ac0f5c23520187ecf5ccd1d4fb5ebd01 X-VCS-Branch: master Date: Tue, 10 May 2022 07:49:19 +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: cdadb99a-f9e5-408b-8f01-fc9f9c9d2560 X-Archives-Hash: 1c61f2fc4ab4a571203275c664dba327 commit: 3562c008ac0f5c23520187ecf5ccd1d4fb5ebd01 Author: Alessandro Barbieri gmail com> AuthorDate: Tue May 10 00:59:48 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue May 10 00:59:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3562c008 dev-python/types-python-dateutil: add 2.8.15, drop 2.8.12 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/types-python-dateutil/Manifest | 2 +- ...ython-dateutil-2.8.12.ebuild => types-python-dateutil-2.8.15.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/types-python-dateutil/Manifest b/dev-python/types-python-dateutil/Manifest index ecddef1b3..7495b0c3a 100644 --- a/dev-python/types-python-dateutil/Manifest +++ b/dev-python/types-python-dateutil/Manifest @@ -1,2 +1,2 @@ -DIST types-python-dateutil-2.8.12.tar.gz 6702 BLAKE2B 1435e834c4c0e6a1a2dfb22e4f98fe2382bb9942d69f44892ce381b9949579361b1cf6efd8e7ec0979101d721877534b19410a4527aa034b5e4c0d382fe7dd0a SHA512 20bc518462ee692ae642a1762c6f958e6d914c9b005b5dad9f68938b7e1a010161d5f23ece1be74dd0adb0dda85be20c81a44efa4ba181bd18f10e74c7a28967 DIST types-python-dateutil-2.8.14.tar.gz 6833 BLAKE2B 5a0ac6d195219956e9416af735b14715ce9beefad02ae2f5898693b2d55f406c5a4039175616dd6f7637d8a22cefae6cb2d82737cb2da86b1e76e1c411df9f41 SHA512 07a392b00157d07f05c6332915c33a3595dcb623b92bf70ed4ad91cccc36334df2cb9f04701288ba42301149d4e78cfdd6ce527772f8261feb11b1ec588eb86d +DIST types-python-dateutil-2.8.15.tar.gz 6923 BLAKE2B 53bfdff4ebb585d4b0d9c9a22c8e70aae87ce2b154748f54823713e68f8faa21ae3eb7165359e6763b2b0027e5128fedba4d66e6bd70232bd6650cf9bfe425dd SHA512 e2efd88dfc27b5a7ace8147b9a4d924dd32471fe59d65c7ff8bc9576d1d8b5b6bdc83e808cabb35c9a866614debd8fafdd779166efa2b51069056ae9330f9fcc diff --git a/dev-python/types-python-dateutil/types-python-dateutil-2.8.12.ebuild b/dev-python/types-python-dateutil/types-python-dateutil-2.8.15.ebuild similarity index 100% rename from dev-python/types-python-dateutil/types-python-dateutil-2.8.12.ebuild rename to dev-python/types-python-dateutil/types-python-dateutil-2.8.15.ebuild