View | Details | Raw Unified | Return to bug 261836
Collapse All | Expand All

(-)b/net-im/py-matrix-synapse/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	matrix-synapse
3
PORTNAME=	matrix-synapse
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	1.51.0
5
DISTVERSION=	1.52.0
6
CATEGORIES=	net-im python
6
CATEGORIES=	net-im python
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
8
Lines 86-92 PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>2.8:databases/py-psycopg2@${P Link Here
86
REDIS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hiredis>=0:databases/py-hiredis@${PY_FLAVOR} \
86
REDIS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hiredis>=0:databases/py-hiredis@${PY_FLAVOR} \
87
			${PYTHON_PKGNAMEPREFIX}txredisapi>=1.4.7:databases/py-txredisapi@${PY_FLAVOR}
87
			${PYTHON_PKGNAMEPREFIX}txredisapi>=1.4.7:databases/py-txredisapi@${PY_FLAVOR}
88
SQLITE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
88
SQLITE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
89
URLPREVIEW_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>=3.5.0:devel/py-lxml@${PY_FLAVOR}
89
URLPREVIEW_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>=4.2.0:devel/py-lxml@${PY_FLAVOR}
90
90
91
post-install:
91
post-install:
92
	${MKDIR} ${STAGEDIR}${ETCDIR}
92
	${MKDIR} ${STAGEDIR}${ETCDIR}
(-)b/net-im/py-matrix-synapse/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1643126257
1
TIMESTAMP = 1644421568
2
SHA256 (matrix-org-synapse-v1.51.0_GH0.tar.gz) = acb587b9d4a92f15bc5f6e1f5b598ee1e1a7c3a298c923ff73ffd505de779353
2
SHA256 (matrix-org-synapse-v1.52.0_GH0.tar.gz) = 943cd2e3131c754bf0f7bd98d1614e65d56161fb4e2cc159bcd58853525bdef0
3
SIZE (matrix-org-synapse-v1.51.0_GH0.tar.gz) = 7665238
3
SIZE (matrix-org-synapse-v1.52.0_GH0.tar.gz) = 7679941
(-)b/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py (-3 / +12 lines)
Lines 1-4 Link Here
1
--- synapse/python_dependencies.py.orig	2022-01-15 14:42:17 UTC
1
--- synapse/python_dependencies.py.orig	2022-02-08 11:47:35 UTC
2
+++ synapse/python_dependencies.py
2
+++ synapse/python_dependencies.py
3
@@ -51,7 +51,7 @@ REQUIREMENTS = [
3
@@ -51,7 +51,7 @@ REQUIREMENTS = [
4
     # we use the TYPE_CHECKER.redefine method added in jsonschema 3.0.0
4
     # we use the TYPE_CHECKER.redefine method added in jsonschema 3.0.0
Lines 9-20 Link Here
9
     "unpaddedbase64>=1.1.0",
9
     "unpaddedbase64>=1.1.0",
10
     "canonicaljson>=1.4.0",
10
     "canonicaljson>=1.4.0",
11
     # we use the type definitions added in signedjson 1.1.
11
     # we use the type definitions added in signedjson 1.1.
12
@@ -86,7 +86,7 @@ REQUIREMENTS = [
12
@@ -77,7 +77,7 @@ REQUIREMENTS = [
13
     "phonenumbers>=8.2.0",
14
     # we use GaugeHistogramMetric, which was added in prom-client 0.4.0.
15
     # 0.13.0 has an incorrect type annotation, see #11832.
16
-    "prometheus_client>=0.4.0,<0.13.0",
17
+    "prometheus_client>=0.4.0",
18
     # we use `order`, which arrived in attrs 19.2.0.
19
     # Note: 21.1.0 broke `/sync`, see #9936
20
     "attrs>=19.2.0,!=21.1.0",
21
@@ -87,7 +87,7 @@ REQUIREMENTS = [
13
     "typing-extensions>=3.7.4",
22
     "typing-extensions>=3.7.4",
14
     # We enforce that we have a `cryptography` version that bundles an `openssl`
23
     # We enforce that we have a `cryptography` version that bundles an `openssl`
15
     # with the latest security patches.
24
     # with the latest security patches.
16
-    "cryptography>=3.4.7",
25
-    "cryptography>=3.4.7",
17
+    "cryptography",
26
+    "cryptography",
18
     "ijson>=3.1",
27
     "ijson>=3.1",
28
     "matrix-common==1.0.0",
19
 ]
29
 ]
20
 

Return to bug 261836