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

Collapse All | Expand All

(-)b/net-im/py-matrix-synapse/Makefile (-1 / +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.33.2
5
DISTVERSION=	1.35.1
6
CATEGORIES=	net-im python
6
CATEGORIES=	net-im python
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
8
Lines 41-46 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.5.1:devel/py-jsonschema@${PY_F Link Here
41
		${PYTHON_PKGNAMEPREFIX}Jinja2>=2.9:devel/py-Jinja2@${PY_FLAVOR} \
41
		${PYTHON_PKGNAMEPREFIX}Jinja2>=2.9:devel/py-Jinja2@${PY_FLAVOR} \
42
		${PYTHON_PKGNAMEPREFIX}bleach>=1.4.3:www/py-bleach@${PY_FLAVOR} \
42
		${PYTHON_PKGNAMEPREFIX}bleach>=1.4.3:www/py-bleach@${PY_FLAVOR} \
43
		${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR} \
43
		${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR} \
44
		${PYTHON_PKGNAMEPREFIX}ijson>=3.0:devel/py-ijson@${PY_FLAVOR} \
44
		${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
45
		${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
45
46
46
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}virtualenv>=15.0:devel/py-virtualenv@${PY_FLAVOR} \
47
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}virtualenv>=15.0:devel/py-virtualenv@${PY_FLAVOR} \
(-)b/net-im/py-matrix-synapse/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1620739917
1
TIMESTAMP = 1622726876
2
SHA256 (matrix-org-synapse-v1.33.2_GH0.tar.gz) = 5e0a934dba5994ec102e94ba323e88746b9aec6ccaae03ba2c94780a6dbfeb97
2
SHA256 (matrix-org-synapse-v1.35.1_GH0.tar.gz) = 050e19db4303dce744ad5a8448af41aca35399af8986d11f87b37d03e96dd405
3
SIZE (matrix-org-synapse-v1.33.2_GH0.tar.gz) = 7275914
3
SIZE (matrix-org-synapse-v1.35.1_GH0.tar.gz) = 7301793
(-)b/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py (-3 / +3 lines)
Lines 1-11 Link Here
1
--- synapse/python_dependencies.py.orig	2021-05-07 09:20:49 UTC
1
--- synapse/python_dependencies.py.orig	2021-06-01 19:28:25 UTC
2
+++ synapse/python_dependencies.py
2
+++ synapse/python_dependencies.py
3
@@ -86,7 +86,7 @@ REQUIREMENTS = [
3
@@ -86,7 +86,7 @@ REQUIREMENTS = [
4
     "typing-extensions>=3.7.4",
4
     "typing-extensions>=3.7.4",
5
     # We enforce that we have a `cryptography` version that bundles an `openssl`
5
     # We enforce that we have a `cryptography` version that bundles an `openssl`
6
     # with the latest security patches.
6
     # with the latest security patches.
7
-    "cryptography>=3.4.7",
7
-    "cryptography>=3.4.7",
8
+    #"cryptography>=3.4.7",
8
+    "cryptography",
9
     "ijson>=3.0",
9
 ]
10
 ]
10
 
11
 
11
 CONDITIONAL_REQUIREMENTS = {

Return to bug 256380