1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

net-im/py-matrix-synapse: Update to 1.62.0

- Update dependency for JWT option

Approved by:	Sascha Biberhofer <ports@skyforge.at> (maintainer)
This commit is contained in:
Ashish SHUKLA 2022-07-05 16:04:01 +00:00
parent 1b843f8f45
commit 4acdd0f898
No known key found for this signature in database
GPG Key ID: C746CFA9E74FA4B0
3 changed files with 9 additions and 9 deletions

View File

@ -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}

View File

@ -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

View File

@ -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',