Commit Graph

226 Commits

Author SHA1 Message Date
Sumner Evans
e1a8113c12
matrix-synapse: 1.84.0 -> 1.84.1
https://github.com/matrix-org/synapse/releases/tag/v1.84.1
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-05-29 12:29:28 -06:00
Sumner Evans
a1e84c454d
matrix-synapse: 1.83.0 -> 1.84.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-05-23 09:36:52 -06:00
Alyssa Ross
5e06b3cb19 treewide: don't use rustPlatform.rust
This will be deprecated in the next commit.
2023-05-12 15:31:21 +00:00
Sumner Evans
338f9cb5be
matrix-synapse: 1.82.0 -> 1.83.0
https://github.com/matrix-org/synapse/releases/tag/v1.83.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-05-09 18:10:58 -06:00
Sumner Evans
20d0844053
matrix-synapse: 1.81.0 -> 1.82.0
https://github.com/matrix-org/synapse/releases/tag/v1.82.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-04-26 11:33:30 -06:00
Sumner Evans
1291a568f2
matrix-synapse: 1.80.0 -> 1.81.0
https://github.com/matrix-org/synapse/releases/tag/v1.81.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-04-11 09:42:03 -06:00
Sumner Evans
a991a71d04
matrix-synapse: 1.79.0 -> 1.80.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-03-28 13:55:24 +02:00
Maximilian Bosch
5e8f862327
matrix-synapse: 1.78.0 -> 1.79.0
ChangeLog: https://github.com/matrix-org/synapse/releases/tag/v1.79.0
2023-03-15 13:30:04 +01:00
Sumner Evans
eaace18465
matrix-synapse: 1.77.0 -> 1.78.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-03-01 03:23:55 -07:00
Sumner Evans
84bb907ec2
matrix-synapse: 1.76.0 -> 1.77.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-02-14 07:40:22 -07:00
Robert Schütz
b7eaeda419 matrix-synapse: remove pyjwt dependency
Upstream removed it in https://github.com/matrix-org/synapse/pull/13011.
2023-02-09 17:30:59 -08:00
Sumner Evans
96e7d9fa2a
matrix-synapse: 1.75.0 -> 1.76.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-01-31 10:43:22 -07:00
Charlotte Van Petegem
b6f3519384
matrix-synapse,mautrix-facebook: fix runtime inclusion of python3 systemd
https://github.com/NixOS/nixpkgs/pull/192197 broke these packages by adding
systemd as a dependency. This meant that the included package was no longer the
python3 systemd package, but the general systemd derivation. This broke the
packages at runtime. This PR fixes that.
2023-01-24 09:44:36 +01:00
Adam Joseph
42815b4a0c treewide: systemdSupport: use lib.meta.availableOn
Many packages have some kind of flag indicating whether or not to build with
systemd support.  Most of these default to `stdenv.isLinux`, but systemd does
not build on (and is marked `broken` for) `isStatic`.  Only a few packages have
the needed `&& !isStatic` in the default value for their parameter.

