From 148bab4b995ff0f90fa731e30ef901e65aba89d5 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Wed, 19 Feb 2020 09:01:56 -0600 Subject: [PATCH] synapse: update to 1.10.1. --- srcpkgs/synapse/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template index 8cc822b4e61..82ee971b1f5 100644 --- a/srcpkgs/synapse/template +++ b/srcpkgs/synapse/template @@ -1,7 +1,7 @@ # Template file for 'synapse' pkgname=synapse -version=1.6.1 -revision=2 +version=1.10.1 +revision=1 archs=noarch build_style=python3-module hostmakedepends="python3-setuptools" @@ -9,16 +9,17 @@ depends="python3-jsonschema python3-frozendict python3-canonicaljson python3-signedjson python3-nacl python3-service_identity python3-Twisted python3-openssl python3-yaml python3-pyasn1 python3-pyasn1-modules python3-daemonize python3-bcrypt python3-Pillow python3-psutil - python3-msgpack python3-phonenumbers python3-prometheus_client<0.7.0 + python3-msgpack python3-phonenumbers python3-prometheus_client<0.8.0 python3-attrs python3-netaddr python3-setuptools python3-bleach python3-Jinja2 python3-psycopg2 python3-lxml python3-saml2 python3-treq - python3-txacme python3-macaroons python3-sortedcontainers" + python3-txacme python3-macaroons python3-sortedcontainers + python3-typing_extensions" short_desc="Matrix reference homeserver" maintainer="Pete " license="Apache-2.0" homepage="https://github.com/matrix-org/synapse" distfiles="https://github.com/matrix-org/synapse/archive/v${version}.tar.gz" -checksum=01915d8d259c5c11ab3bbbfebdc0a03f686b344f133b54a3a634b107d9752698 +checksum=43351bdee7e025c90f62c32795c610247db8d223d3a0dbdaa570796a78e05cee conf_files="/etc/synapse/log_config.yaml"