b3ceeba0d8
- All the shebang line fixing should skip the vendor directory so that we do not break the checksum checks in cargo. - Added https://patch-diff.githubusercontent.com/raw/matrix-org/synapse/pull/14221.patch Same fix for the cache_memory as for url_preview - Update to 1.69.0 OBS-URL: https://build.opensuse.org/request/show/1029777 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=247
14 lines
502 B
Diff
14 lines
502 B
Diff
Index: synapse/pyproject.toml
|
|
===================================================================
|
|
--- synapse.orig/pyproject.toml
|
|
+++ synapse/pyproject.toml
|
|
@@ -146,7 +146,7 @@ pymacaroons = ">=0.13.0"
|
|
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"
|