Marcus Rueckert
ed203b2d7e
- Update to 1.53.0 OBS-URL: https://build.opensuse.org/request/show/956696 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=208
24 lines
922 B
Diff
24 lines
922 B
Diff
Index: synapse/synapse/python_dependencies.py
|
|
===================================================================
|
|
--- synapse.orig/synapse/python_dependencies.py
|
|
+++ synapse/synapse/python_dependencies.py
|
|
@@ -76,7 +76,7 @@ REQUIREMENTS = [
|
|
"msgpack>=0.5.2",
|
|
"phonenumbers>=8.2.0",
|
|
# we use GaugeHistogramMetric, which was added in prom-client 0.4.0.
|
|
- "prometheus_client>=0.4.0",
|
|
+ "prometheus_client>=0.13.1",
|
|
# we use `order`, which arrived in attrs 19.2.0.
|
|
# Note: 21.1.0 broke `/sync`, see #9936
|
|
"attrs>=19.2.0,!=21.1.0",
|
|
@@ -86,7 +86,8 @@ REQUIREMENTS = [
|
|
"typing-extensions>=3.7.4",
|
|
# We enforce that we have a `cryptography` version that bundles an `openssl`
|
|
# with the latest security patches.
|
|
- "cryptography>=3.4.7",
|
|
+ # opensuse we do not bump here as we do not use the intree copy
|
|
+ "cryptography",
|
|
"ijson>=3.1",
|
|
"matrix-common~=1.1.0",
|
|
]
|