Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jul 2022 11:35:14 GMT
From:      Ashish SHUKLA <ashish@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4acdd0f898b7 - main - net-im/py-matrix-synapse: Update to 1.62.0
Message-ID:  <202207111135.26BBZEIT022356@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ashish:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4acdd0f898b76f1001a9cec5253be70195d85989

commit 4acdd0f898b76f1001a9cec5253be70195d85989
Author:     Ashish SHUKLA <ashish@FreeBSD.org>
AuthorDate: 2022-07-05 16:04:01 +0000
Commit:     Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2022-07-11 11:33:24 +0000

    net-im/py-matrix-synapse: Update to 1.62.0
    
    - Update dependency for JWT option
    
    Approved by:    Sascha Biberhofer <ports@skyforge.at> (maintainer)
---
 net-im/py-matrix-synapse/Makefile             | 6 +++---
 net-im/py-matrix-synapse/distinfo             | 6 +++---
 net-im/py-matrix-synapse/files/patch-setup.py | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/net-im/py-matrix-synapse/Makefile b/net-im/py-matrix-synapse/Makefile
index 7eb0f06b23d4..4d4eef254676 100644
--- a/net-im/py-matrix-synapse/Makefile
+++ b/net-im/py-matrix-synapse/Makefile
@@ -1,7 +1,7 @@
 # Created by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
 
 PORTNAME=	matrix-synapse
-DISTVERSION=	1.61.1
+DISTVERSION=	1.62.0
 CATEGORIES=	net-im python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -43,7 +43,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0.0:devel/py-jsonschema@${PY_F
 		${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}ijson>=3.1.4:devel/py-ijson@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}packaging>=16.1:devel/py-packaging@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}matrix-common>=1.1.0:devel/py-matrix-common@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}matrix-common>=1.2.1:devel/py-matrix-common@${PY_FLAVOR} \
 		${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
 
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}virtualenv>=15.0:devel/py-virtualenv@${PY_FLAVOR} \
@@ -80,7 +80,7 @@ OIDC_DESC=		Add dependencies for OpenID Connect based logins
 REDIS_DESC=		Add support replication over Redis for synapse workers
 URLPREVIEW_DESC=	Add dependencies necessary for URL previews
 
-JWT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyjwt>=1.6.4:www/py-pyjwt@${PY_FLAVOR}
+JWT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}authlib>=0.14.0:security/py-authlib@${PY_FLAVOR}
 LDAP_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}matrix-synapse-ldap3>=0.1:net/py-matrix-synapse-ldap3@${PY_FLAVOR}
 OIDC_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}authlib>=0.14.0:security/py-authlib@${PY_FLAVOR}
 PGSQL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}psycopg2>2.8:databases/py-psycopg2@${PY_FLAVOR}
diff --git a/net-im/py-matrix-synapse/distinfo b/net-im/py-matrix-synapse/distinfo
index 562f51c4e70a..3f43603edeb9 100644
--- a/net-im/py-matrix-synapse/distinfo
+++ b/net-im/py-matrix-synapse/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1656433422
-SHA256 (matrix-synapse-1.61.1.tar.gz) = 201ed822a996209331655156205e878205608e4092a24dd860cca457bda9e2eb
-SIZE (matrix-synapse-1.61.1.tar.gz) = 2868292
+TIMESTAMP = 1657036187
+SHA256 (matrix-synapse-1.62.0.tar.gz) = d786873b5dc509412ade9c0b503beb2356aeea2f16ca485ce5de42ded2e91378
+SIZE (matrix-synapse-1.62.0.tar.gz) = 2827065
diff --git a/net-im/py-matrix-synapse/files/patch-setup.py b/net-im/py-matrix-synapse/files/patch-setup.py
index 13c102222d1b..a9f7cf8e5473 100644
--- a/net-im/py-matrix-synapse/files/patch-setup.py
+++ b/net-im/py-matrix-synapse/files/patch-setup.py
@@ -1,9 +1,9 @@
---- setup.py.orig	2022-06-28 16:27:08 UTC
+--- setup.py.orig	2022-07-05 15:51:27 UTC
 +++ setup.py
-@@ -147,7 +147,7 @@ install_requires = \
+@@ -149,7 +149,7 @@ install_requires = \
   'bcrypt>=3.1.0',
   'bleach>=1.4.3',
-  'canonicaljson>=1.4.0',
+  'canonicaljson>=1.4.0,<2.0.0',
 - 'cryptography>=3.4.7',
 + 'cryptography',
   'frozendict>=1,!=2.1.2',



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207111135.26BBZEIT022356>