From owner-dev-commits-ports-main@freebsd.org Sun May 9 17:06:26 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A6E5A63D35B; Sun, 9 May 2021 17:06:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FdVvk4PPVz3j6d; Sun, 9 May 2021 17:06:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 88C6015806; Sun, 9 May 2021 17:06:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 149H6QaR082451; Sun, 9 May 2021 17:06:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 149H6Qpb082450; Sun, 9 May 2021 17:06:26 GMT (envelope-from git) Date: Sun, 9 May 2021 17:06:26 GMT Message-Id: <202105091706.149H6Qpb082450@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rainer Hurling Subject: git: ed349e276bf0 - main - net-im/py-matrix-synapse: Update to 1.33.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rhurlin X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ed349e276bf0beb5708cfcb8fe37e8b5ed0cebde Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 May 2021 17:06:26 -0000 The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=ed349e276bf0beb5708cfcb8fe37e8b5ed0cebde commit ed349e276bf0beb5708cfcb8fe37e8b5ed0cebde Author: Sascha Biberhofer AuthorDate: 2021-05-09 17:00:37 +0000 Commit: Rainer Hurling CommitDate: 2021-05-09 17:00:37 +0000 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 --- net-im/py-matrix-synapse/Makefile | 10 +++++----- net-im/py-matrix-synapse/distinfo | 6 +++--- .../files/patch-synapse_python__dependencies.py | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/net-im/py-matrix-synapse/Makefile b/net-im/py-matrix-synapse/Makefile index f287f83a1e97..373e4488cc4b 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.32.2 +DISTVERSION= 1.33.1 CATEGORIES= net-im python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -35,7 +35,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.5.1:devel/py-jsonschema@${PY_F ${PYTHON_PKGNAMEPREFIX}msgpack>=0.5.2:devel/py-msgpack@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}phonenumbers>=8.2.0:devel/py-phonenumbers@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prometheus-client>=0.4.0:net-mgmt/py-prometheus-client@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}attrs>19.1.0:devel/py-attrs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}attrs>19.1.0<21.1.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}netaddr>=0.7.18:net/py-netaddr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}simplejson>=3.10.0:devel/py-simplejson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.9:devel/py-Jinja2@${PY_FLAVOR} \ @@ -87,9 +87,6 @@ REDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hiredis>=0:databases/py-hiredis@${PY_F SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} URLPREVIEW_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.5.0:devel/py-lxml@${PY_FLAVOR} -do-test: - cd ${WRKSRC} && PYTHONPATH="." trial-${PYTHON_VER} tests - post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKDIR}/log.config ${STAGEDIR}${ETCDIR}/log.config.sample @@ -98,4 +95,7 @@ post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} +do-test: + cd ${WRKSRC} && PYTHONPATH="." trial-${PYTHON_VER} tests + .include diff --git a/net-im/py-matrix-synapse/distinfo b/net-im/py-matrix-synapse/distinfo index e58dbcbd84da..1db56589b5ab 100644 --- a/net-im/py-matrix-synapse/distinfo +++ b/net-im/py-matrix-synapse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619640492 -SHA256 (matrix-org-synapse-v1.32.2_GH0.tar.gz) = 7f378c25467f7073216736ba14f465af10e82cb2c9bd8a052b0c9270b44c0552 -SIZE (matrix-org-synapse-v1.32.2_GH0.tar.gz) = 7258293 +TIMESTAMP = 1620379126 +SHA256 (matrix-org-synapse-v1.33.1_GH0.tar.gz) = fd074ebcb443d28989c0f49e50c4f27bc6d0fe6b454923a9df67be5951b01b16 +SIZE (matrix-org-synapse-v1.33.1_GH0.tar.gz) = 7274431 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 = {