commit:     33a4f1a499a3af7884fd70be1ce385998eb31d82
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  4 12:39:20 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Thu Jul  4 12:52:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a4f1a4

net-im/synapse: restrict <dev-python/twisted-24.3.0_p20240628

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-im/synapse/{synapse-1.108.0.ebuild => synapse-1.108.0-r1.ebuild} | 5 ++++-
 net-im/synapse/{synapse-1.109.0.ebuild => synapse-1.109.0-r1.ebuild} | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/net-im/synapse/synapse-1.108.0.ebuild 
b/net-im/synapse/synapse-1.108.0-r1.ebuild
similarity index 96%
rename from net-im/synapse/synapse-1.108.0.ebuild
rename to net-im/synapse/synapse-1.108.0-r1.ebuild
index b4e2f7c573dd..c7b7f5614197 100644
--- a/net-im/synapse/synapse-1.108.0.ebuild
+++ b/net-im/synapse/synapse-1.108.0-r1.ebuild
@@ -124,6 +124,9 @@ DEPEND="
        acct-user/synapse
        acct-group/synapse
 "
+# The dev-python/twisted-24.3.0_p20240628 snapshot available in our tree
+# introduces some breaking changes for synapse,
+# see https://github.com/element-hq/synapse/issues/17075
 RDEPEND="
        ${DEPEND}
        dev-python/attrs[${PYTHON_USEDEP}]
@@ -152,7 +155,7 @@ RDEPEND="
        dev-python/signedjson[${PYTHON_USEDEP}]
        dev-python/sortedcontainers[${PYTHON_USEDEP}]
        dev-python/treq[${PYTHON_USEDEP}]
-       dev-python/twisted[${PYTHON_USEDEP}]
+       <dev-python/twisted-24.3.0_p20240628[${PYTHON_USEDEP}]
        dev-python/typing-extensions[${PYTHON_USEDEP}]
        dev-python/unpaddedbase64[${PYTHON_USEDEP}]
        postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] )

diff --git a/net-im/synapse/synapse-1.109.0.ebuild 
b/net-im/synapse/synapse-1.109.0-r1.ebuild
similarity index 96%
rename from net-im/synapse/synapse-1.109.0.ebuild
rename to net-im/synapse/synapse-1.109.0-r1.ebuild
index 50c8ae9df1ba..b0d230458bee 100644
--- a/net-im/synapse/synapse-1.109.0.ebuild
+++ b/net-im/synapse/synapse-1.109.0-r1.ebuild
@@ -124,6 +124,9 @@ DEPEND="
        acct-user/synapse
        acct-group/synapse
 "
+# The dev-python/twisted-24.3.0_p20240628 snapshot available in our tree
+# introduces some breaking changes for synapse,
+# see https://github.com/element-hq/synapse/issues/17075
 RDEPEND="
        ${DEPEND}
        dev-python/attrs[${PYTHON_USEDEP}]
@@ -152,7 +155,7 @@ RDEPEND="
        dev-python/signedjson[${PYTHON_USEDEP}]
        dev-python/sortedcontainers[${PYTHON_USEDEP}]
        dev-python/treq[${PYTHON_USEDEP}]
-       dev-python/twisted[${PYTHON_USEDEP}]
+       <dev-python/twisted-24.3.0_p20240628[${PYTHON_USEDEP}]
        dev-python/typing-extensions[${PYTHON_USEDEP}]
        dev-python/unpaddedbase64[${PYTHON_USEDEP}]
        postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] )

Reply via email to