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

(-)b/net-im/py-matrix-synapse/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
PORTNAME=	matrix-synapse
3
PORTNAME=	matrix-synapse
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	1.49.2
5
DISTVERSION=	1.49.2
6
PORTREVISION=	1
6
PORTREVISION=	2
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/files/patch-synapse_python__dependencies.py (-2 / +11 lines)
Lines 1-6 Link Here
1
--- synapse/python_dependencies.py.orig	2021-12-17 15:03:44 UTC
1
--- synapse/python_dependencies.py.orig	2022-01-15 14:42:17 UTC
2
+++ synapse/python_dependencies.py
2
+++ synapse/python_dependencies.py
3
@@ -85,7 +85,7 @@ REQUIREMENTS = [
3
@@ -51,7 +51,7 @@ REQUIREMENTS = [
4
     # we use the TYPE_CHECKER.redefine method added in jsonschema 3.0.0
5
     "jsonschema>=3.0.0",
6
     # frozendict 2.1.2 is broken on Debian 10: https://github.com/Marco-Sulla/python-frozendict/issues/41
7
-    "frozendict>=1,<2.1.2",
8
+    "frozendict>=1",
9
     "unpaddedbase64>=1.1.0",
10
     "canonicaljson>=1.4.0",
11
     # we use the type definitions added in signedjson 1.1.
12
@@ -86,7 +86,7 @@ REQUIREMENTS = [
4
     "typing-extensions>=3.7.4",
13
     "typing-extensions>=3.7.4",
5
     # We enforce that we have a `cryptography` version that bundles an `openssl`
14
     # We enforce that we have a `cryptography` version that bundles an `openssl`
6
     # with the latest security patches.
15
     # with the latest security patches.

Return to bug 261232