From 0c5ed0f2dc7db708d00e1b19a6a6508561f9756f Mon Sep 17 00:00:00 2001 From: David Flatz Date: Wed, 14 Oct 2020 09:36:31 +0200 Subject: [PATCH 1/2] python3-canonicaljson: update to 1.4.0. --- srcpkgs/python3-canonicaljson/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template index 22ae94ab2b5..8e2433b0ca9 100644 --- a/srcpkgs/python3-canonicaljson/template +++ b/srcpkgs/python3-canonicaljson/template @@ -1,14 +1,14 @@ # Template file for 'python3-canonicaljson' pkgname=python3-canonicaljson -version=1.3.0 -revision=2 +version=1.4.0 +revision=1 wrksrc="canonicaljson-${version}" build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-simplejson>=3.6.5 python3-frozendict>=1.0 python3-six" +depends="python3-simplejson>=3.14.0 python3-frozendict>=1.0 python3-six" short_desc="Canonical JSON" maintainer="Orphaned " license="Apache-2.0" homepage="https://github.com/matrix-org/python-canonicaljson" distfiles="${PYPI_SITE}/c/canonicaljson/canonicaljson-${version}.tar.gz" -checksum=b4763db06a2e8553293c5edaa4bda05605c3307179a7ddfb30273a24ac384b6c +checksum=899b7604f5a6a8a92109115d9250142cdf0b1dfdcb62cdb21d8fb5bf37780631 From bd0880f1451373a6d840476bbd03d051b5fb6fbf Mon Sep 17 00:00:00 2001 From: David Flatz Date: Wed, 14 Oct 2020 09:37:07 +0200 Subject: [PATCH 2/2] synapse: update to 1.21.2. --- srcpkgs/synapse/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template index 8da3b8f589a..a70413bedef 100644 --- a/srcpkgs/synapse/template +++ b/srcpkgs/synapse/template @@ -1,10 +1,10 @@ # Template file for 'synapse' pkgname=synapse -version=1.20.1 -revision=2 +version=1.21.2 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.2.0 +depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.4.0 python3-signedjson python3-pynacl python3-service_identity python3-Twisted python3-openssl python3-yaml python3-pyasn1 python3-pyasn1-modules python3-daemonize python3-bcrypt python3-Pillow python3-psutil @@ -19,7 +19,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=0f5bfb657a093cc9bb6210754f0579f66fc18d6f1672f56172b5c79da6bc37c5 +checksum=ec7073befcda697428c4d634c7a8637ea7d1b01639b3a943d72821ba8110a0bf system_accounts="synapse" synapse_homedir="/var/lib/synapse"