commit:     e4e26e9cd27d60cc0a79cb6961dcc13de3791b76
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 20 10:28:09 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 20 16:02:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e26e9c

net-im/synapse: Restrict dev-python/twisted due to regressions

Bug: https://bugs.gentoo.org/941879
Bug: https://github.com/element-hq/synapse/issues/17075
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-im/synapse/synapse-1.113.0-r1.ebuild | 6 ++----
 net-im/synapse/synapse-1.114.0-r1.ebuild | 6 ++----
 net-im/synapse/synapse-1.115.0-r2.ebuild | 6 ++----
 net-im/synapse/synapse-1.116.0-r1.ebuild | 6 ++----
 net-im/synapse/synapse-1.116.0-r2.ebuild | 6 ++----
 5 files changed, 10 insertions(+), 20 deletions(-)

diff --git a/net-im/synapse/synapse-1.113.0-r1.ebuild 
b/net-im/synapse/synapse-1.113.0-r1.ebuild
index f3419579ad09..2a3f66af95ae 100644
--- a/net-im/synapse/synapse-1.113.0-r1.ebuild
+++ b/net-im/synapse/synapse-1.113.0-r1.ebuild
@@ -124,9 +124,7 @@ 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
+# <twisted: https://github.com/element-hq/synapse/issues/17075
 RDEPEND="
        ${DEPEND}
        dev-python/attrs[${PYTHON_USEDEP}]
@@ -156,7 +154,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.10[${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.114.0-r1.ebuild 
b/net-im/synapse/synapse-1.114.0-r1.ebuild
index 1babee2f0d9a..5445fd9a9573 100644
--- a/net-im/synapse/synapse-1.114.0-r1.ebuild
+++ b/net-im/synapse/synapse-1.114.0-r1.ebuild
@@ -124,9 +124,7 @@ 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
+# <twisted: https://github.com/element-hq/synapse/issues/17075
 RDEPEND="
        ${DEPEND}
        dev-python/attrs[${PYTHON_USEDEP}]
@@ -156,7 +154,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.10[${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.115.0-r2.ebuild 
b/net-im/synapse/synapse-1.115.0-r2.ebuild
index 3a7e70a1e23c..39b32557718e 100644
--- a/net-im/synapse/synapse-1.115.0-r2.ebuild
+++ b/net-im/synapse/synapse-1.115.0-r2.ebuild
@@ -124,9 +124,7 @@ 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
+# <twisted: https://github.com/element-hq/synapse/issues/17075
 RDEPEND="
        ${DEPEND}
        dev-python/attrs[${PYTHON_USEDEP}]
@@ -156,7 +154,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.10[${PYTHON_USEDEP}]
        dev-python/typing-extensions[${PYTHON_USEDEP}]
        dev-python/unpaddedbase64[${PYTHON_USEDEP}]
        $(python_gen_cond_dep '

diff --git a/net-im/synapse/synapse-1.116.0-r1.ebuild 
b/net-im/synapse/synapse-1.116.0-r1.ebuild
index b030bb579e91..a5627622a9e9 100644
--- a/net-im/synapse/synapse-1.116.0-r1.ebuild
+++ b/net-im/synapse/synapse-1.116.0-r1.ebuild
@@ -124,9 +124,7 @@ 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
+# <twisted: https://github.com/element-hq/synapse/issues/17075
 RDEPEND="
        ${DEPEND}
        dev-python/attrs[${PYTHON_USEDEP}]
@@ -156,7 +154,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.10[${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.116.0-r2.ebuild 
b/net-im/synapse/synapse-1.116.0-r2.ebuild
index 4506c4e74f1d..de5fd7861198 100644
--- a/net-im/synapse/synapse-1.116.0-r2.ebuild
+++ b/net-im/synapse/synapse-1.116.0-r2.ebuild
@@ -124,9 +124,7 @@ 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
+# <twisted: https://github.com/element-hq/synapse/issues/17075
 RDEPEND="
        ${DEPEND}
        dev-python/attrs[${PYTHON_USEDEP}]
@@ -156,7 +154,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.10[${PYTHON_USEDEP}]
        dev-python/typing-extensions[${PYTHON_USEDEP}]
        dev-python/unpaddedbase64[${PYTHON_USEDEP}]
        postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] )

Reply via email to