diff options
author | 2024-07-04 14:39:20 +0200 | |
---|---|---|
committer | 2024-07-04 14:52:54 +0200 | |
commit | 33a4f1a499a3af7884fd70be1ce385998eb31d82 (patch) | |
tree | 2cbe586a951069c3a7cd97d7fb404f5d1d0c94b8 /net-im/synapse | |
parent | net-im/synapse: drop 1.107.0 (diff) | |
download | gentoo-33a4f1a499a3af7884fd70be1ce385998eb31d82.tar.gz gentoo-33a4f1a499a3af7884fd70be1ce385998eb31d82.tar.bz2 gentoo-33a4f1a499a3af7884fd70be1ce385998eb31d82.zip |
net-im/synapse: restrict <dev-python/twisted-24.3.0_p20240628
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'net-im/synapse')
-rw-r--r-- | net-im/synapse/synapse-1.108.0-r1.ebuild (renamed from net-im/synapse/synapse-1.108.0.ebuild) | 5 | ||||
-rw-r--r-- | net-im/synapse/synapse-1.109.0-r1.ebuild (renamed from net-im/synapse/synapse-1.109.0.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 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 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}] ) |