Commit Graph

538 Commits

Author SHA1 Message Date
Charlotte Van Petegem
8ea80a3f11
matrix-hookshot: 4.6.0 -> 4.7.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/4.7.0
2023-12-06 11:45:44 +01:00
Charlotte Van Petegem
161572971b
matrix-hookshot: 4.5.1 -> 4.6.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/4.6.0
2023-12-06 11:45:43 +01:00
R. Ryantm
6b124190b1 matrix-sliding-sync: 0.99.12 -> 0.99.13 2023-12-05 13:20:00 +00:00
Sumner Evans
2594adc657
matrix-synapse: 1.95.1 -> 1.97.0
Closes #270264

Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-11-28 09:20:35 -07:00
Nick Cao
bea932e00a
Merge pull request #267709 from NickCao/synapse
matrix-synapse-unwrapped: fix build on darwin
2023-11-17 11:50:25 -05:00
Adam Joseph
c7e0f6b905 treewide: s_targetPlatform_hostPlatform_ in non-compiler packages
stdenv.targetPlatform really shouldn't be used by software that
doesn't generate or manipulate binaries.  I reviewed all uses of
targetPlatform outside of pkgs/development/compilers and pkgs/stdenv
and replaced those which weren't involved in something which fits
these criteria.
2023-11-17 08:07:34 +00:00
Nick Cao
9101453cf3
matrix-synapse: fix build on darwin 2023-11-15 12:45:16 -05:00
github-actions[bot]
e8096ee1e1
Merge staging-next into staging 2023-11-10 18:01:34 +00:00
emilylange
e1e9724363 matrix-sliding-sync: 0.99.11 -> 0.99.12
https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.12
diff: https://github.com/matrix-org/sliding-sync/compare/v0.99.11...v0.99.12
2023-11-10 15:07:05 +01:00
Alyssa Ross
e3e57b8f18 lib.systems: elaborate Rust metadata
We need this stuff to be available in lib so make-derivation.nix can
access it to construct the Meson cross file.

This has a couple of other advantages:

 - It makes Rust less special.  Now figuring out what Rust calls a
   platform is the same as figuring out what Linux or QEMU call it.

 - We can unify the schema used to define Rust targets, and the schema
   used to access those values later.  Just like you can set "config"
   or "system" in a platform definition, and then access those same
   keys on the elaborated platform, you can now set "rustcTarget" in
   your crossSystem, and then access "stdenv.hostPlatform.rustcTarget"
   in your code.

"rustcTarget", "rustcTargetSpec", "cargoShortTarget", and
"cargoEnvVarTarget" have the "rustc" and "cargo" prefixes because
these are not exposed to code by the compiler, and are not
standardized.  The arch/os/etc. variables are all named to match the
forms in the Rust target spec JSON.

The new rust.target-family only takes a list, since we don't need to
worry about backwards compatibility when that name is used.

The old APIs are all still functional with no warning for now, so that
it's possible for external code to use a single API on both 23.05 and
23.11.  We can introduce the warnings once 23.05 is EOL, and make them
hard errors when 23.11 is EOL.
2023-11-09 10:02:24 +01:00
Nick Cao
bc5613d418
matrix-synapse-unwrapped: 1.95.0 -> 1.95.1
Diff: https://github.com/matrix-org/synapse/compare/v1.95.0...v1.95.1

Changelog: https://github.com/matrix-org/synapse/releases/tag/v1.95.1
2023-10-31 11:25:46 -04:00
Sumner Evans
d298bd24a2
matrix-synapse: 1.94.0 -> 1.95.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-10-24 10:24:14 -06:00
Nick Cao
8245b3e5bb
Merge pull request #262836 from mweinelt/synadm-0.44
matrix-synapse.tools.synadm: 0.43.1 -> 0.44
2023-10-23 08:39:46 -04:00
Martin Weinelt
bce303f80a
matrix-synapse.tools.synadm: 0.43.1 -> 0.44
https://github.com/JOJ0/synadm/releases/tag/v0.44
2023-10-23 01:57:26 +02:00
Yureka
e07d5326fa matrix-synapse: remove opentracing optional dependencies
Fixes eval failure 'opentracing-2.4.0 not supported for interpreter python3.11'

