Date: Wednesday, March 28, 2018 @ 18:40:44 Author: demize Revision: 313171
upgpkg: matrix-synapse 0.27.2-1 Deleted: matrix-synapse/trunk/deps-relax-checks.patch -------------------------+ deps-relax-checks.patch | 38 -------------------------------------- 1 file changed, 38 deletions(-) Deleted: deps-relax-checks.patch =================================================================== --- deps-relax-checks.patch 2018-03-28 18:40:10 UTC (rev 313170) +++ deps-relax-checks.patch 2018-03-28 18:40:44 UTC (rev 313171) @@ -1,38 +0,0 @@ -From 4963b2744c1c0312648e8bb4fe82d476ed2c614f Mon Sep 17 00:00:00 2001 -From: Ivan Shapovalov <[email protected]> -Date: Thu, 11 Feb 2016 22:55:01 +0300 -Subject: [PATCH] python_dependencies.py: relax versioned deps on pynacl and - pysaml2. - -Revert "Pin pysaml2 version to 3.x" - -This reverts commit 07cf96ebf7c806ba570d167e200e54e07034f5ce. ---- - synapse/python_dependencies.py | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py -index b9e4177..4efb853 100644 ---- a/synapse/python_dependencies.py -+++ b/synapse/python_dependencies.py -@@ -22,7 +22,7 @@ REQUIREMENTS = { - "unpaddedbase64>=1.1.0": ["unpaddedbase64>=1.1.0"], - "canonicaljson>=1.0.0": ["canonicaljson>=1.0.0"], - "signedjson>=1.0.0": ["signedjson>=1.0.0"], -- "pynacl==0.3.0": ["nacl==0.3.0", "nacl.bindings"], -+ "pynacl>=0.3.0": ["nacl>=0.3.0", "nacl.bindings"], - "service_identity>=1.0.0": ["service_identity>=1.0.0"], - "Twisted>=15.1.0": ["twisted>=15.1.0"], - "pyopenssl>=0.14": ["OpenSSL>=0.14"], -@@ -34,7 +34,7 @@ REQUIREMENTS = { - "pydenticon": ["pydenticon"], - "ujson": ["ujson"], - "blist": ["blist"], -- "pysaml2>=3.0.0,<4.0.0": ["saml2>=3.0.0,<4.0.0"], -+ "pysaml2": ["saml2"], - "pymacaroons-pynacl": ["pymacaroons"], - "msgpack-python>=0.3.0": ["msgpack"], - } --- -2.10.0 -
