Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
matrix-synapse
Commits:
b2e1cc3a by Jelle van der Waa at 2026-01-17T16:24:48+01:00
upgpkg: 1.144.0-4: fix prometheus_client compatibility
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = matrix-synapse
pkgdesc = Matrix reference homeserver
pkgver = 1.144.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/element-hq/synapse
install = synapse.install
arch = x86_64
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=matrix-synapse
pkgver=1.144.0
-pkgrel=3
+pkgrel=4
pkgdesc="Matrix reference homeserver"
url="https://github.com/element-hq/synapse"
arch=('x86_64')
@@ -69,6 +69,9 @@ prepare() {
# Required to make synapse work with lxml 6.0
git cherry-pick --no-commit 4555f61db5d6caf3cbbe03dfd3051e72c1b9c221
+ # Required to make synapse work with prometheus_client 0.24
+ git cherry-pick --no-commit 8b36740bad82d421b4e93f2b78611eb6958c36e9
+
# allow any poetry-core to be used
sed 's/poetry-core>=2.0.0,<=2.1.3/poetry-core>=1.1.0/' -i pyproject.toml
sed 's/setuptools_rust>=1.3,<=1.11.1/setuptools_rust>=1.3.0/' -i
pyproject.toml
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/matrix-synapse/-/commit/b2e1cc3a1b2d558c01a0a39096df71f59822ee13
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/matrix-synapse/-/commit/b2e1cc3a1b2d558c01a0a39096df71f59822ee13
You're receiving this email because of your account on gitlab.archlinux.org.