mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
net-im/py-matrix-synapse: Update to 1.64.0
This commit is contained in:
parent
d540ef5466
commit
7abef63eae
4 changed files with 10 additions and 10 deletions
|
@ -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} \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue