From 052eda515c2e2004a5c0693d3ed3a2e151d37d08 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 14 Oct 2025 22:00:48 -0400 Subject: [PATCH] synapse: update to 1.144.0. --- srcpkgs/synapse/patches/poetry-core.patch | 8 ++++---- srcpkgs/synapse/template | 9 +++++---- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/srcpkgs/synapse/patches/poetry-core.patch b/srcpkgs/synapse/patches/poetry-core.patch index b17304a279469e..20c23982d5996b 100644 --- a/srcpkgs/synapse/patches/poetry-core.patch +++ b/srcpkgs/synapse/patches/poetry-core.patch @@ -1,13 +1,13 @@ diff --git a/pyproject.toml b/pyproject.toml -index 28de934..8e66234 100644 +index 246a1d2..af21607 100644 --- a/pyproject.toml +++ b/pyproject.toml -@@ -367,7 +367,7 @@ tomli = ">=1.2.3" +@@ -376,7 +376,7 @@ tomli = ">=1.2.3" # runtime errors caused by build system changes. # We are happy to raise these upper bounds upon request, # provided we check that it's safe to do so (i.e. that CI passes). --requires = ["poetry-core>=1.1.0,<=2.1.3", "setuptools_rust>=1.3,<=1.11.1"] -+requires = ["poetry-core>=1.1.0,<=2.2.0", "setuptools_rust>=1.3,<=1.12.0"] +-requires = ["poetry-core>=2.0.0,<=2.1.3", "setuptools_rust>=1.3,<=1.11.1"] ++requires = ["poetry-core>=2.0.0,<=2.2.0", "setuptools_rust>=1.3,<=1.12.0"] build-backend = "poetry.core.masonry.api" diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template index 6c8b5141ac6494..b1037a350565fd 100644 --- a/srcpkgs/synapse/template +++ b/srcpkgs/synapse/template @@ -1,7 +1,7 @@ # Template file for 'synapse' pkgname=synapse -version=1.139.2 -revision=2 +version=1.144.0 +revision=1 build_style=python3-pep517 build_helper=rust make_check_target=tests @@ -17,7 +17,8 @@ depends="python3-jsonschema python3-immutabledict python3-unpaddedbase64 python3-psycopg2 python3-lxml python3-saml2 python3-treq python3-macaroons python3-sortedcontainers python3-typing_extensions python3-cryptography python3-ijson python3-matrix-common python3-packaging python3-pydantic - python3-automat python3-python-multipart python3-setuptools-rust" + python3-automat python3-python-multipart python3-setuptools-rust + python3-rpds-py" checkdepends="$depends python3-parameterized python3-txredisapi python3-hiredis xmlsec1 unzip" short_desc="Matrix reference homeserver" @@ -26,7 +27,7 @@ license="AGPL-3.0-or-later" homepage="https://element-hq.github.io/synapse" changelog="https://raw.githubusercontent.com/element-hq/synapse/develop/CHANGES.md" distfiles="https://github.com/element-hq/synapse/archive/refs/tags/v${version}.tar.gz" -checksum=e2912f8fe1b8edc26305e92b458e99be301ea2dd16128cdb80036420b1239932 +checksum=5de2d0cfaa2a71ac6a1d00f79bd6fd82c2c20f2217c1435b4b935cd3f9498bb1 system_accounts="synapse" synapse_homedir="/var/lib/synapse"