git: 7abef63eaed2 - main - net-im/py-matrix-synapse: Update to 1.64.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Aug 2022 15:52:00 UTC
The branch main has been updated by ashish: URL: https://cgit.FreeBSD.org/ports/commit/?id=7abef63eaed2cf588cd1799a834ae75c643f78e9 commit 7abef63eaed2cf588cd1799a834ae75c643f78e9 Author: Sascha Biberhofer <sascha.biberhofer@skyforge.at> AuthorDate: 2022-08-02 15:30:54 +0000 Commit: Ashish SHUKLA <ashish@FreeBSD.org> CommitDate: 2022-08-02 15:51:16 +0000 net-im/py-matrix-synapse: Update to 1.64.0 --- net-im/py-matrix-synapse/Makefile | 4 ++-- net-im/py-matrix-synapse/distinfo | 6 +++--- net-im/py-matrix-synapse/files/patch-pyproject.toml | 6 +++--- net-im/py-matrix-synapse/files/patch-setup.py | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/net-im/py-matrix-synapse/Makefile b/net-im/py-matrix-synapse/Makefile index 7b5f1c07c881..bed62198275c 100644 --- a/net-im/py-matrix-synapse/Makefile +++ b/net-im/py-matrix-synapse/Makefile @@ -1,5 +1,5 @@ PORTNAME= matrix-synapse -DISTVERSION= 1.63.1 +DISTVERSION= 1.64.0 CATEGORIES= net-im python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${ 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>=2.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}service_identity>=18.1.0:security/py-service_identity@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=18.9.0:devel/py-twisted@${PY_FLAVOR} \ diff --git a/net-im/py-matrix-synapse/distinfo b/net-im/py-matrix-synapse/distinfo index 58d32909ccf5..c3ca612fe4a9 100644 --- a/net-im/py-matrix-synapse/distinfo +++ b/net-im/py-matrix-synapse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1658325763 -SHA256 (matrix-synapse-1.63.1.tar.gz) = 023c6f6727b76d18c64f7e797809f0b8fda5bd353f4529ce3f1c4aa9a53137d8 -SIZE (matrix-synapse-1.63.1.tar.gz) = 2845824 +TIMESTAMP = 1659447717 +SHA256 (matrix-synapse-1.64.0.tar.gz) = 8726e5eb785b86e5189cc8b4df3d18a7b2f89f4c74d73e6e47caf96701f381f2 +SIZE (matrix-synapse-1.64.0.tar.gz) = 2865864 diff --git a/net-im/py-matrix-synapse/files/patch-pyproject.toml b/net-im/py-matrix-synapse/files/patch-pyproject.toml index 2d5031502396..c8744a242c54 100644 --- a/net-im/py-matrix-synapse/files/patch-pyproject.toml +++ b/net-im/py-matrix-synapse/files/patch-pyproject.toml @@ -1,6 +1,6 @@ ---- pyproject.toml.orig 2022-06-28 16:27:14 UTC +--- pyproject.toml.orig 2022-08-02 13:44:01 UTC +++ pyproject.toml -@@ -147,7 +147,7 @@ bleach = ">=1.4.3" +@@ -149,7 +149,7 @@ bleach = ">=1.4.3" typing-extensions = ">=3.10.0.1" # We enforce that we have a `cryptography` version that bundles an `openssl` # with the latest security patches. @@ -8,4 +8,4 @@ +cryptography = "*" # ijson 3.1.4 fixes a bug with "." in property names ijson = ">=3.1.4" - matrix-common = "~=1.1.0" + matrix-common = "^1.2.1" diff --git a/net-im/py-matrix-synapse/files/patch-setup.py b/net-im/py-matrix-synapse/files/patch-setup.py index a9f7cf8e5473..837d291cbca1 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-07-05 15:51:27 UTC +--- setup.py.orig 2022-08-02 13:44:06 UTC +++ setup.py @@ -149,7 +149,7 @@ install_requires = \ 'bcrypt>=3.1.0', 'bleach>=1.4.3', - 'canonicaljson>=1.4.0,<2.0.0', + 'canonicaljson>=1.5.0,<2.0.0', - 'cryptography>=3.4.7', + 'cryptography', 'frozendict>=1,!=2.1.2',