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 7E91C15ACFC for ; Sun, 23 Apr 2023 17:44:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7686BE0BDE; Sun, 23 Apr 2023 17:44:12 +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 5A6D3E0B9B for ; Sun, 23 Apr 2023 17:44:12 +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 950B73412F0 for ; Sun, 23 Apr 2023 17:44:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8149FA57 for ; Sun, 23 Apr 2023 17:44:08 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1682271833.c263d16d8b2177addc9088b8012bc01c0127d8a6.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/mautrix-telegram/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/mautrix-telegram/mautrix-telegram-0.13.0.ebuild X-VCS-Directories: net-im/mautrix-telegram/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: c263d16d8b2177addc9088b8012bc01c0127d8a6 X-VCS-Branch: dev Date: Sun, 23 Apr 2023 17:44:08 +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: d5b07254-ad9d-4dd4-9df1-3acfee9afa20 X-Archives-Hash: 36af8b0d7dbbac0c5e8f48d5c414f2e7 commit: c263d16d8b2177addc9088b8012bc01c0127d8a6 Author: Julien Roy jroy ca> AuthorDate: Sun Apr 23 17:43:53 2023 +0000 Commit: Julien Roy jroy ca> CommitDate: Sun Apr 23 17:43:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c263d16d net-im/mautrix-telegram: update tulir-telethon DEPEND Signed-off-by: Julien Roy jroy.ca> net-im/mautrix-telegram/mautrix-telegram-0.13.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/mautrix-telegram/mautrix-telegram-0.13.0.ebuild b/net-im/mautrix-telegram/mautrix-telegram-0.13.0.ebuild index 4e99336fc..a587d676f 100644 --- a/net-im/mautrix-telegram/mautrix-telegram-0.13.0.ebuild +++ b/net-im/mautrix-telegram/mautrix-telegram-0.13.0.ebuild @@ -33,7 +33,7 @@ RDEPEND=" dev-python/python-magic[${PYTHON_USEDEP}] dev-python/qrcode[${PYTHON_USEDEP}] dev-python/ruamel-yaml[${PYTHON_USEDEP}] - ~dev-python/tulir-telethon-1.27.0_alpha6[${PYTHON_USEDEP}] + >=dev-python/tulir-telethon-1.28.0_alpha0[${PYTHON_USEDEP}] dev-python/unpaddedbase64[${PYTHON_USEDEP}] dev-python/yarl[${PYTHON_USEDEP}] "