Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/synapse/
Date: Wed, 15 Mar 2023 09:59:02
Message-Id: 1678874333.fe9608794e2b6d11c9e7b7ce07bdbffa80d31aed.mgorny@gentoo
1 commit: fe9608794e2b6d11c9e7b7ce07bdbffa80d31aed
2 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
3 AuthorDate: Wed Mar 15 08:31:09 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 15 09:58:53 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe960879
7
8 net-im/synapse: restrict dev-python/canonicaljson to <2.0.0
9
10 Available versions of synapse require canonicaljson <2.0.0. This will
11 change in future versions to >=2.0.0 soon, most probably in next
12 version in 14 days.
13
14 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
15 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
16
17 net-im/synapse/{synapse-1.77.0.ebuild => synapse-1.77.0-r1.ebuild} | 2 +-
18 net-im/synapse/{synapse-1.78.0.ebuild => synapse-1.78.0-r1.ebuild} | 2 +-
19 2 files changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/net-im/synapse/synapse-1.77.0.ebuild b/net-im/synapse/synapse-1.77.0-r1.ebuild
22 similarity index 99%
23 rename from net-im/synapse/synapse-1.77.0.ebuild
24 rename to net-im/synapse/synapse-1.77.0-r1.ebuild
25 index 36f84cc645f5..b8e7210085f9 100644
26 --- a/net-im/synapse/synapse-1.77.0.ebuild
27 +++ b/net-im/synapse/synapse-1.77.0-r1.ebuild
28 @@ -97,7 +97,7 @@ RDEPEND="${DEPEND}
29 dev-python/attrs[${PYTHON_USEDEP}]
30 dev-python/bcrypt[${PYTHON_USEDEP}]
31 dev-python/bleach[${PYTHON_USEDEP}]
32 - dev-python/canonicaljson[${PYTHON_USEDEP}]
33 + <dev-python/canonicaljson-2[${PYTHON_USEDEP}]
34 dev-python/cryptography[${PYTHON_USEDEP}]
35 dev-python/frozendict[${PYTHON_USEDEP}]
36 dev-python/ijson[${PYTHON_USEDEP}]
37
38 diff --git a/net-im/synapse/synapse-1.78.0.ebuild b/net-im/synapse/synapse-1.78.0-r1.ebuild
39 similarity index 99%
40 rename from net-im/synapse/synapse-1.78.0.ebuild
41 rename to net-im/synapse/synapse-1.78.0-r1.ebuild
42 index 2da15407303b..9b508939ceef 100644
43 --- a/net-im/synapse/synapse-1.78.0.ebuild
44 +++ b/net-im/synapse/synapse-1.78.0-r1.ebuild
45 @@ -97,7 +97,7 @@ RDEPEND="${DEPEND}
46 dev-python/attrs[${PYTHON_USEDEP}]
47 dev-python/bcrypt[${PYTHON_USEDEP}]
48 dev-python/bleach[${PYTHON_USEDEP}]
49 - dev-python/canonicaljson[${PYTHON_USEDEP}]
50 + <dev-python/canonicaljson-2[${PYTHON_USEDEP}]
51 dev-python/cryptography[${PYTHON_USEDEP}]
52 dev-python/frozendict[${PYTHON_USEDEP}]
53 dev-python/ijson[${PYTHON_USEDEP}]