aboutsummaryrefslogtreecommitdiff
path: root/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2020-12-13 12:57:47 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2020-12-13 12:57:47 +0000
commit3625fb672955ddecafb6e5826339005f1f1c6270 (patch)
tree442bb9b408ce91e8d0ce763ca9aabc3e44454ddb /net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py
parent12d5dd3bf5665fdac5f31e1be2006eef9122ee2c (diff)
downloadports-3625fb672955ddecafb6e5826339005f1f1c6270.tar.gz
ports-3625fb672955ddecafb6e5826339005f1f1c6270.zip
MFH: r556310 r557894
net-im/py-matrix-synapse: Update to 1.23.0 Changelog: https://github.com/matrix-org/synapse/blob/v1.23.0/CHANGES.md PR: 250965 Submitted by: Sascha Biberhofer <ports@skyforge.at> (maintainer) net-im/py-matrix-synapse: Update to 1.24.0, Fix security issue Changelog: https://github.com/matrix-org/synapse/blob/v1.24.0/CHANGES.md PR: 251768 Submitted by: contact@evilham.com Approved by: Sascha Biberhofer <ports@skyforge.at> (maintainer) Security: cfa0be42-3cd7-11eb-9de7-641c67a117d8
Notes
Notes: svn path=/branches/2020Q4/; revision=557895
Diffstat (limited to 'net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py')
-rw-r--r--net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py b/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py
deleted file mode 100644
index 311500ed6c32..000000000000
--- a/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- synapse/python_dependencies.py.orig 2020-10-15 15:59:57 UTC
-+++ synapse/python_dependencies.py
-@@ -72,7 +72,7 @@ REQUIREMENTS = [
- # prom-client has a history of breaking backwards compatibility between
- # minor versions (https://github.com/prometheus/client_python/issues/317),
- # so we also pin the minor version.
-- "prometheus_client>=0.4.0,<0.9.0",
-+ "prometheus_client>=0.4.0",
- # we use attr.validators.deep_iterable, which arrived in 19.1.0 (Note:
- # Fedora 31 only has 19.1, so if we want to upgrade we should wait until 33
- # is out in November.)