From 08fd6adc5d685b00e4db7c19f5c9502ca9b0b1f6 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Sat, 7 Dec 2024 14:04:12 -0500 Subject: [PATCH] synapse: update to 1.121.1. --- .../patches/setuptools_rust_upperbound.patch | 13 ------------- srcpkgs/synapse/template | 8 ++++---- 2 files changed, 4 insertions(+), 17 deletions(-) delete mode 100644 srcpkgs/synapse/patches/setuptools_rust_upperbound.patch diff --git a/srcpkgs/synapse/patches/setuptools_rust_upperbound.patch b/srcpkgs/synapse/patches/setuptools_rust_upperbound.patch deleted file mode 100644 index dd8b106a8d619e..00000000000000 --- a/srcpkgs/synapse/patches/setuptools_rust_upperbound.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/pyproject.toml b/pyproject.toml -index e0afcde..d902670 100644 ---- a/pyproject.toml -+++ b/pyproject.toml -@@ -370,7 +370,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,<=1.9.1", "setuptools_rust>=1.3,<=1.8.1"] -+requires = ["poetry-core>=1.1.0,<=1.9.1", "setuptools_rust>=1.3"] - build-backend = "poetry.core.masonry.api" - - diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template index 45e4f974b434b6..ad75d9f934a82f 100644 --- a/srcpkgs/synapse/template +++ b/srcpkgs/synapse/template @@ -1,7 +1,7 @@ # Template file for 'synapse' pkgname=synapse -version=1.120.0 -revision=2 +version=1.121.1 +revision=1 build_style=python3-pep517 build_helper=rust make_check_target=tests @@ -17,7 +17,7 @@ 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-automat python3-python-multipart python3-setuptools-rust" checkdepends="$depends python3-parameterized python3-txredisapi python3-hiredis xmlsec1 unzip" short_desc="Matrix reference homeserver" @@ -26,7 +26,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=f5833a9cafe30c389a5a903eb5e9e9154c8ae2c44343c5fc43e33e2750bd6442 +checksum=58beeacb5b61f87d791b808a3d1e0db3f4df55a731e652ac4ad86bd4145558da system_accounts="synapse" synapse_homedir="/var/lib/synapse"