From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1484196-garchives=archives.gentoo.org@lists.gentoo.org>
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 3FFFB15800F
	for <garchives@archives.gentoo.org>; Sun,  5 Feb 2023 15:44:57 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 733C3E069C;
	Sun,  5 Feb 2023 15:44:56 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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 5AA5AE069C
	for <gentoo-commits@lists.gentoo.org>; Sun,  5 Feb 2023 15:44:56 +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 A5897335D58
	for <gentoo-commits@lists.gentoo.org>; Sun,  5 Feb 2023 15:44:54 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id ED6F589B
	for <gentoo-commits@lists.gentoo.org>; Sun,  5 Feb 2023 15:44:52 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1675611861.a72fce1c207345e654b893f37ce10253278e3191.sam@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.74.0-r1.ebuild net-im/synapse/synapse-1.74.0.ebuild net-im/synapse/synapse-1.75.0-r1.ebuild net-im/synapse/synapse-1.75.0.ebuild net-im/synapse/synapse-1.76.0.ebuild
X-VCS-Directories: net-im/synapse/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: a72fce1c207345e654b893f37ce10253278e3191
X-VCS-Branch: master
Date: Sun,  5 Feb 2023 15:44:52 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: f7aaccca-abef-4c3d-a211-b17792ee9775
X-Archives-Hash: 6737ea23b18e6a4a776d59d96723b992

commit:     a72fce1c207345e654b893f37ce10253278e3191
Author:     Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Sun Feb  5 15:26:10 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb  5 15:44:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a72fce1c

net-im/synapse: limit poetry-core to <1.5.0

Synapse has frequent releases, we can limit poetry-core to <1.5.0 now
and wait for the next version where the issue will be solved.

Bug: https://bugs.gentoo.org/893244
See-also: https://github.com/matrix-org/synapse/pull/14949
See-also: https://github.com/python-poetry/poetry/issues/7470
Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/29379
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-im/synapse/{synapse-1.74.0.ebuild => synapse-1.74.0-r1.ebuild} | 1 +
 net-im/synapse/{synapse-1.75.0.ebuild => synapse-1.75.0-r1.ebuild} | 1 +
 net-im/synapse/synapse-1.76.0.ebuild                               | 1 +
 3 files changed, 3 insertions(+)

diff --git a/net-im/synapse/synapse-1.74.0.ebuild b/net-im/synapse/synapse-1.74.0-r1.ebuild
similarity index 99%
rename from net-im/synapse/synapse-1.74.0.ebuild
rename to net-im/synapse/synapse-1.74.0-r1.ebuild
index 2d93428cd56e..660bdd799cb3 100644
--- a/net-im/synapse/synapse-1.74.0.ebuild
+++ b/net-im/synapse/synapse-1.74.0-r1.ebuild
@@ -127,6 +127,7 @@ RDEPEND="${DEPEND}
 	systemd? ( dev-python/python-systemd[${PYTHON_USEDEP}] )
 "
 BDEPEND="
+	<dev-python/poetry-core-1.5.0[${PYTHON_USEDEP}]
 	dev-python/setuptools-rust[${PYTHON_USEDEP}]
 	test? (
 		dev-python/idna[${PYTHON_USEDEP}]

diff --git a/net-im/synapse/synapse-1.75.0.ebuild b/net-im/synapse/synapse-1.75.0-r1.ebuild
similarity index 99%
rename from net-im/synapse/synapse-1.75.0.ebuild
rename to net-im/synapse/synapse-1.75.0-r1.ebuild
index 3b0881903314..db822497a82a 100644
--- a/net-im/synapse/synapse-1.75.0.ebuild
+++ b/net-im/synapse/synapse-1.75.0-r1.ebuild
@@ -127,6 +127,7 @@ RDEPEND="${DEPEND}
 	systemd? ( dev-python/python-systemd[${PYTHON_USEDEP}] )
 "
 BDEPEND="
+	<dev-python/poetry-core-1.5.0[${PYTHON_USEDEP}]
 	dev-python/setuptools-rust[${PYTHON_USEDEP}]
 	test? (
 		dev-python/idna[${PYTHON_USEDEP}]

diff --git a/net-im/synapse/synapse-1.76.0.ebuild b/net-im/synapse/synapse-1.76.0.ebuild
index b943f6be542c..69a3111edb72 100644
--- a/net-im/synapse/synapse-1.76.0.ebuild
+++ b/net-im/synapse/synapse-1.76.0.ebuild
@@ -127,6 +127,7 @@ RDEPEND="${DEPEND}
 	systemd? ( dev-python/python-systemd[${PYTHON_USEDEP}] )
 "
 BDEPEND="
+	<dev-python/poetry-core-1.5.0[${PYTHON_USEDEP}]
 	dev-python/setuptools-rust[${PYTHON_USEDEP}]
 	test? (
 		dev-python/idna[${PYTHON_USEDEP}]