aboutsummaryrefslogtreecommitdiff
path: root/net-im/py-matrix-synapse/files/patch-python_dependencies.py
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2020-09-21 22:36:34 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2020-09-21 22:36:34 +0000
commit1c3833cce3299a1fedc7a514efd7c74cae85ba8e (patch)
treed1da5c2af8265cf0b48f1a7acdb837de72021ac7 /net-im/py-matrix-synapse/files/patch-python_dependencies.py
parent964bc1beaa10b63aa8f288bf3c2e9a944a1585a5 (diff)
downloadports-1c3833cce3299a1fedc7a514efd7c74cae85ba8e.tar.gz
ports-1c3833cce3299a1fedc7a514efd7c74cae85ba8e.zip
MFH: r542468 r544604 r545291 r549046
net-im/py-matrix-synapse: update to 1.17.0 PR: 248016 Submitted by: Sascha Biberhofer <ports@skyforge.at> (maintainer) net-im/py-matrix-synapse: Update to 1.18.0 PR: 248566 Submitted by: Sascha Biberhofer <ports@skyforge.at> (maintainer) net-im/py-matrix-synapse: Update to 1.19.0 PR: 248719 Submitted by: Sascha Biberhofer <ports@skyforge.at> (maintainer) net-im/py-matrix-synapse: Update to 1.19.3 Changelog: https://github.com/matrix-org/synapse/blob/v1.19.3/CHANGES.md PR: 249375 Submitted by: Sascha Biberhofer <ports@skyforge.at> (maintainer) Event: September 2020 Bugathon Approved by: ports-secteam (fluffy)
Notes
Notes: svn path=/branches/2020Q3/; revision=549534
Diffstat (limited to 'net-im/py-matrix-synapse/files/patch-python_dependencies.py')
-rw-r--r--net-im/py-matrix-synapse/files/patch-python_dependencies.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/py-matrix-synapse/files/patch-python_dependencies.py b/net-im/py-matrix-synapse/files/patch-python_dependencies.py
deleted file mode 100644
index 78b8f8397767..000000000000
--- a/net-im/py-matrix-synapse/files/patch-python_dependencies.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- synapse/python_dependencies.py.orig 2019-07-25 21:31:46.581498307 +0200
-+++ synapse/python_dependencies.py 2019-07-25 21:31:57.254468848 +0200
-@@ -65,7 +65,7 @@
- "msgpack>=0.5.2",
- "phonenumbers>=8.2.0",
- "six>=1.10",
-- "prometheus_client>=0.0.18,<0.8.0",
-+ "prometheus_client>=0.0.18",
- # we use attr.s(slots), which arrived in 16.0.0
- # Twisted 18.7.0 requires attrs>=17.4.0
- "attrs>=17.4.0",