From 942d680edaa37eaccee8cb8180f9819296eb2654 Mon Sep 17 00:00:00 2001 From: David Flatz Date: Tue, 18 Aug 2020 10:16:00 +0200 Subject: [PATCH 1/2] python3-canonicaljson: update to 1.3.0. --- srcpkgs/python3-canonicaljson/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template index 1cbe15f14ae..87b7c8cc8e3 100644 --- a/srcpkgs/python3-canonicaljson/template +++ b/srcpkgs/python3-canonicaljson/template @@ -1,11 +1,10 @@ # Template file for 'python3-canonicaljson' pkgname=python3-canonicaljson -version=1.1.4 -revision=2 +version=1.3.0 +revision=1 archs=noarch wrksrc="canonicaljson-${version}" build_style=python3-module -pycompile_module="canonicaljson.py" hostmakedepends="python3-setuptools" depends="python3-simplejson>=3.6.5 python3-frozendict>=1.0 python3-six" short_desc="Canonical JSON" @@ -13,4 +12,4 @@ maintainer="Orphaned " license="Apache-2.0" homepage="https://github.com/matrix-org/python-canonicaljson" distfiles="${PYPI_SITE}/c/canonicaljson/canonicaljson-${version}.tar.gz" -checksum=45bce530ff5fd0ca93703f71bfb66de740a894a3b5dd6122398c6d8f18539725 +checksum=b4763db06a2e8553293c5edaa4bda05605c3307179a7ddfb30273a24ac384b6c From ef95949f56b51994158f4597fb3301ce2a20b2fb Mon Sep 17 00:00:00 2001 From: David Flatz Date: Tue, 18 Aug 2020 10:17:26 +0200 Subject: [PATCH 2/2] synapse: update dependencies. --- srcpkgs/synapse/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template index 2da038afdf0..2de5a80ec4e 100644 --- a/srcpkgs/synapse/template +++ b/srcpkgs/synapse/template @@ -5,7 +5,7 @@ revision=1 archs=noarch build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-jsonschema python3-frozendict python3-canonicaljson +depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.2.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