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

Collapse All | Expand All

(-)b/net-im/py-matrix-synapse/Makefile (-1 / +1 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.52.0
5
DISTVERSION=	1.53.0
6
CATEGORIES=	net-im python
6
CATEGORIES=	net-im python
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
8
(-)b/net-im/py-matrix-synapse/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1644421568
1
TIMESTAMP = 1645551924
2
SHA256 (matrix-org-synapse-v1.52.0_GH0.tar.gz) = 943cd2e3131c754bf0f7bd98d1614e65d56161fb4e2cc159bcd58853525bdef0
2
SHA256 (matrix-org-synapse-v1.53.0_GH0.tar.gz) = e9fb5c8d1178996e677f6ce8f44c11d9294da0a06297fffa34706879870f9bf4
3
SIZE (matrix-org-synapse-v1.52.0_GH0.tar.gz) = 7679941
3
SIZE (matrix-org-synapse-v1.53.0_GH0.tar.gz) = 7696244
(-)b/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py (-22 / +3 lines)
Lines 1-29 Link Here
1
--- synapse/python_dependencies.py.orig	2022-02-08 11:47:35 UTC
1
--- synapse/python_dependencies.py.orig	2022-02-22 11:32:11 UTC
2
+++ synapse/python_dependencies.py
2
+++ synapse/python_dependencies.py
3
@@ -51,7 +51,7 @@ REQUIREMENTS = [
3
@@ -86,7 +87,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
@@ -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 = [
22
     "typing-extensions>=3.7.4",
4
     "typing-extensions>=3.7.4",
23
     # 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`
24
     # with the latest security patches.
6
     # with the latest security patches.
25
-    "cryptography>=3.4.7",
7
-    "cryptography>=3.4.7",
26
+    "cryptography",
8
+    "cryptography",
27
     "ijson>=3.1",
9
     "ijson>=3.1",
28
     "matrix-common==1.0.0",
10
     "matrix-common~=1.1.0",
29
 ]
11
 ]
30
- 

Return to bug 262126