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 2DD64158020 for ; Thu, 24 Nov 2022 21:20:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CEE8E09A1; Thu, 24 Nov 2022 21:20:47 +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 1C1BBE09A1 for ; Thu, 24 Nov 2022 21:20:46 +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 020A033FEFB for ; Thu, 24 Nov 2022 21:20:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AB8E73B for ; Thu, 24 Nov 2022 21:20:44 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1669324609.3a397fd04de312d43d4b4e2e1a8f3e2f4f2a4302.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mastodon-py/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/mastodon-py/Manifest dev-python/mastodon-py/mastodon-py-1.6.3.ebuild dev-python/mastodon-py/mastodon-py-1.7.0.ebuild X-VCS-Directories: dev-python/mastodon-py/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 3a397fd04de312d43d4b4e2e1a8f3e2f4f2a4302 X-VCS-Branch: dev Date: Thu, 24 Nov 2022 21:20:44 +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: 6c4b95fe-b0f4-4607-b92c-f728e9bb654e X-Archives-Hash: 38d15de0043d27f4a69b03855f082b1c commit: 3a397fd04de312d43d4b4e2e1a8f3e2f4f2a4302 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Nov 24 21:16:49 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Thu Nov 24 21:16:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3a397fd0 dev-python/mastodon-py: add 1.7.0, drop 1.6.3 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/mastodon-py/Manifest | 2 +- .../mastodon-py/{mastodon-py-1.6.3.ebuild => mastodon-py-1.7.0.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/mastodon-py/Manifest b/dev-python/mastodon-py/Manifest index 066169f0f..f09b43622 100644 --- a/dev-python/mastodon-py/Manifest +++ b/dev-python/mastodon-py/Manifest @@ -1 +1 @@ -DIST Mastodon.py-1.6.3.tar.gz 8561061 BLAKE2B 001eb4bbd2ba601209e71d3a22f66702c8380f8a8d816a8d9a3adb28b9fddf012ad9c760ff8e492f05994ebf9673ae97c92d9366907b735a4b0af07fffb9c817 SHA512 bca3b5ecff431d20431f73402a203cdd66a572260e88584ba08a3aafc065f45498b775b0e7e3d167cc759338d3c00ae2c6d9d71c63f1fc0a52aaf8a63410ac35 +DIST Mastodon.py-1.7.0.tar.gz 8633772 BLAKE2B e27827cf7b5a010616524355c51771709591ee498b398cb009fe73697a96a313880e9f81e138c48c9f144fe9b35222b6852d84a2b4648803604b0a3a9ed190c3 SHA512 faa056fc800104a732524126458baec68ef838fe36fb7df5721262f6faf61e0f5591026efb1a19612ceeaa785eb81b4aab55728479bf216f6d2b9afcfedcdd18 diff --git a/dev-python/mastodon-py/mastodon-py-1.6.3.ebuild b/dev-python/mastodon-py/mastodon-py-1.7.0.ebuild similarity index 100% rename from dev-python/mastodon-py/mastodon-py-1.6.3.ebuild rename to dev-python/mastodon-py/mastodon-py-1.7.0.ebuild