From c12a581df3ff2d6832a662f99253cc7e99915233 Mon Sep 17 00:00:00 2001 From: Neel Chauhan Date: Mon, 12 Apr 2021 09:58:10 -0700 Subject: net-im/py-matrix-synapse: Update to 1.31.0 Changes: https://github.com/matrix-org/synapse/releases/tag/v1.31.0 PR: 254944 Submitted by: Sascha Biberhofer (maintainer) --- net-im/py-matrix-synapse/Makefile | 2 +- net-im/py-matrix-synapse/distinfo | 6 +++--- .../files/patch-synapse_python__dependencies.py | 11 +++++++++++ 3 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py diff --git a/net-im/py-matrix-synapse/Makefile b/net-im/py-matrix-synapse/Makefile index b48f0033d605..eafea654f28d 100644 --- a/net-im/py-matrix-synapse/Makefile +++ b/net-im/py-matrix-synapse/Makefile @@ -2,7 +2,7 @@ PORTNAME= matrix-synapse DISTVERSIONPREFIX= v -DISTVERSION= 1.29.0 +DISTVERSION= 1.31.0 CATEGORIES= net-im python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net-im/py-matrix-synapse/distinfo b/net-im/py-matrix-synapse/distinfo index d80605b856cf..2e4199bc1704 100644 --- a/net-im/py-matrix-synapse/distinfo +++ b/net-im/py-matrix-synapse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615397920 -SHA256 (matrix-org-synapse-v1.29.0_GH0.tar.gz) = 01650226eabe9dbf04e01a457aafb8d6b147707b4d764d18692bde1786d608f3 -SIZE (matrix-org-synapse-v1.29.0_GH0.tar.gz) = 7198706 +TIMESTAMP = 1617826884 +SHA256 (matrix-org-synapse-v1.31.0_GH0.tar.gz) = 5ec5b5659a0e3b925feb6016e33172cf948bb22427972a15a56c4ea886cd10e8 +SIZE (matrix-org-synapse-v1.31.0_GH0.tar.gz) = 7230543 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 new file mode 100644 index 000000000000..bfcb8085bac3 --- /dev/null +++ b/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py @@ -0,0 +1,11 @@ +--- synapse/python_dependencies.py.orig 2021-04-07 20:22:25 UTC ++++ synapse/python_dependencies.py +@@ -85,7 +85,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'", + ] + + CONDITIONAL_REQUIREMENTS = { -- cgit v1.2.3