Date: Mon, 12 Apr 2021 16:58:29 GMT From: Neel Chauhan <nc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c12a581df3ff - main - net-im/py-matrix-synapse: Update to 1.31.0 Message-ID: <202104121658.13CGwTkL095957@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=c12a581df3ff2d6832a662f99253cc7e99915233 commit c12a581df3ff2d6832a662f99253cc7e99915233 Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2021-04-12 16:58:10 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2021-04-12 16:58:10 +0000 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 <ports AT skyforge DOT at> (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(-) 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 = {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104121658.13CGwTkL095957>