opentracing and jaeger-client libraries are unmaintained
2023-10-22 14:15:23 +02:00
Nick Cao
f90bec8123
Merge pull request #260332 from NickCao/synapse
matrix-synapse-unwrapped: 1.93.0 -> 1.94.0
2023-10-12 11:09:56 -04:00
emilylange
c8c9976cb5 matrix-sliding-sync: 0.99.10 -> 0.99.11
https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.11
diff: https://github.com/matrix-org/sliding-sync/compare/v0.99.10...v0.99.11
2023-10-12 13:16:12 +02:00
Nick Cao
2a28e230ba
matrix-synapse-unwrapped: 1.93.0 -> 1.94.0
Diff: https://github.com/matrix-org/synapse/compare/v1.93.0...v1.94.0

Changelog: https://github.com/matrix-org/synapse/releases/tag/v1.94.0
2023-10-10 22:11:40 -04:00
Yaya
db5d1691d0 matrix-sliding-sync: Add yayayayaka to maintainers
(cherry picked from commit 4a822007840488a5001e754308aa6118f74be4f4)
2023-09-28 15:48:15 +02:00
Charlotte Van Petegem
bbf12a9169 matrix-hookshot: 4.4.1 -> 4.5.1
https://github.com/matrix-org/matrix-hookshot/releases/tag/4.5.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/4.5.1
2023-09-27 06:54:54 +01:00
Sumner Evans
33f5fb167e
matrix-synapse: 1.92.1 -> 1.93.0
https://github.com/matrix-org/synapse/releases/tag/v1.93.0

Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-09-26 11:19:48 -06:00
Yureka
8bd11cde4d
matrix-synapse.plugins.matrix-synapse-s3-storage-provider: add missing dependency (#256485)
this is required for the s3_media_upload script to work
2023-09-23 14:26:36 +02:00
Sophie Tauchert
99e7130d69
matrix-synapse: add worker test to passthru.tests 2023-09-18 08:24:37 +02:00
R. Ryantm
1e9b8d4d2e matrix-synapse-tools.synadm: 0.42 -> 0.43.1 2023-09-15 12:28:36 +02:00
Sandro Jäckel
b000de6a94
matrix-synapse-unwrapped: 1.91.2 -> 1.92.1
Diff: https://github.com/matrix-org/synapse/compare/v1.91.2...v1.92.1

Changelog: https://github.com/matrix-org/synapse/releases/tag/v1.92.1
2023-09-12 15:51:21 +02:00
Maximilian Bosch
eb373a6979
Merge pull request #254394 from SuperSandro2000/matrix-synapse-unwrapped
matrix-synapse-unwrapped: 1.91.1 -> 1.91.2
2023-09-11 14:17:30 +02:00
Fabian Affolter
7e8a5f3403 matrix-synapse.plugins.matrix-synapse-s3-storage-provider: use matrix-synapse-unwrapped 2023-09-10 16:14:04 +02:00
Fabian Affolter
86655c6b75 matrix-synapse.plugins.matrix-synapse-s3-storage-provider: add format
- disable on unsupported Python releases
2023-09-10 16:13:20 +02:00
Fabian Affolter
4c2b34580c matrix-synapse.plugins.matrix-synapse-s3-storage-provider: equalize content
- add and update comments
- use hash as there is already an SRI hash present
- update ordering of phases and inputs (logical and alphabetically)
2023-09-10 16:11:00 +02:00
Fabian Affolter
19ca99a309 matrix-synapse.plugins.matrix-synapse-s3-storage-provider: add changelog to meta 2023-09-10 16:08:50 +02:00
Sandro Jäckel
0c509f405d
matrix-synapse-unwrapped: 1.91.1 -> 1.91.2
Diff: https://github.com/matrix-org/synapse/compare/v1.91.1...v1.91.2

Changelog: https://github.com/matrix-org/synapse/releases/tag/v1.91.2
2023-09-10 14:28:28 +02:00
emilylange
7b15fbcf2c
matrix-sliding-sync: 0.99.9 -> 0.99.10
https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.10
diff: https://github.com/matrix-org/sliding-sync/compare/v0.99.9...v0.99.10
2023-09-07 15:47:46 +02:00
emilylange
928eb5b568
matrix-sliding-sync: 0.99.8 -> 0.99.9
https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.9
diff: https://github.com/matrix-org/sliding-sync/compare/v0.99.8...v0.99.9
2023-09-06 21:04:47 +02:00
Sumner Evans
21d18dce21
matrix-synapse: 1.91.0 -> 1.91.1
https://github.com/matrix-org/synapse/releases/tag/v1.91.1
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-09-04 19:51:48 -06:00
Emily
9ed10c4c53
Merge pull request #252824 from emilylange/matrix-sliding-sync
matrix-sliding-sync: 0.99.7 -> 0.99.8
2023-09-02 15:58:42 +02:00
emilylange
e43cc09fa7
matrix-sliding-sync: 0.99.7 -> 0.99.8
https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.8
diff: https://github.com/matrix-org/sliding-sync/compare/v0.99.7...v0.99.8
2023-09-01 19:45:01 +02:00
Sumner Evans
abb1efd2a4
matrix-synapse: 1.90.0 -> 1.91.0
https://github.com/matrix-org/synapse/releases/tag/v1.91.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-08-30 09:26:44 -06:00
R. Ryantm
90a07abbf8 matrix-synapse-tools.synadm: 0.41.3 -> 0.42 2023-08-29 13:15:46 +00:00
github-actions[bot]
abaaf09a76
Merge master into staging-next 2023-08-24 18:00:52 +00:00
emilylange
2216e64839
matrix-sliding-sync: 0.99.6 -> 0.99.7
https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.7
diff: https://github.com/matrix-org/sliding-sync/compare/v0.99.6...v0.99.7
2023-08-24 14:03:23 +02:00
github-actions[bot]
4328391132
Merge master into staging-next 2023-08-24 12:01:05 +00:00
Theodore Ni
efd6699916
Merge pull request #250671 from tjni/matrix-synapse
matrix-synapse: relax build dependencies
2023-08-23 17:17:11 -07:00
Theodore Ni
786f7a0b8f
matrix-synapse: relax build dependencies 2023-08-23 17:16:34 -07:00
emilylange
0941179894
matrix-sliding-sync: 0.99.5 -> 0.99.6
This release reports the version info inconsistently, because
the hardcoded version string has not been updated yet.

```
❯ result/bin/syncv3
Sync v3 [0.99.5] (v0.99.6)
```

See https://github.com/matrix-org/sliding-sync/blob/v0.99.6/cmd/syncv3/main.go#L29

https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.6
diff: https://github.com/matrix-org/sliding-sync/compare/v0.99.5...v0.99.6
2023-08-23 13:44:28 +02:00
Jan Tojnar
86797b2008 Merge branch 'staging-next' into staging
Conflicts:
- pkgs/development/libraries/qt-6/default.nix
  Merge a5b92645f1 and 0597d865ef
2023-08-16 19:37:11 +02:00
Sumner Evans
dd3e1cc80e
matrix-synapse: 1.89.0 -> 1.90.0
https://github.com/matrix-org/synapse/releases/tag/v1.90.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-08-15 08:20:45 -06:00
Pol Dellaiera
3eb7f7a63b
Merge pull request #248683 from oxij/tree/source-root-continues-3
treewide: cleanup `sourceRoot` and `setSourceRoot` usage
2023-08-15 05:53:52 +02:00
Maximilian Bosch
a471325eaf
Merge pull request #221318 from mweinelt/synapse-extras
nixos/matrix-synapse: Allow passing extras, discover extras from config
2023-08-14 18:43:05 +02:00
Jan Malakhovski
d098c821d6 treewide: remove unneeded dots and slashes in sourceRoots 2023-08-12 08:29:56 +00:00
Jan Malakhovski
591ccfe5b9 treewide: noop: refer to src.name or similar where appropriate, part 3: more use cases
This continues where d8f7f6a5ce left off. Similarly
to that commit, this commit this also points `sourceRoot`s to `src.name` and similar
instead of keeping hardcoded names, and edits other derivation attrs do do the same,
where appropriate.

Also, similarly to d8f7f6a5ce some of expressions this
edits use `srcs` attribute with customly-named sources, so they have to be moved
into `let` blocks to keep evaluation efficient (the other, worse, way to do this
would to recurcively refer to `elemAt n finalAttrs.srcs` or, similarly, with `rec`).
2023-08-11 09:20:44 +00:00
github-actions[bot]
e8caa03cd0
Merge master into staging-next 2023-08-03 06:01:20 +00:00
Nick Cao
65cd0b72b5
Merge pull request #246840 from emilylange/matrix-sliding-sync
matrix-sliding-sync: 0.99.4 -> 0.99.5
2023-08-02 19:42:35 -06:00
emilylange
c0745c298e
matrix-sliding-sync: 0.99.4 -> 0.99.5
https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.5
diff: https://github.com/matrix-org/sliding-sync/compare/v0.99.4...v0.99.5
2023-08-02 21:31:52 +02:00
github-actions[bot]
57402ca7dd
Merge master into staging-next 2023-08-01 18:01:08 +00:00
Maximilian Bosch
4f8b33b1a8
Merge pull request #246553 from gp2112/pkgs/matrix-synapse
matrix-synapse: 1.88.0 -> 1.89.0
2023-08-01 18:40:19 +02:00
Vladimír Čunát
55f778d2b5
Merge branch 'master' into staging-next 2023-08-01 18:22:43 +02:00
Дамјан Георгиевски
fdd97a4738
matrix-appservice-irc: add package.json to package
- seems that package.json is still required in the package root, so add it
- also add `strictDeps = true` to mkDerivation (this removed bash as a
  direct dependency)
2023-08-01 13:57:10 +02:00
Guilherme Ramos Costa Paixao
25c6bcafd0
matrix-synapse: 1.88.0 -> 1.89.0 2023-08-01 08:46:46 -03:00
github-actions[bot]
aee984b6cf
Merge master into staging-next 2023-08-01 06:01:29 +00:00
Nick Cao
0e274c1275
Merge pull request #246323 from chvp/upd/matrix-appservice-slack
matrix-appservice-slack: 2.1.1 -> 2.1.2
2023-07-31 19:16:33 -06:00
Nick Cao
d3279edc64
Merge pull request #246326 from chvp/upd/matrix-hookshot
matrix-hookshot: 4.4.0 -> 4.4.1
2023-07-31 19:15:59 -06:00
github-actions[bot]
f77112cc67
Merge master into staging-next 2023-07-31 18:01:05 +00:00
Yureka
021692865a
matrix-synapse.plugins.matrix-synapse-s3-storage-provider: init at 1.2.1 (#229192) 2023-07-31 19:16:07 +02:00
Maximilian Bosch
190886c5cc
nixos/matrix-synapse: clarify that extras are additive 2023-07-31 18:54:17 +02:00
Maximilian Bosch
5bf466dae9
matrix-synapse: fix PYTHONPATH wrapper 2023-07-31 18:46:43 +02:00
github-actions[bot]
050b858d31
Merge master into staging-next 2023-07-31 12:01:34 +00:00
Charlotte Van Petegem
bcb347160c
matrix-hookshot: 4.4.0 -> 4.4.1
https://github.com/matrix-org/matrix-hookshot/releases/tag/4.4.1
2023-07-31 11:46:40 +02:00
Charlotte Van Petegem
237fb14832
matrix-appservice-slack: 2.1.1 -> 2.1.2
https://github.com/matrix-org/matrix-appservice-slack/releases/tag/2.1.2
2023-07-31 11:41:32 +02:00
Дамјан Георгиевски
69bc2ad72f matrix-appservice-irc: 0.38.0 -> 1.0.1
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/1.0.0

* This release drops support for Node 16. The minimum required version is now 18+.
* Moved from NPM to Yarn

https://github.com/matrix-org/matrix-appservice-irc/releases/tag/1.0.1

* Fixes for GHSA-vc7j-h8xg-fv5x.
* Fixes for GHSA-3pmj-jqqp-2mj3.
* Fixes for GHSA-c7hh-3v6c-fj4q
* Update matrix-appservice-bridge to 9.0.1

while there was an effort to make this package with `mkYarnPackage`, in the end it
was suggested to just use `stdenv.mkDerivation` instead

nixos/matrix-appservice-irc:
* fix path to config.schema.yml directory stucture of the package changed
* use remarshal instead of python and pyyaml
  to convert the config schema from yaml to json
2023-07-31 11:19:42 +02:00
github-actions[bot]
82235cc6e6
Merge staging-next into staging 2023-07-24 00:02:59 +00:00
Sandro Jäckel
cf6c96533b
treewide: reduce packages I maintainer 2023-07-23 19:30:22 +02:00
github-actions[bot]
d191233603
Merge staging-next into staging 2023-07-19 18:01:35 +00:00
Sandro
69deaa75e1
Merge pull request #243018 from tjni/nix-prefetch-github 2023-07-19 14:51:30 +02:00
github-actions[bot]
1c664aebd8
Merge staging-next into staging 2023-07-19 12:01:51 +00:00
Theodore Ni
68d6f72e59
matrix-hookshot: adapt update script to new nix-prefetch-github 2023-07-18 18:16:16 -07:00
Theodore Ni
095ad56963
matrix-appservice-slack: adapt update script to new nix-prefetch-github 2023-07-18 18:16:16 -07:00
Sumner Evans
7dc1810cb1
matrix-synapse: 1.87.0 -> 1.88.0
https://github.com/matrix-org/synapse/releases/tag/v1.88.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-07-18 17:12:01 -06:00
Martin Weinelt
3453128510
matrix-synapse: Add wrapper to configure extras
The original matrix-synapse packages is now available with the
-unwrapped prefix.
2023-07-18 17:52:52 +02:00
Martin Weinelt
fd429f5bac
matrix-synapse: Prune deps, add missing deps, expose extras
Drops extra arguments on the package, as they will be moved over into
the module in a more discoverable way next.

Also reduces overly broad `with`-scoping.
2023-07-18 17:52:51 +02:00
David Arnold
670a15018d
matrix-synapse-plugins.matrix-http-rendezvous-synapse: fix maturin hook use 2023-07-17 21:05:57 -05:00
emilylange
16745af614
matrix-sliding-sync: 0.99.3 -> 0.99.4
https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.4
diff: https://github.com/matrix-org/sliding-sync/compare/v0.99.3...v0.99.4
2023-07-13 13:38:44 +02:00
Sandro
55a23e0fe9
Merge pull request #241184 from SuperSandro2000/matrix-no-test-parallel
matrix-synapse: limit parallelism to 4 cores to be improve stability, formatting
2023-07-10 01:46:17 +02:00
Sandro Jäckel
3333333576
matrix-synapse: limit parallelism to 4 cores to be improve stability, formatting
On high core machines those easily can fail similar to:

matrix-synapse> tests.storage.test_room_search.MessageSearchTest.test_postgres_web_search_for_phrase
matrix-synapse> ===============================================================================
matrix-synapse> [ERROR]
matrix-synapse> Traceback (most recent call last):
matrix-synapse>   File "/build/source/tests/unittest.py", line 122, in new
matrix-synapse>     return code(orig, *args, **kwargs)
matrix-synapse>   File "/build/source/tests/unittest.py", line 216, in setUp
matrix-synapse>     return orig()
matrix-synapse>   File "/build/source/tests/unittest.py", line 338, in setUp
matrix-synapse>     self.hs = self.make_homeserver(self.reactor, self.clock)
matrix-synapse>   File "/build/source/tests/app/test_openid_listener.py", line 34, in make_homeserver
matrix-synapse>     hs = self.setup_test_homeserver(
matrix-synapse>   File "/build/source/tests/unittest.py", line 606, in setup_test_homeserver
matrix-synapse>     hs = setup_test_homeserver(self.addCleanup, **kwargs)
matrix-synapse>   File "/build/source/tests/server.py", line 921, in setup_test_homeserver
matrix-synapse>     prepare_database(
matrix-synapse>   File "/nix/store/2cc0p5apn2yg2fr5ii9mvb7fcwd74y26-matrix-synapse-1.86.0/lib/python3.10/site-packages/synapse/storage/prepare_database.py", line 155, in prepare_database
matrix-synapse>     raise UpgradeDatabaseException(EMPTY_DATABASE_ON_WORKER_ERROR)
matrix-synapse> synapse.storage.prepare_database.UpgradeDatabaseException: Uninitialised database: run the main synapse process to prepare the database schema before starting worker processes.
matrix-synapse>
2023-07-09 23:27:46 +02:00
Sandro Jäckel
5309856013
matrix-synapse: 1.86.0 -> 1.87.0
Diff: https://github.com/matrix-org/synapse/compare/v1.86.0...v1.87.0
2023-07-05 15:29:54 +02:00
Sandro Jäckel
fe01e756ec
matrix-sliding-sync: init at 0.99.3 2023-07-03 15:50:40 +02:00
Charlotte Van Petegem
65e5b33667
matrix-hookshot: 4.3.0 -> 4.4.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/4.4.0
2023-06-29 09:32:50 +02:00
Sumner Evans
51bd2aca10
matrix-synapse: 1.85.2 -> 1.86.0
https://github.com/matrix-org/synapse/releases/tag/v1.86.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-06-20 12:27:29 -06:00
Charlotte Van Petegem
bcd1885f12
matrix-hookshot: 4.2.0 -> 4.3.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/4.3.0
2023-06-19 18:00:57 +02:00
Andrei Zmievski
ec45fd0318 synadm: 0.41.2 -> 0.41.3
https://github.com/JOJ0/synadm/releases/tag/v0.41.3
2023-06-14 12:26:44 -07:00
Maximilian Bosch
a88de40ede
matrix-synapse: disable test parallelism on aarch64-linux
No idea why, but the tests - a random amount of tests to be precise -
fail on aarch64 on each attempt I made. Not reproducible on
x86_64-linux. Disabling parallelism appears to solve the issue.
2023-06-12 17:50:33 +02:00
Sumner Evans
35cc0f9e71
matrix-synapse: 1.85.1 -> 1.85.2
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-06-08 09:12:25 -06:00
Pol Dellaiera
33cebaccc4
Merge pull request #236404 from chvp/bump-hookshot
matrix-hookshot: 4.1.0 -> 4.2.0
2023-06-07 20:26:43 +02:00
Sumner Evans
eff7393334
matrix-synapse: 1.84.1 -> 1.85.1
https://github.com/matrix-org/synapse/releases/tag/v1.85.0
https://github.com/matrix-org/synapse/releases/tag/v1.85.1

Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-06-07 08:13:02 -06:00
Charlotte Van Petegem
42738ff906
matrix-hookshot: 4.1.0 -> 4.2.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/4.2.0
2023-06-07 09:09:42 +02:00
Sandro
f1316cad1a
Merge pull request #234773 from chvp/bump-hookshot
matrix-hookshot: 4.0.0 -> 4.1.0
2023-06-05 00:40:36 +02:00
Charlotte Van Petegem
bfe156cc0b
matrix-hookshot: 4.0.0 -> 4.1.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/4.1.0
2023-06-02 10:44:41 +02:00
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
Sandro
32e61ec5ad
Merge pull request #228553 from chvp/bump-hookshot
matrix-hookshot: 3.2.0 -> 4.0.0
2023-05-25 22:04:45 +02:00
figsoda
22ec7aebbc treewide/servers: use top-level fetchPypi 2023-05-25 12:06:38 -04: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