From ec57d64e954d906b03ec31bdb73d5627f4dae99f Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 8 Mar 2022 10:37:47 -0500 Subject: [PATCH] synapse: update to 1.54.0. --- srcpkgs/synapse/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template index 19153bc23bc..f28f1313dcd 100644 --- a/srcpkgs/synapse/template +++ b/srcpkgs/synapse/template @@ -1,6 +1,6 @@ # Template file for 'synapse' pkgname=synapse -version=1.53.0 +version=1.54.0 revision=1 build_style=python3-module make_check_target=tests @@ -12,7 +12,8 @@ depends="python3-jsonschema python3-frozendict python3-canonicaljson python3-phonenumbers python3-prometheus_client python3-attrs python3-netaddr python3-setuptools python3-bleach python3-Jinja2 python3-psycopg2 python3-lxml python3-saml2 python3-treq python3-macaroons python3-sortedcontainers - python3-typing_extensions python3-ijson python3-matrix-common" + python3-typing_extensions python3-ijson python3-matrix-common + python3-packaging" checkdepends="$depends python3-parameterized python3-pytest" short_desc="Matrix reference homeserver" maintainer="Joel Beckmeyer " @@ -20,7 +21,7 @@ license="Apache-2.0" homepage="https://github.com/matrix-org/synapse" changelog="https://raw.githubusercontent.com/matrix-org/synapse/develop/CHANGES.md" distfiles="https://github.com/matrix-org/synapse/archive/v${version}.tar.gz" -checksum=e9fb5c8d1178996e677f6ce8f44c11d9294da0a06297fffa34706879870f9bf4 +checksum=6e9ee5f0657fe01c5d141101b11c2c2da147003f7f8e684ef44d4f462125b7a1 system_accounts="synapse" synapse_homedir="/var/lib/synapse"