From 50169bc85079f08f507ed3d8d31d6d4ff836c812 Mon Sep 17 00:00:00 2001 From: Pete Maynard Date: Sat, 17 Aug 2019 11:59:06 +0100 Subject: [PATCH] synapse: update to 1.3.1 --- .../patches/bump-python-dependencies.patch | 30 ------------------- srcpkgs/synapse/template | 6 ++-- 2 files changed, 3 insertions(+), 33 deletions(-) delete mode 100644 srcpkgs/synapse/patches/bump-python-dependencies.patch diff --git a/srcpkgs/synapse/patches/bump-python-dependencies.patch b/srcpkgs/synapse/patches/bump-python-dependencies.patch deleted file mode 100644 index 06321a9e8d4..00000000000 --- a/srcpkgs/synapse/patches/bump-python-dependencies.patch +++ /dev/null @@ -1,30 +0,0 @@ -From c1a7db468d4dbb3958f5b480fcde760566962ba4 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= -Date: Tue, 8 Jan 2019 20:09:50 +0100 -Subject: [PATCH] Bump python_dependencies -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Signed-off-by: Johannes Löthberg ---- - synapse/python_dependencies.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py -index f71e21ff4..b49873781 100644 ---- synapse/python_dependencies.py -+++ synapse/python_dependencies.py -@@ -62,7 +62,7 @@ REQUIREMENTS = [ - "six>=1.10", - # prometheus_client 0.4.0 changed the format of counter metrics - # (cf https://github.com/matrix-org/synapse/issues/4001) -- "prometheus_client>=0.0.18,<0.4.0", -+ "prometheus_client>=0.0.18,<0.7.0", - - # we use attr.s(slots), which arrived in 16.0.0 - # Twisted 18.7.0 requires attrs>=17.4.0 --- -2.21.0 - - diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template index 616dae0c4ee..daae80e5792 100644 --- a/srcpkgs/synapse/template +++ b/srcpkgs/synapse/template @@ -1,6 +1,6 @@ # Template file for 'synapse' pkgname=synapse -version=0.99.3 +version=1.3.1 revision=1 archs=noarch build_style=python3-module @@ -14,11 +14,11 @@ depends="python3-jsonschema python3-frozendict python3-canonicaljson python3-Jinja2 python3-psycopg2 python3-lxml python3-saml2 python3-treq python3-txacme python3-macaroons python3-sortedcontainers" short_desc="Matrix reference homeserver" -maintainer="maxice8 " +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=60a2b4caaed3e23a8fe9b43406dbee695d60271650f332cf3df3fce675a68274 +checksum=7fd0a15b7b5970e5afd2faad296c95f0707fc51865861dda45e983ace151cee0 conf_files="/etc/synapse/log_config.yaml"