From ed349e276bf0beb5708cfcb8fe37e8b5ed0cebde Mon Sep 17 00:00:00 2001 From: Sascha Biberhofer Date: Sun, 9 May 2021 19:00:37 +0200 Subject: net-im/py-matrix-synapse: Update to 1.33.1 Changelog: https://github.com/matrix-org/synapse/releases PR: 255727 Co-authored-by: Rainer Hurling --- .../py-matrix-synapse/files/patch-synapse_python__dependencies.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net-im/py-matrix-synapse/files') 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 bfcb8085bac3..126fbad7dbf9 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,11 +1,11 @@ ---- synapse/python_dependencies.py.orig 2021-04-07 20:22:25 UTC +--- synapse/python_dependencies.py.orig 2021-05-07 09:20:49 UTC +++ synapse/python_dependencies.py -@@ -85,7 +85,7 @@ REQUIREMENTS = [ +@@ -86,7 +86,7 @@ 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;python_version>='3.6'", -+ #"cryptography>=3.4.7;python_version>='3.6'", +- "cryptography>=3.4.7", ++ #"cryptography>=3.4.7", ] CONDITIONAL_REQUIREMENTS = { -- cgit v1.2.3