This commit moves the logic for the default value of these flags into
`systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using
`lib.meta.availableOn`.

This provides three benefits:

1. The default values are set correctly (i.e. including `&& isStatic`)

2. The default values are set consistently

3. The way is paved for any future non-Linux systemd platforms (FreeBSD is
   reported to have experimental systemd support)
2023-01-22 00:27:19 -08:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Sumner Evans
b9b0d3260e
matrix-synapse: 1.74.0 -> 1.75.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-01-17 08:19:59 -07:00
Martin Weinelt
bbbb7a79cd
python3Packges.pyicu: rename from PyICU 2022-12-28 18:09:57 +01:00
Martin Weinelt
78555d7540
matrix-synapse: Use improved user search
by propagating pyicu, bindings to libicu, that help to deal with
international display names.
2022-12-28 18:09:49 +01:00
Sumner Evans
c5e381b6c2
matrix-synapse: 1.73.0 -> 1.74.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2022-12-20 13:56:38 -07:00
Sumner Evans
33b48c1b65
matrix-synapse: 1.72.0 -> 1.73.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2022-12-06 09:32:35 -07:00
Sumner Evans
6ac16c2697
matrix-synapse: 1.71.0 -> 1.72.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2022-11-22 08:17:58 -07:00
Sumner Evans
ccd94ad132
matrix-synapse: 1.70.1 -> 1.71.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2022-11-08 07:51:43 -07:00
Maximilian Bosch
9173f1c5b4
matrix-synapse: 1.70.0 -> 1.70.1
ChangeLog: https://github.com/matrix-org/synapse/releases/tag/v1.70.1
2022-10-28 15:37:39 +02:00
Maximilian Bosch
7d9917a0ae
Merge pull request #198151 from Ma27/bump-matrix-synapse
matrix-synapse: 1.69.0 -> 1.70.0
2022-10-28 08:25:37 +02:00
Nick Cao
a7a59fe459
matrix-synapse: remove setuptools_rust from runtime dependencies 2022-10-28 09:38:14 +08:00
Maximilian Bosch
1161a6f63e
matrix-synapse: 1.69.0 -> 1.70.0
ChangeLog: https://github.com/matrix-org/synapse/releases/tag/v1.70.0
2022-10-27 23:47:36 +02:00
Nick Cao
7c0cf03e64
matrix-synapse: 1.68.0 -> 1.69.0 2022-10-19 10:38:49 +08:00
Martin Weinelt
326b8f7d8f
matrix-synapse: 1.67.0 -> 1.68.0
https://github.com/matrix-org/synapse/releases/tag/v1.68.0

Uses poetry-core to build the package. Drops setuptools-rust from
runtime dependencies, because they are checked at startup, which breaks
because we do a clear separation of concerns.

Fixes a misconception about the tests, that were until now always run
against the source module. This breaks with the introduction of the rust
components, because they're not available in the source module.

Adds missing pre and post hooks to checkPhase.
2022-09-27 18:03:03 +02:00
Nick Cao
65cefcd588
matrix-synapse: 1.66.0 -> 1.67.0 2022-09-14 14:20:23 +08:00
Nick Cao
eeefc8f733
matrix-synapse: 1.65.0 -> 1.66.0 2022-08-31 22:05:13 +08:00
R. Ryantm
f4eec8f9ae matrix-synapse: 1.64.0 -> 1.65.0 2022-08-17 07:35:57 +00:00
Sumner Evans
463fe0db3d
matrix-synapse: 1.63.1 -> 1.64.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2022-08-02 08:23:59 -06:00
Sumner Evans
f4b02d9b1b
matrix-synapse: 1.63.0 -> 1.63.1
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2022-07-20 10:52:22 -06:00
Sumner Evans
b11ce38b27
matrix-synapse: 1.62.0 -> 1.63.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2022-07-19 08:20:49 -06:00
Sumner Evans
8c5079ef3e
matrix-synapse: 1.61.1 -> 1.62.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2022-07-05 07:44:46 -06:00
Maximilian Bosch
89d1b48eb5
matrix-synapse: 1.61.0 -> 1.61.1
ChangeLog: https://github.com/matrix-org/synapse/releases/tag/v1.61.1
2022-06-28 16:26:35 +02:00
Nick Cao
402807041a
matrix-synapse: 1.60.0 -> 1.61.0 2022-06-15 20:16:29 +08:00
Robin Townsend
bb5f5eadf4 matrix-synapse: 1.59.1 -> 1.60.0
https://github.com/matrix-org/synapse/releases/tag/v1.60.0
2022-05-31 09:32:26 -04:00
Sumner Evans
2836ac6b83
matrix-synapse: 1.58.0 -> 1.59.1 2022-05-18 09:05:30 -06:00
Charlotte 🦝 Delenk
7f1ddd2da5
matrix-synapse: 1.57.0 -> 1.58.0
Closes #169534
2022-05-03 12:57:24 +01:00
Sumner Evans
a6bc9e05cf
matrix-synapse: 1.56.0 -> 1.57.0 2022-04-19 08:16:57 -06:00
Sumner Evans
55f2b8834e
matrix-synapse: 1.55.2 -> 1.56.0 2022-04-05 08:16:13 -06:00
R. Ryantm
2ec30e4b14 matrix-synapse: 1.55.0 -> 1.55.2 2022-03-25 07:38:20 +00:00
Sumner Evans
9e53370359
matrix-synapse: 1.54.0 -> 1.55.0 2022-03-22 09:59:06 -06:00
Sumner Evans
422ce80e9a
matrix-synapse: 1.53.0 -> 1.54.0 2022-03-08 08:37:21 -07:00
ajs124
f6956a44e1 matrix-synapse: 1.52.0 -> 1.53.0 2022-02-22 21:04:07 +01:00
Martin Weinelt
bbeef258ed
Merge pull request #158816 from helsinki-systems/upd/matrix-synapse 2022-02-12 23:58:07 +01:00
Robert Scott
ef5a60ff58 matrix-synapse: remove frozendict version constraint 2022-02-11 18:32:44 +00:00
ajs124
62eb700727 matrix-synapse: 1.51.0 -> 1.52.0 2022-02-09 20:08:58 +01:00
Sumner Evans
9bdb1f9287
matrix-synapse: 1.50.2 -> 1.51.0 2022-01-25 12:14:05 -07:00