commit 38d0b48ca3c2ac6559ad597ce45fd420bf9eb985 Author: Sascha Biberhofer Date: Sun Sep 27 15:27:49 2020 +0200 net-im/py-matrix-synapse: update to 1.20.1 This updates net-im/py-matrix-synapse to 1.20.1. The patch follows the standard pattern of bumping the version and syncing our dependencies w/ synapse/python_dependencies.py. Signed-off-by: Sascha Biberhofer diff --git a/net-im/py-matrix-synapse/Makefile b/net-im/py-matrix-synapse/Makefile index c54e5c37bdfb..300576f8ae59 100644 --- a/net-im/py-matrix-synapse/Makefile +++ b/net-im/py-matrix-synapse/Makefile @@ -3,7 +3,7 @@ PORTNAME= matrix-synapse DISTVERSIONPREFIX= v -DISTVERSION= 1.19.3 +DISTVERSION= 1.20.1 CATEGORIES= net-im python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.5.1:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}frozendict>=1:devel/py-frozendict@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}unpaddedbase64>=1.1.0:devel/py-unpaddedbase64@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}canonicaljson>=1.2.0:devel/py-canonicaljson@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}canonicaljson>=1.3.0:devel/py-canonicaljson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}signedjson>=1.1.0:security/py-signedjson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pynacl>=1.2.1:security/py-pynacl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>=2.5:dns/py-idna@${PY_FLAVOR} \ diff --git a/net-im/py-matrix-synapse/distinfo b/net-im/py-matrix-synapse/distinfo index 95eb65d8924a..34e988c15240 100644 --- a/net-im/py-matrix-synapse/distinfo +++ b/net-im/py-matrix-synapse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1600536738 -SHA256 (matrix-org-synapse-v1.19.3_GH0.tar.gz) = 50573233efc56c2222e6de35ad7d2eeafe16af0c1dde0dc216c16d4737d47015 -SIZE (matrix-org-synapse-v1.19.3_GH0.tar.gz) = 6778524 +TIMESTAMP = 1601212969 +SHA256 (matrix-org-synapse-v1.20.1_GH0.tar.gz) = 0f5bfb657a093cc9bb6210754f0579f66fc18d6f1672f56172b5c79da6bc37c5 +SIZE (matrix-org-synapse-v1.20.1_GH0.tar.gz) = 6891101 diff --git a/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py b/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py index 9aa015c1bed6..a48e5d8b414e 100644 --- a/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py +++ b/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py @@ -1,11 +1,11 @@ ---- synapse/python_dependencies.py.orig 2020-07-15 20:12:36 UTC +--- synapse/python_dependencies.py.orig 2020-09-22 21:09:01 UTC +++ synapse/python_dependencies.py -@@ -66,7 +66,7 @@ REQUIREMENTS = [ +@@ -65,7 +65,7 @@ REQUIREMENTS = [ "pymacaroons>=0.13.0", "msgpack>=0.5.2", "phonenumbers>=8.2.0", - "prometheus_client>=0.0.18,<0.9.0", + "prometheus_client>=0.0.18", - # we use attr.validators.deep_iterable, which arrived in 19.1.0 - "attrs>=19.1.0", - "netaddr>=0.7.18", + # we use attr.validators.deep_iterable, which arrived in 19.1.0 (Note: + # Fedora 31 only has 19.1, so if we want to upgrade we should wait until 33 + # is out in November.)