View | Details | Raw Unified | Return to bug 250965 | Differences between
and this patch

Collapse All | Expand All

(-)b/net-im/py-matrix-synapse/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	matrix-synapse
4
PORTNAME=	matrix-synapse
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
DISTVERSION=	1.21.2
6
DISTVERSION=	1.23.0
7
CATEGORIES=	net-im python
7
CATEGORIES=	net-im python
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
9
(-)b/net-im/py-matrix-synapse/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1602777544
1
TIMESTAMP = 1605706303
2
SHA256 (matrix-org-synapse-v1.21.2_GH0.tar.gz) = ec7073befcda697428c4d634c7a8637ea7d1b01639b3a943d72821ba8110a0bf
2
SHA256 (matrix-org-synapse-v1.23.0_GH0.tar.gz) = afa86ea1332a52d09552ea5825567f910b304d4684692fa8325cefec105b2b4c
3
SIZE (matrix-org-synapse-v1.21.2_GH0.tar.gz) = 6930190
3
SIZE (matrix-org-synapse-v1.23.0_GH0.tar.gz) = 6987361
(-)b/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py (-5 / +5 lines)
Lines 1-9 Link Here
1
--- synapse/python_dependencies.py.orig	2020-10-15 15:59:57 UTC
1
--- synapse/python_dependencies.py.orig	2020-11-18 13:34:04 UTC
2
+++ synapse/python_dependencies.py
2
+++ synapse/python_dependencies.py
3
@@ -72,7 +72,7 @@ REQUIREMENTS = [
3
@@ -76,7 +76,7 @@ REQUIREMENTS = [
4
     # prom-client has a history of breaking backwards compatibility between
4
     # Note that we replicate these constraints in the Synapse Dockerfile while
5
     # minor versions (https://github.com/prometheus/client_python/issues/317),
5
     # pre-installing dependencies. If these constraints are updated here, the
6
     # so we also pin the minor version.
6
     # same change should be made in the Dockerfile.
7
-    "prometheus_client>=0.4.0,<0.9.0",
7
-    "prometheus_client>=0.4.0,<0.9.0",
8
+    "prometheus_client>=0.4.0",
8
+    "prometheus_client>=0.4.0",
9
     # we use attr.validators.deep_iterable, which arrived in 19.1.0 (Note:
9
     # we use attr.validators.deep_iterable, which arrived in 19.1.0 (Note:

Return to bug 250965