aboutsummaryrefslogtreecommitdiff
path: root/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2022-04-20 00:25:26 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2022-06-29 04:12:57 +0000
commit1a2fd6e261937fd489ecbdf5100f10eca4d33bd9 (patch)
treecf027ec86eb64920b18439a7bd4e9db38e9ce1c3 /net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py
parent27a945285367e88d8aa104d01e0d5a69fde99f5b (diff)
downloadports-1a2fd6e261937fd489ecbdf5100f10eca4d33bd9.tar.gz
ports-1a2fd6e261937fd489ecbdf5100f10eca4d33bd9.zip
net-im/py-matrix-synapse: Update to 1.57.1
- Move py-idna dependency to TEST_DEPENDS - Add a dependency for Python < 3.8 PR: 263430 Approved by: Sascha Biberhofer <ports@skyforge.at> (maintainer) (cherry picked from commit 45f1b936769d8038de890dda01ce7986a94bbbe6)
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.py13
1 files changed, 2 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
index 7feafa7bbf66..2cace56065f0 100644
--- a/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py
+++ b/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py
@@ -1,15 +1,6 @@
---- synapse/python_dependencies.py.orig 2022-04-12 08:11:46 UTC
+--- synapse/python_dependencies.py.orig 2022-04-20 00:17:17 UTC
+++ synapse/python_dependencies.py
-@@ -48,7 +48,7 @@ REQUIREMENTS = [
- "unpaddedbase64>=1.1.0",
- "canonicaljson>=1.4.0",
- # we use the type definitions added in signedjson 1.1.
-- "signedjson>=1.1.0,<=1.1.1",
-+ "signedjson>=1.1.0",
- "pynacl>=1.2.1",
- "idna>=2.5",
- # validating SSL certs for IP addresses requires service_identity 18.1.
-@@ -83,7 +83,7 @@ REQUIREMENTS = [
+@@ -82,7 +82,7 @@ REQUIREMENTS = [
"typing-extensions>=3.10.0",
# We enforce that we have a `cryptography` version that bundles an `openssl`
# with the latest security patches.