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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 264F2158042 for ; Wed, 30 Oct 2024 16:13:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 102E2E07A9; Wed, 30 Oct 2024 16:13:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 EEAC1E07A9 for ; Wed, 30 Oct 2024 16:13:43 +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 308EA341465 for ; Wed, 30 Oct 2024 16:13:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9422F198C for ; Wed, 30 Oct 2024 16:13:41 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1730304773.5c7cf2e889a98b18353a46d72b8f99572e577ebd.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/synapse/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/synapse/synapse-1.114.0-r1.ebuild net-im/synapse/synapse-1.114.0-r2.ebuild net-im/synapse/synapse-1.116.0-r1.ebuild net-im/synapse/synapse-1.116.0-r2.ebuild net-im/synapse/synapse-1.116.0-r3.ebuild net-im/synapse/synapse-1.116.0-r4.ebuild X-VCS-Directories: net-im/synapse/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 5c7cf2e889a98b18353a46d72b8f99572e577ebd X-VCS-Branch: master Date: Wed, 30 Oct 2024 16:13:41 +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: 19ff0e2b-4a95-4635-b6bf-21519e2dde7a X-Archives-Hash: 1c3ee20291169daf83a75e7d8f29fb39 commit: 5c7cf2e889a98b18353a46d72b8f99572e577ebd Author: Petr Vaněk gentoo org> AuthorDate: Wed Oct 30 15:27:50 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Wed Oct 30 16:12:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c7cf2e8 net-im/synapse: restrict dev-python/treq due to multipart issue dev-python/treq-24.9.1-r1 depends on dev-python/multipart which has a name collision with =dev-python/python-multipart-0.0.12-r100, but we need to restrict treq for older versions until it will be possible to stabilize 1.116.0-r4. Signed-off-by: Petr Vaněk gentoo.org> net-im/synapse/{synapse-1.114.0-r1.ebuild => synapse-1.114.0-r2.ebuild} | 2 +- net-im/synapse/{synapse-1.116.0-r1.ebuild => synapse-1.116.0-r3.ebuild} | 2 +- net-im/synapse/{synapse-1.116.0-r2.ebuild => synapse-1.116.0-r4.ebuild} | 0 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/synapse/synapse-1.114.0-r1.ebuild b/net-im/synapse/synapse-1.114.0-r2.ebuild similarity index 99% rename from net-im/synapse/synapse-1.114.0-r1.ebuild rename to net-im/synapse/synapse-1.114.0-r2.ebuild index 5445fd9a9573..b310112b701f 100644 --- a/net-im/synapse/synapse-1.114.0-r1.ebuild +++ b/net-im/synapse/synapse-1.114.0-r2.ebuild @@ -153,7 +153,7 @@ RDEPEND=" dev-python/service-identity[${PYTHON_USEDEP}] dev-python/signedjson[${PYTHON_USEDEP}] dev-python/sortedcontainers[${PYTHON_USEDEP}] - dev-python/treq[${PYTHON_USEDEP}] +