FreeBSD Bugzilla – Attachment 228927 Details for
Bug 258419
net-im/py-matrix-synapse: Update to 1.45.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to 1.45.1
py-matrix-synapse.diff (text/plain), 3.57 KB, created by
Ashish SHUKLA
on 2021-10-21 17:40:14 UTC
(
hide
)
Description:
Update to 1.45.1
Filename:
MIME Type:
Creator:
Ashish SHUKLA
Created:
2021-10-21 17:40:14 UTC
Size:
3.57 KB
patch
obsolete
>- Update to 1.45.1 >- Bump dependency on canonicaljson to 1.5.0 >- Lower the bounds for pysaml2 to reflect upstream >- Also add dependency on pyjwt for jwt feature (implied) > >diff -urN /usr/ports/net-im/py-matrix-synapse/Makefile py-matrix-synapse/Makefile >--- /usr/ports/net-im/py-matrix-synapse/Makefile 2021-10-08 03:35:40.639782000 +0000 >+++ py-matrix-synapse/Makefile 2021-10-21 17:11:37.851898000 +0000 >@@ -2,8 +2,7 @@ > > PORTNAME= matrix-synapse > DISTVERSIONPREFIX= v >-DISTVERSION= 1.41.1 >-PORTREVISION= 1 >+DISTVERSION= 1.45.1 > CATEGORIES= net-im python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >@@ -14,10 +13,10 @@ > LICENSE_FILE= ${WRKSRC}/LICENSE > > # Keep the RUN_DEPENDS layout similar to the master/synapse/python_dependencies.py file >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.5.1:devel/py-jsonschema@${PY_FLAVOR} \ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0.0:devel/py-jsonschema@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}frozendict>=1:devel/py-frozendict@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}unpaddedbase64>=1.1.0:devel/py-unpaddedbase64@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}canonicaljson>=1.4.0:devel/py-canonicaljson@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}canonicaljson>=1.5.0:devel/py-canonicaljson@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}signedjson>=1.1.0:security/py-signedjson@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pynacl>=1.2.1:security/py-pynacl@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}idna>=2.5:dns/py-idna@${PY_FLAVOR} \ >@@ -31,7 +30,7 @@ > ${PYTHON_PKGNAMEPREFIX}bcrypt>=3.1.0:security/py-bcrypt@${PY_FLAVOR} \ > ${PY_PILLOW} \ > ${PYTHON_PKGNAMEPREFIX}sortedcontainers>=1.4.4:devel/py-sortedcontainers@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}pysaml2>=4.5.2:security/py-pysaml2@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}pysaml2>=4.5.0:security/py-pysaml2@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pymacaroons>=0.13.0:security/py-pymacaroons@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}msgpack>=0.5.2:devel/py-msgpack@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}phonenumbers>=8.2.0:devel/py-phonenumbers@${PY_FLAVOR} \ >@@ -42,14 +41,14 @@ > ${PYTHON_PKGNAMEPREFIX}bleach>=1.4.3:www/py-bleach@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}ijson>=3.0:devel/py-ijson@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}pyjwt1>=1.7.0:www/py-pyjwt1@${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} \ > ${PYTHON_PKGNAMEPREFIX}tox>=2.3.1:devel/py-tox@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}parameterized>=0.7.0:devel/py-parameterized@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}authlib>=0.14.0:security/py-authlib@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}pyjwt1>=1.7.0:www/py-pyjwt1@${PY_FLAVOR} >+ ${PYTHON_PKGNAMEPREFIX}authlib>=0.14.0:security/py-authlib@${PY_FLAVOR} > > USES= python:3.6+ > USE_GITHUB= yes >diff -urN /usr/ports/net-im/py-matrix-synapse/distinfo py-matrix-synapse/distinfo >--- /usr/ports/net-im/py-matrix-synapse/distinfo 2021-09-04 08:14:39.721115000 +0000 >+++ py-matrix-synapse/distinfo 2021-10-21 16:38:29.278302000 +0000 >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1630416281 >-SHA256 (matrix-org-synapse-v1.41.1_GH0.tar.gz) = ebebc810c01f6bcfc970a5327f3149965da60621ab91730dd97f849d3d339efe >-SIZE (matrix-org-synapse-v1.41.1_GH0.tar.gz) = 7436053 >+TIMESTAMP = 1634834309 >+SHA256 (matrix-org-synapse-v1.45.1_GH0.tar.gz) = 61f279dd7260285fb6e6b89ceb8d314590309905415defb8aa9ff31d2a5374a6 >+SIZE (matrix-org-synapse-v1.45.1_GH0.tar.gz) = 7519761
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 258419
:
227823
|
228159
|
228160
| 228927